On 13-Apr-00 Frank Phillips was heard to remark:
> Hello,
>
> Is there a way to set the mount point for my dos partition (/dev/hda1) as
> /dos when I didn't specify it during install? I've tried mount /dev/hda1
> /dos and it tells me that mount point /dos doesn't exist. I tried
> specifying /dos in /etc/fstab, but boot-time messages tell me the same
> thing. And fdisk doesn't give you the option of setting mount points. I want
> to do this w/o reinstalling.
>
> Thanks,
> Frank Phillips
>
Have you actually created the directory /dos of of root ('/')? In your fstab
you'd have an entry like
/dev/hda1 /dos vfat rw
or something similar (hard to remember while not at home).
For trying to mount it, try "mount -t vfat /dev/hda1 /dos".
---
Matt Ray
[EMAIL PROTECTED]
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]