Thread: /etc/fstab does not show DVD drives
i'm trying follow tutorial setting dvd decrypter under wine: http://ubuntuforums.org/showthread.php?t=27369
run /etc/fstab, cannot see dvd drive, see this.
how make see drive?code:# /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / on /dev/sda5 during installation uuid=97a88fb7-5066-4f3c-b1bf-43f06e44cc09 / ext4 errors=remount-ro,user_xattr 0 1 # swap on /dev/sda6 during installation uuid=f9f8bbb6-cd88-41ed-bb38-48086b4fb546 none swap sw 0 0
not needed show cd/dvd drives in fstab.
example, fstab:
code:# /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / on /dev/sda1 during installation uuid=84b9ede3-f8e2-42bf-81a5-5e55d757caaa / ext4 errors=remount-ro,user_xattr 0 1 # swap on /dev/sda5 during installation uuid=b7fc1fa0-aab1-486b-b6c9-dd31b62805c5 none swap sw 0 0 # 1 gigabyte hdd uuid=9b41fcd5-9f84-4ee7-a8c6-bd6f2efd49fe /media/nntpgrab ext3 defaults,relatime 0 2
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] /etc/fstab does not show DVD drives
Ubuntu
Comments
Post a Comment