1 Mar 2008 04:01
Re: Lenovo 3000 N200 problems
NoOp <glgxg <at> sbcglobal.net>
2008-03-01 03:01:59 GMT
2008-03-01 03:01:59 GMT
On 02/29/2008 06:06 PM, squareyes wrote: > > Why it shows cdrom and cdrom0 in /media is a good question. No, cdrom and cdrom0 in /media is fine. I was referring to your previous fstab. > > Fstab is as follows > > # /etc/fstab: static file system information. > # > # <file system> <mount point> <type> <options> <dump> <pass> > proc /proc proc defaults 0 0 > /dev/sda1 / ext3 defaults,errors=remount-ro 0 1 > /dev/sda5 none swap sw 0 0 > /dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0 > > Shouldn't /dev/hdb read /dev/sdb? > > Looks better??No. It should more along the lines of the following from my laptop: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda1 UUID=<somelongUUID> / ext3 defaults,errors=remount-ro 0 1 # /dev/sda5 UUID=<somelongUUID> none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0 Argh... just realized that mine above is from Gutsy and you installed Feisty instead (why - this is a test right?). I'll have to see if I can find some of my old 7.04 fstabs... or perhaps someone else on the list is still running Feisty and can help. Sorry
No. It should more along the lines of the following from my laptop:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=<somelongUUID> / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=<somelongUUID> none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
Argh... just realized that mine above is from Gutsy and you installed
Feisty instead (why - this is a test right?). I'll have to see if I can
find some of my old 7.04 fstabs... or perhaps someone else on the list
is still running Feisty and can help. Sorry
RSS Feed