![]() |
| | |||||||
| Engineering Engineering |
| | LinkBack | Thread Tools | Display Modes |
| |||
| i am unable to mount my pen drive to linux?
I didn't understand that last part...The device should show up in your /dev directory. It will probably be called something like /dev/sdf. Make a mount point under /mnt, and then mount it. Here are the basic commands:mkdir /mnt/flashmount /dev/sdf /mnt/flashIf your flash drive is not formatted correctly, do this first:mkfs.vfat /dev/sdf
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|