[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: more important problem
>
> As long as everybody has read and execute permission on /mnt/cdrom
everything
> should be fine. Could you include a copy of the fstab? It's generally
good to
> provide as much info as possible when making inquiries to the list.
>
> here's an example fstab file:
here is what my fsatb looks like:
/dev/hdc9 / ext2 defaults 1
1
/dev/hdc6 /boot ext2 defaults 1 2
/dev/hdc7 /usr ext2 defaults 1
2
/dev/hdc8 swap swap defaults 0 0
/dev/fd0 /mnt/floppy ext2 noauto,user
/dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0
none /proc proc defaults 0
0
none /dev/pts devpts mode=0622 0 0
thats right, right?
-Alan