[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: KDE kppp network dialer
Robert:
I believe I had this problem when I tried to mount the cdrom if I was not
root. For example, if you start kde as a regular user and try to mount
the cdrom it will not work, however if you started kde as root and tried
it *should* work. If this is the problem you can fix it by adding user in
the fstab under the cdrom row (mine looks like noauto,ro,user). This
allows all users to mount the cdrom...hope this helps..
ben
p.s. - the fstab file is found in /etc
On Sat, 3 Apr 1999, Robert G. Brown wrote:
>
> >actually........... the error caused by no disk is.....
> >hdc: Tray open or drive not ready
> True enough. The only times I've seen a ...bad superblock...
> error when mounting a CD-ROM drive is when the mount command
> does NOT have a:
> -t iso9660
> in it, as in
> mount /dev/hdc /mnt/cdrom -t iso9660 -o ro
>
>