On Mon, 31 Jan 2000, Newman Chakerian wrote:

> here is my fstab file: the ones I'm trying to add are commented out (I added
> these entries myself):
> 
> /dev/ida/c0d0p5         /                       ext2          defaults
> 1 1
> /dev/ida/c0d0p1         /boot                   ext2          defaults
> 1 2
> /dev/cdrom              /mnt/cdrom              iso9660       noauto,owner,ro 0 0
> /dev/ida/c0d0p6         swap                    swap          defaults
> 0 0
> /dev/fd0                /mnt/floppy             ext2          noauto,owner
> 0 0
> none                    /proc                   proc          defaults
> 0 0
> none                    /dev/pts                devpts
> gid=5,mode=620        0 0
> #/dev/ida/c0d1p5              /opt                            ext2
> default               1 3
> #/dev/ida/c0d1/p1             /mnt/dsk2                       ext2
> defaults              1 1
> 
> 

I'm hoping this is a cut and paste of the file, you have typos in both
lines. Also, make sure each entry is all one line.

First entry: defaults instead of default

Second entry: The device is incorrect, I think you want /dev/ida/c0d1p1
instead of /dev/ida/c0d1/p1.

Might double check and make sure those partitions exist as well.

HTH,

Bill Carlson
------------
Systems Programmer    [EMAIL PROTECTED]    |  Opinions are mine,
Virtual Hospital      http://www.vh.org/        |  not my employer's.
University of Iowa Hospitals and Clinics        |

Reply via email to