mount usb flash memory
2008年08月02日 (linux)
command
# mount -t msdos /dev/sdb1 /mnt # mount # umount /mnt # unmount
note
USBフラッシュメモリーはsdb*, sda*に認識される. cf. % man mount % man umount
PR
Comment
command
# mount -t msdos /dev/sdb1 /mnt # mount # umount /mnt # unmount
note
USBフラッシュメモリーはsdb*, sda*に認識される. cf. % man mount % man umount