Andrew Schott wrote:

Hello!

I would like to modify where my CDR and DVD get automounted. Currently
it is /mnt/cdrom and /mnt/cdrom1. I would like to know how to change it
to /mnt/cdr and /dev/dvd.
umount both of them then mkdir /mnt/cdr & /mnt/dvd

The old /etc/fstab
/dev/cdrom /mnt/cdrom iso9660 noauto,user 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,user 0 0

change it to:
/dev/cdrom /mnt/cdr iso9660 noauto,user 0 0
/dev/cdrom1 /mnt/dvd iso9660 noauto,user 0 0

rmdir /mnt/cdrom & /mnt/cdrom1


JD

Thanks!
Andrew



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to