usb stick
-
format usb stick with fat32Computer/linux 2013. 4. 2. 17:54
Check where the usb stick is mounted. $ tail -f /var/log/messagesApr 2 17:49:27 jhleepc kernel: [352495.842297] sd 18:0:0:0: [sde] 31358976 512-byte logical blocks: (16.0 GB/14.9 GiB) Apr 2 17:49:27 jhleepc kernel: [352495.848464] sde: sde1 $ mkfs.vfat -F 32 /dev/sde1 -n usb16g