
But I do see it here;

What do I do? I want to see what's in my CD/DVD. I want to be able to do that, but it just wouldn't work, ever since I switched to Linux Mint 14.
Anyone?



cat /etc/fstab
cwsnyder wrote:First, have you tried it with a CD or DVD in the drive, or just with an empty drive?
What is the result of entering the following in a terminal?
- Code: Select all
cat /etc/fstab
K2X ~ # cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sdb2 during installation
UUID=06017a22-bc68-4c37-8607-9ceff37c6711 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=42cda712-6a58-4557-b5ee-8367273b4487 none swap sw 0 0
K2X ~ # 
cwsnyder wrote:cat /etc/fstab



cwsnyder wrote:When you put a CD or DVD in the drive, is or is not the disk showing in your tree to the left side of your file manager?
Have you tried in a terminal window entering ls /media to check that there is a cdrom folder? If there isn't such a mount point, create the folder by entering sudo mkdir /media/cdrom then enter sudo mount /dev/sr0 /media/cdrom and see if your CD or DVD contents are available in the new folder /media/cdrom.
khalyd@K2X ~ $ ls /media
cdrom dvd khalyd
khalyd@K2X ~ $ sudo mount /dev/sr0 /media/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: /dev/sr0: can't read superblock
khalyd@K2X ~ $ 





Users browsing this forum: Google [Bot], Google Adsense [Bot], Menemas, Redondo and 20 guests