Hi Doug,

Here are some remedial suggestions from a novice user who recently  went
through the process of getting everything to work.  My fstab for the fat32
partitions looks like this:

/dev/hda1                 /mnt/dosc                 vfat   rw 0 2
/dev/hda6                 /mnt/dosd                 vfat   rw 0 2
/dev/hda7                 /mnt/dose                 vfat   rw 0 2

My 2.0.34 kernel mounts auto at boot.  The 2 in the last column merely
indicates the process should fork and mount these guys after the '/'
partition (which is of course "1" ) if I understand it correctly.

Anyway, I'm not sure you're using the mount command correctly either.  Try
something like this if you want to do it manually:

mount -t vfat /dev/hda5 /D

Try it.  I think that should get ya goin.  I know 2.0.34 supports the fat32
partition.

Doug Smoak wrote:

> I'm still trying to mount FAT32 partitions under RH5.0 w/2.0.34 kernel.
>
> Here's a session "transcript".
>
> First the kernel version:
>
> [root@localhost /root]# uname -r
> 2.0.34
>
> Then fdisk output:
>
> Disk /dev/hda: 255 heads, 63 sectors, 638 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot   Begin    Start      End   Blocks   Id  System
> /dev/hda1   *        1        1      121   971901    6  DOS 16-bit >=32M
> /dev/hda2          122      122      637  4144770    5  Extended
> /dev/hda5          122      122      379  2072353+   b  Win95 FAT32
> /dev/hda6          380      380      570  1534176    b  Win95 FAT32
> /dev/hda7          571      571      629   473886   83  Linux native
> /dev/hda8          630      630      637    64228+  82  Linux swap
>
> Here's /etc/fstab:
>
> [root@localhost /root]# cat /etc/fstab
> #
> # /etc/fstab
> #
> # You should be using fstool (control-panel) to edit this! (Yeah, right!)
> #
> # <device>    <mountpoint>   <filesystemtype> <options> <dump> <fsckorder>
>
> /dev/hda7                 /                         ext2   defaults 1 1
> /dev/cdrom                /mnt/cdrom                iso9660 noauto,ro 0 0
> /dev/fd0                  /mnt/floppy               ext2   noauto 0 0
> /dev/hda1                 /win95                    vfat   defaults 0 0
> /dev/hda5                 /D                        vfat   defaults 0 0
> /dev/hdc4                 /zip                      vfat   defaults 0 0
>
> none                      /proc                     proc   defaults
> /dev/hda8                 none                      swap   sw
>
> Now try to mount "/D":
>
> [root@localhost /root]# mount /D
> mount: mount point /D does not exist
>
> Am I doing something dumb here?  Anyone have FAT32 working?
> Thanks.
> --
>  ____
> |  _ \  ___  _   _  __ _
> | | | |/ _ \| | | |/ _` |       [EMAIL PROTECTED]
> | |_| | (_) | |_| | (_| |       [EMAIL PROTECTED]
> |____/ \___/ \__,_|\__, |       [EMAIL PROTECTED]
>                    |___/



mailbox:/home/gdm/nsmail/Inbox?id=19980616013251.5943.qmail%40mail2.redhat.com&number=1732367&part=1.3




I'm still trying to mount FAT32 partitions under RH5.0 w/2.0.34 kernel.

Here's a session "transcript".

First the kernel version:

[root@localhost /root]# uname -r
2.0.34 


Then fdisk output: 

Disk /dev/hda: 255 heads, 63 sectors, 638 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot   Begin    Start      End   Blocks   Id  System
/dev/hda1   *        1        1      121   971901    6  DOS 16-bit >=32M
/dev/hda2          122      122      637  4144770    5  Extended
/dev/hda5          122      122      379  2072353+   b  Win95 FAT32
/dev/hda6          380      380      570  1534176    b  Win95 FAT32
/dev/hda7          571      571      629   473886   83  Linux native
/dev/hda8          630      630      637    64228+  82  Linux swap


Here's /etc/fstab:

[root@localhost /root]# cat /etc/fstab
#
# /etc/fstab
#
# You should be using fstool (control-panel) to edit this! (Yeah, right!)
#
# <device>    <mountpoint>   <filesystemtype> <options> <dump> <fsckorder>

/dev/hda7                 /                         ext2   defaults 1 1
/dev/cdrom                /mnt/cdrom                iso9660 noauto,ro 0 0
/dev/fd0                  /mnt/floppy               ext2   noauto 0 0
/dev/hda1                 /win95                    vfat   defaults 0 0
/dev/hda5                 /D                        vfat   defaults 0 0
/dev/hdc4                 /zip                      vfat   defaults 0 0

none                      /proc                     proc   defaults
/dev/hda8                 none                      swap   sw


Now try to mount "/D":

[root@localhost /root]# mount /D
mount: mount point /D does not exist

Am I doing something dumb here?  Anyone have FAT32 working?
Thanks.   
--
 ____ 
|  _ \  ___  _   _  __ _                                         
| | | |/ _ \| | | |/ _` |       [EMAIL PROTECTED]                
| |_| | (_) | |_| | (_| |       [EMAIL PROTECTED]                   
|____/ \___/ \__,_|\__, |       [EMAIL PROTECTED]                       
                   |___/


Reply via email to