Not sure if I should continue on this thread or create another one, but the thing is I can`t use my cd-rom in TC. So here goes.
This is what my fstab looks like:
# /etc/fstab
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/dev/sda /mnt/sda auto noauto,users,exec 0 0 # Added by TC
/dev/sda1 /mnt/sda1 ext3 noauto,users,exec,relatime 0 0 # Added by TC
/dev/sda2 /mnt/sda2 ext3 noauto,users,exec,relatime 0 0 # Added by TC
This command:
grep name /proc/sys/dev/cdrom/info
returns:
drive name:
dmesg | grep "^hd" returns nothing also
/dev/sda1 and /dev/sda2 are 2 partitions in my sata hd.
Any clues?