Jill wrote:

> I then found that in my file I had/

>
> dev/hdc1               /                       ext2    defaults        1 1
> /dev/hdc5              swap                    swap    defaults        0 0
> /dev/fd0 /mnt/floppy msdos  exec,dev,suid,rw,noauto 0 0
> /dev/cdrom              /mnt/cdrom              iso9660 noauto,ro       0
0
> none                    /proc                   proc    defaults        0
0
> none                    /dev/pts                devpts  mode=0622       0
0
> /dev/hda1 / msdos  exec,dev,suid,rw 1 1

It looks to me as if you're trying to mount /dev/hda1 at /

This is not a good idea! From what you said earlier, perhaps this last line
should read:

/dev/hda1 /mnt msdos exec,dev,suid,rw 1 1


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to