How do i add DVD R +RW mnt point in 13.37
by NightSky from LinuxQuestions.org on (#5RQJB)
Please, need to copy an instalSlackware64-current-install-dvd.iso to a fresh install of 13.37 /home/user/terminal
#mount /dev/sr0 /mnt/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only
mount:/dev/sr0:can't read superblock
#dmesg | tail -n 20
cdrom: this disc doesn't have any tracks I recognize!
All I have on /etc/fstab is:
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro
I removed the comment hashtag for better or worse?
user is in cdrom group
What files do I configure for dvdrw to read iso? Only have the one dvd drive. xfce create a mnt point for dvd-rw ?
@kalimero @tyler.m.burns what are the configuration files and commands to complete my task?
#mount /dev/sr0 /mnt/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only
mount:/dev/sr0:can't read superblock
#dmesg | tail -n 20
cdrom: this disc doesn't have any tracks I recognize!
All I have on /etc/fstab is:
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro
I removed the comment hashtag for better or worse?
user is in cdrom group
What files do I configure for dvdrw to read iso? Only have the one dvd drive. xfce create a mnt point for dvd-rw ?
@kalimero @tyler.m.burns what are the configuration files and commands to complete my task?