Handy Drive
It 's very easy when we want to use handy drive on WindowsOS. Window has interface support just insert handy drive to it. How are you doing on 'Linux text mode' ? Today let 's me recommend trick for Beginning User.
How to mount handy drive on linux text mode
- root#dmesg #This command we will know Device 's name
- root# mkdir drive #Create dircetory
- root# mount -t vfat /dev/sdc1 ./drive #mount handy drive to directory that be created.
- root# umount ./drive #unmount handy drive
!!! Enjoy !!!
