mounting fat32 drive in place of dvd drive

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
Chunkywolf
Novice
Posts: 22
Joined: Mon Feb 23, 2004 9:37 pm

mounting fat32 drive in place of dvd drive

Post by Chunkywolf »

i already got the drive in and when i try

Code: Select all

mount -t vfat /dev/hdb1 /mnt/fat
/mnt/fat just turns into a read only directory

How would i actually access the drive??
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

what happens if you just do
mount /dev/hdb1 /mnt/fat

also what are the permissions on the /mnt/fat/ directory, you may need to chmod it 777 to make it readable by anyone other than root.
If you keep an open mind, will your brain fall out?
Post Reply