CODE
mount -t vfat -o uid=gentoo,gid=users /dev/sdb /home/gentoo/Desktop/flash
mount -t vfat -o uid=gentoo,gid=users /dev/sdb1 /home/gentoo/Desktop/flash
Says " mount: special device /dev/sdb does not exist.
CODE
mount -t vfat -o uid=gentoo,gid=users /dev/sdb1 /home/gentoo/Desktop/flash
says" Mount: wrong fs type, bad option, bad superblock on /dev/sda, misson codepage or other error - try demesg | tail or so
I have tried both my usb HDD and a USB thumb drive. formatted them both to FAT32. Any help?
To do retype dmesg | grep -i "SCSI device" everytime i plu in the HDD or the Thumb drive.
it should be the latest one on the list, if you get sda from grep then use that instead of sdb, if your having problems getting your device to show up in grep then it could be a compatibility issue.