Results 1 to 2 of 2
i have inserted the pen drive in the pc then gave dmesg command to know the drive.then gave the following command
#mount /dev/sda /mnt/flash
but it says that the file ...
- 01-02-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 6
usb drive
i have inserted the pen drive in the pc then gave dmesg command to know the drive.then gave the following command
#mount /dev/sda /mnt/flash
but it says that the file structure not mentioned.how to find the file structure and how to mention in the command.
- 01-03-2010 #2
try the following;
mount -t vfat /dev/sda /mnt/flash


Reply With Quote