Mailinglist Archive: opensuse (4348 mails)
| < Previous | Next > |
Re: [SLE] DVD entry
- From: wolfi <wolfi_z@xxxxxxx>
- Date: 15 Oct 2002 22:16:30 +0200
- Message-id: <1034712485.31282.29.camel@linux>
On Tue, 2002-10-15 at 21:53, Patrick wrote:
> Hey gurus,
>
> What is the correct entry in "fstab" for a dvd? Is it the same as a
> cdrom or slightly different? Would something like this be correct?
>
> /dev/dvd /media/dvd auto ro,noauto,user,exec 0 0?
> or /dev/hdd /media/dvd
>
> Thanks
> Patrick
Hi Patrick,
These two lines are relevant:
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
And, if you DVD drive is, let's say hdd, then you need to link it:
#ln -sf /dev/hdd /dev/dvd
#ln -sf /dev/hdd /dev/cdrom
Linking the DVD also to cdrom is only reasonable if you do not have a
separate CD-ROM drive - which is assumed to be the case, since normally
you use a DVD drive to replace a CD-ROM drive.
Cheers .... Wolfi
=============================================
mailto:wolfi_z@xxxxxxx
Linux ... the better OS!
> Hey gurus,
>
> What is the correct entry in "fstab" for a dvd? Is it the same as a
> cdrom or slightly different? Would something like this be correct?
>
> /dev/dvd /media/dvd auto ro,noauto,user,exec 0 0?
> or /dev/hdd /media/dvd
>
> Thanks
> Patrick
Hi Patrick,
These two lines are relevant:
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
And, if you DVD drive is, let's say hdd, then you need to link it:
#ln -sf /dev/hdd /dev/dvd
#ln -sf /dev/hdd /dev/cdrom
Linking the DVD also to cdrom is only reasonable if you do not have a
separate CD-ROM drive - which is assumed to be the case, since normally
you use a DVD drive to replace a CD-ROM drive.
Cheers .... Wolfi
=============================================
mailto:wolfi_z@xxxxxxx
Linux ... the better OS!
| < Previous | Next > |