On 15-Jun-98 Doug Smoak wrote:

<snippety>

> 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?

Try creating a dir at the top (/) called win95. Then:

        mount /win95

Or you can create any other directory at the top and mount it there. But, you'd
also have to change fstab to reflect that ir you'll still get the error.
 
---
We all be gwine upta hebbin!


-- 
  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