Re: mounting fat 32 partitions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for the speedy suggestions! :)
That seems to work better - no errors on boot-up!

However - I can see the directories - aka the mount points and they are rw for my admin login - but not mounted....  gaaah - do I need to put something in the automount?
...or change it to "auto" instead of noauto?

Thanks - Dan =)

On Wed, 2002-10-30 at 18:44, Tony Nugent wrote:
On Wed Oct 30 2002 at 17:07, Dan Clowater wrote:

> Hey - I have been trying, unsuccessfully, to mount my fat32 volumes so
> they are rw for my administrator login as well as the root user.  I
> tried adding a string to my fstab, but when I rebooted I get the
> following:

> Warning fat32 support is still Alpha
> dos fsck 2.8 28 Feb 2001, fat lfh
> /dev/hda1 ....blocks
> Warning fat32 support is still Alpha
> 
> at this point the bootup hangs and I have to ctrl+c past it.
> 
> I was using the following:
> 
> /dev/hda1	/mnt/cee	vfat noauto,owner,gid=500,rw 1 2
> /dev/hda5	/mnt/dee	vfat noauto,owner,gid=500,rw 1 2

No no no... NEVER fsck vfat file systems, totally unnecessary (let
windows do that).

Mount them at bootup like this:

/dev/hda1	/mnt/cee	vfat noauto,owner,gid=500,rw 0 0
/dev/hda5	/mnt/dee	vfat noauto,owner,gid=500,rw 0 0

Note the "0 0", which means "never check this filesystem at bootup".

You'll find that cdroms and floppies are also set up like this.

> plus a whole variety of combinations...

... just not the right one :)

> I have to mount them once logged in using the command:
> 
> mount -w -t vfat /dev/hda1 //mnt/cee

Yep, sure, that will work :)

> I feel I am doing something stupid - but help would be appreciated!
> Thanks - DC

your words, not mine :-))))

Cheers
Tony



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list
-- 
J. Daniel J. Clowater
clowater@cogeco.ca

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux