mount usb flash memory
2008年08月01日 (freebsd)
command
# mount -t msdosfs /dev/da1s1 /mnt # mount # mount_msdosfs /dev/da1s1 /mnt # mount # umount /mnt # unmount
note
cf. % man mount % man umount % man mount_msdosfs
PR
Comment
command
# mount -t msdosfs /dev/da1s1 /mnt # mount # mount_msdosfs /dev/da1s1 /mnt # mount # umount /mnt # unmount
note
cf. % man mount % man umount % man mount_msdosfs