problem with fstab
From: The Illien (theillien_at_yahoo.com)
Date: 08/28/03
- Previous message: Eric in Somewhere: "[Help] Dual boot system WindowsME & Linux RedHat 9.0"
- Next in thread: Robert Newson: "Re: problem with fstab"
- Reply: Robert Newson: "Re: problem with fstab"
- Reply: Sybren Stuvel: "Re: problem with fstab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Aug 2003 18:24:10 GMT
I had my fstab set up so that it would automatically mount a vfat
partion when loaded. However, it has never allowed me to write to it
from within Linux. I did a brief search and found that I should not set
it up to auto mount. I then edited it to look like this:
LABEL=/ / ext3 defaults
1 1
none /dev/pts devpts gid=5,mode=620
0 0
none /proc proc defaults 0 0
LABEL=/home /home ext3 defaults 1 2
none /dev/shm tmpfs defaults 0 0
/dev/hdb3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom auto,owner,kudzu,ro 0 0
/dev/hda5 /mnt/data noauto,user,kudzu,rw 0 0
/dev/fd0 /mnt/floppy noauto,owner,kudzu 0 0
/dev/cdrom1 /mnt/cdrom1 auto,owner,kudzu,ro 0 0
The device in question is /dev/hda5. I'm not sure if I should have it
set up as user or owner though. I havent' reached that problem yet.
Now, I have an even bigger problem. When I run the command 'mount -a'
to reload the fstab without rebooting I get this:
mount: fs type ro not supported by kernel
mount: fs type noauto,user,kudzu,rw not supported by kernel
mount: fs type noauto,owner,kudzu not supported by kernel
mount: fs type ro not supported by kernel
I've never got this before. So now I actually have two questions:
1. How do I solve the problem with the unsupported fs types, and
2. How do I configure my fstab to mount a vfat partion in a way that
allows me to write to it?
I guess a third question could be should I set up the mount as 'user' or
'owner'?
I'm running a dual boot RH9/win2k (if I ever get it working again, go
figure).
Thanks for the help
The Illien
- Previous message: Eric in Somewhere: "[Help] Dual boot system WindowsME & Linux RedHat 9.0"
- Next in thread: Robert Newson: "Re: problem with fstab"
- Reply: Robert Newson: "Re: problem with fstab"
- Reply: Sybren Stuvel: "Re: problem with fstab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|