Mailinglist Archive: opensuse (2974 mails)

< Previous Next >
Re: [SLE] Fstab problem
  • From: "Christopher D. Reimer" <creimer@xxxxxxxxx>
  • Date: Mon, 26 Feb 2001 14:45:33 -0800 (PST)
  • Message-id: <Pine.GSU.4.21.0102261437190.16248-100000@xxxxxxxxxxxxxxx>
On Mon, 26 Feb 2001, Mark Annandale wrote:

> The relevent lines in fstab are:
>
> /dev/cdrecorder /cdrecorder auto ro,noauto,user,exec 0 0
> /dev/cdrom /cdrom auto ro,noauto,user,exec 0 0
>
> I guess it is something really simple.

I don't believe you can have two file system mounts to the same device,
and that's where the error message is coming from.

Remove the cdrom entry from fstab, and create a link for /cdrom to point
to /dev/cdrecorder.

ln -s /dev/cdrecorder /cdrom

When you mount /cdrom, it will actually be /dev/cdrecorder that is
mounted.

Christopher Reimer


< Previous Next >
References