-
format usb stick with fat32Computer/linux 2013. 4. 2. 17:54
Check where the usb stick is mounted.
$ tail -f /var/log/messages
Apr 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
'Computer > linux' 카테고리의 다른 글
Rolled back to old revision in SVN (0) 2013.04.23 Run a program at the boot time in Debain way (0) 2013.03.29 gnome-keyring can't connect to pkcs11 file (0) 2013.03.26