On 27 Dec 2007, at 09:38, Thufir wrote:
I think that the fstab needs to be changed to use device names, but
I'm
not sure what that means:
...
hda: WDC WD800BB-22JHC0, ATA DISK drive
hdb: Maxtor 2F030L0, ATA DISK drive
hdc: SAMSUNG CD-ROM SC-148C, ATAPI CD/DVD-ROM drive
hdd: CD-RW CDR-6S52, ATAPI CD/DVD-ROM drive
hdc: Disabling (U)DMA for SAMSUNG CD-ROM SC-148C (blacklisted)
hda: max request size: 128KiB
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63,
UDMA
(100)
hda: cache flushes supported
hda: hda1 hda2 hda3
hdb: max request size: 128KiB
hdb: 60058656 sectors (30750 MB) w/2048KiB Cache, CHS=59582/16/63,
UDMA
(133)
hdb: cache flushes supported
hdb: hdb1 hdb2 hdb3
hdc: ATAPI 48X CD-ROM drive, 128kB Cache
hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
EXT3 FS on hdb3, internal journal
Adding 960616k swap on /dev/hdb2. Priority:-1 extents:1 across:
960616k
hdc: Disabling (U)DMA for SAMSUNG CD-ROM SC-148C (blacklisted)
hdc: Disabling (U)DMA for SAMSUNG CD-ROM SC-148C (blacklisted)
arrakis ~ #
arrakis ~ # cat /etc/fstab
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
/dev/cdrom1 /mnt/cdrom1 auto noauto,user 0 0
/dev/cdrw1 /mnt/cdrw1 auto noauto,user 0 0
/dev/hdb1 /boot ext2 defaults 1 2
/dev/hdb2 none swap sw 0 0
/dev/hdb3 / ext3 noatime 0 1
Unless I'm very much mistaken device names are the kind of names on
traditionally finds in /dev - eg. /dev/hda, /dev/hdb &c. ISTM that in
referring to partitions in /etc/fstab as /dev/hdb1 & so on you ARE
using device names.
I'm not seeing any critical error messages in your output - could you
perhaps explain what the problem is exactly?
More modern kernels allow you to refer to volume labels in /etc/
fstab, thus:
LABEL=boot /boot ext3
noauto,noatime 1 2
LABEL=root / reiserfs
noatime 0 1
but I don't believe there's any necessity to change anything if it's
working.
Stroller.
--
[EMAIL PROTECTED] mailing list