Mailinglist Archive: opensuse (4343 mails)

< Previous Next >
Re: [SLE] VMware.
  • From: Anders Johansson <andjoh@xxxxxxxxxx>
  • Date: Thu, 14 Nov 2002 08:45:43 +0100
  • Message-id: <200211140845.43018.andjoh@xxxxxxxxxx>
On Thursday 14 November 2002 08:21, Erik Jakobsen wrote:
> How do I switch:
>
> eurit:~ # ls -l /dev/cdrom
> lrwxrwxrwx 1 root root 3 Nov 6 14:18 /dev/cdrom -> hdc
> eurit:~ # ls -l /dev/cdrecorder
> lrwxrwxrwx 1 root root 3 Nov 6 14:18 /dev/cdrecorder ->
> sr0

as root
'
ln -sf /dev/sr0 /dev/cdrom

>
> I suppose that the cdrecorder should be sr1.

Probably, in that case it's

ln -sf /dev/sr1 /dev/cdrecorder

Anders

< Previous Next >
Follow Ups