Regenerate fstab?

Status
Not open for further replies.

Greg

Indeed.
Messages
1,600
How would I go about regenerating my fstab? My DVD-ROM stopped working and I am trying to rule this out as a possibility (I made some minor edits to it about a month ago).

Thanks
 
Greg,

Here is one I found, seems O.K you can regenerate yours based on this, sorry about the awful layout, couldn't get the **** thing to do what I wanted

/dev/hda6 / ext3 defaults 1 1
/dev/hda7 /boot ext2 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/hda9 /home ext3 defaults 1 2
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/hda8 /usr/local ext3 defaults 1 2
/dev/hda5 swap swap defaults 0 0
/dev/sda1 /media/usbdrive auto pamconsole,rw,exec,noauto 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto 0 0
/dev/hdd /media/dvdr auto pamconsole,exec,noauto 0 0
/dev/hdc /media/cdr auto pamconsole,exec,noauto 0 0
 
I'm kinda scared to go overwriting it now :umm:

Does everything look alright? I'm pretty sure I undid all of my modifications.
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hda1
UUID=227ad330-5a70-4e7c-a439-58ad31cf57cf /               ext3    defaults,errors=remount-ro 0       1
# /dev/hda5
UUID=7ee97c52-8608-4816-b2c9-f50923308dae none            swap    sw              0       0
/dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/cdrom        /media/cdrom1   udf,iso9660 user,noauto,     0       0
/dev/           /media/floppy0  auto    rw,user,noauto  0       0

Thanks for the help, by the way.
 
No, not yet. Notice anything wrong with my fstab? I haven't tried to fix it yet.

My CD-RW is fine, but the DVD-ROM is still not working.
 
It gives no error message, it just spins the disc up and down for a few minutes and then stops.

Hmm... Looks like /dev/cdrom exists, but /dev/hdd does not.

I will look at those links, thanks.

Edit: There are no relevant messages in /var/log/messages, either.
 
Status
Not open for further replies.
Back
Top Bottom