public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  mount cdrom:   No buffer space available
@ 2007-11-22  9:18 Thufir
  2007-11-22 15:20 ` Stroller
  0 siblings, 1 reply; 20+ messages in thread
From: Thufir @ 2007-11-22  9:18 UTC (permalink / raw
  To: gentoo-user

I'm going by <http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?
part=1&chap=8> to mount the cdrom and cdrw drives, but it's failing.

There are two optical drives:  a CD-ROM and a CD-R/W; both drives work 
physically.

When I enter "mount /mnt/cdrom1" or "mount /mnt/cdrw1" then I hear a 
drive spin before it fails, but "mount /dev/cdrom" doesn't cause any 
noise.  They all fail, error messages:


arrakis ~ # 
arrakis ~ # 
arrakis ~ # ll /dev/cd*
lrwxrwxrwx 1 root root 3 Nov 21 23:36 /dev/cdrom -> hdc
lrwxrwxrwx 1 root root 3 Nov 21 23:36 /dev/cdrom1 -> hdd
lrwxrwxrwx 1 root root 3 Nov 21 23:36 /dev/cdrw1 -> hdd
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
none            /proc           proc    defaults                0 0
none            /dev/shm        tmpfs   defaults                0 0
/dev/VolGroup00/LogVol00        /mnt/VolGroup00/LogVol00        ext3    
users,rw        0 0

arrakis ~ # 
arrakis ~ # mount -a
arrakis ~ # 
arrakis ~ # mount /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: No buffer space available
arrakis ~ # 
arrakis ~ # mount /mnt/cdrom1
mount: block device /dev/cdrom1 is write-protected, mounting read-only
mount: No buffer space available
arrakis ~ # 
arrakis ~ # mount /mnt/cdrw1 
mount: block device /dev/cdrw1 is write-protected, mounting read-only
mount: No buffer space available
arrakis ~ # 




thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 20+ messages in thread
* [gentoo-user]  how would I use device names in fstab?
@ 2007-12-27  9:38 Thufir
  2008-01-02  3:50 ` [gentoo-user] mount cdrom: No buffer space available Cocoy Dayao
  0 siblings, 1 reply; 20+ messages in thread
From: Thufir @ 2007-12-27  9:38 UTC (permalink / raw
  To: gentoo-user

I think that the fstab needs to be changed to use device names, but I'm 
not sure what that means:


arrakis ~ # 
arrakis ~ # dmesg |grep hd
Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/
dev/hdb3 
    ide0: BM-DMA at 0x4000-0x4007, BIOS settings: hda:pio, hdb:pio
    ide1: BM-DMA at 0x4008-0x400f, BIOS settings: hdc:pio, hdd:pio
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
none            /proc           proc    defaults                0 0
none            /dev/shm        tmpfs   defaults                0 0
/dev/VolGroup00/LogVol00        /mnt/VolGroup00/LogVol00        ext3    
users,rw        0 0

arrakis ~ # 




thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2008-01-02  7:00 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22  9:18 [gentoo-user] mount cdrom: No buffer space available Thufir
2007-11-22 15:20 ` Stroller
2007-11-22 16:04   ` [gentoo-user] " Thufir
2007-11-22 19:00   ` [gentoo-user] " Dan Farrell
2007-11-23  6:36   ` Dirk Heinrichs
2007-11-23  8:01     ` Dan Farrell
2007-11-23  8:15     ` [gentoo-user] " Thufir
2007-11-23  9:11       ` Neil Bothwick
2007-11-23 18:21         ` Dan Farrell
2007-11-26  6:53           ` [gentoo-user] " Dirk Heinrichs
2007-11-26 10:20             ` [gentoo-user] " Thufir
2007-11-27 16:03               ` Joost Roeleveld
2007-11-27 18:38                 ` Mick
  -- strict thread matches above, loose matches on Subject: below --
2007-12-27  9:38 [gentoo-user] how would I use device names in fstab? Thufir
2008-01-02  3:50 ` [gentoo-user] mount cdrom: No buffer space available Cocoy Dayao
2008-01-02  4:22   ` Jerry McBride
2008-01-02  4:32     ` Cocoy Dayao
2008-01-02  5:32       ` Adam Carter
2008-01-02  5:48         ` Cocoy Dayao
2008-01-02  6:42           ` Paul Colquhoun
2008-01-02  6:55             ` Cocoy Dayao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox