why does K/Ubuntu configure the /etc/fstab with an entry for /dev/sdc0 and other such entries for cdrom? It screws up usb disk recognition i.e. usb disks get mounted as cdrom devices thereby giving bad superblock errors. It is easily fixed by commenting out the cdrom entries in fstab.
Announcement
Collapse
No announcement yet.
disk mounting issue (question/rant)
Collapse
This topic is closed.
X
X
-
Re: disk mounting issue (question/rant)
Originally posted by bootdoc
It screws up usb disk recognition i.e. usb disks get mounted as cdrom devices thereby giving bad superblock errors.
- Top
- Bottom
-
Re: disk mounting issue (question/rant)
every install i do I have to comment out the /dev/cdrom entry in /etc/fstab for usb drives including usb sticks and media devices like mp3 players to mount correctly.I tried Enlightenment once, it was pretty cool.
- Top
- Bottom
Comment
-
Re: disk mounting issue (question/rant)
Here's my /etc/fstab:
Code:# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda1 UUID=ddc23db9-22cc-4a47-afce-03cb94f4c576 / ext3 relatime,errors=remount-ro 0 1 # /dev/sda2 UUID=4329e25d-75db-4f5e-987e-c9021497d82b /home ext3 relatime 0 2 # /dev/sda3 UUID=c82a5e3c-d4d4-4666-8014-1b1a6aca9261 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
The next brick house on the left
Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
Comment
Comment