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]                       
                   |___/


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to