Gentoo Archives: gentoo-user

From: Jerry McBride <mcbrides9@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mount cdrom: No buffer space available
Date: Wed, 02 Jan 2008 04:29:52
Message-Id: 200801012322.43854.mcbrides9@comcast.net
In Reply to: Re: [gentoo-user] mount cdrom: No buffer space available by Cocoy Dayao
1 On Tuesday 01 January 2008 10:50:26 pm Cocoy Dayao wrote:
2 > Encountered:
3 >
4 > warhammer etc # mount /dev/cdrom
5 > mount: block device /dev/cdrom is write-protected, mounting read-only
6 > mount: No buffer space available
7 >
8 > i googled and found a "no buffer space available".
9 >
10 > followed suggestions on the thread:
11 >
12 > warhammer etc # mount -va && df && mount -v /mnt/cdrom
13 > mount: /dev/sda7 already mounted on /mnt/home1
14 > mount: /dev/sda5 already mounted on /mnt/oldroot
15 > mount: /dev/sda1 already mounted on /mnt/Movies
16 > mount: /dev/sda2 already mounted on /mnt/windows2
17 > mount: /dev/sda3 already mounted on /mnt/boot
18 > mount: shm already mounted on /dev/shm
19 > mount: you didn't specify a filesystem type for /dev/cdrom
20 > I will try all types mentioned in /etc/filesystems or /proc/
21 > filesystems
22 > Trying #
23 > Trying #vfat
24 > Trying ext4dev
25 > mount: block device /dev/cdrom is write-protected, mounting read-only
26 > mount: you didn't specify a filesystem type for /dev/cdrom
27 > I will try all types mentioned in /etc/filesystems or /proc/
28 > filesystems
29 > Trying #
30 > Trying #vfat
31 > Trying ext4dev
32 > Trying squashfs
33 > Trying msdos
34 > Trying hfsplus
35 > Trying gfs2
36 > mount: No buffer space available
37 >
38 > ***
39 > so i guess it was looking for a lot of fs, but the machine couldn't
40 > find the right one.
41 > i dunno why.
42 >
43 > my fstab:
44 >
45 > /dev/cdrom /mnt/cdrom auto auto,users 0 0
46 > #/dev/fd0 /mnt/floppy auto noauto 0 0
47 > /dev/hda1 / ext3 noatime 0 1
48 > /dev/sda7 /mnt/home1 xfs user 0 0
49 > /dev/sda6 none swap sw 0 0
50 > /dev/sda5 /mnt/oldroot xfs user 0 0
51 > /dev/sda1 /mnt/Movies xfs user 0 0
52 > /dev/sda2 /mnt/windows2 vfat user 0 0
53 > /dev/sda3 /mnt/boot ext3 noatime 1 2
54 > /dev/sdb /mnt/ipod hfsplus noauto,user 0 0
55 >
56 > so i changed /mnt/cdrom from auto to iso9660
57 >
58 > and... everything works. no more "no buffer buffer space available"
59 > error after that.
60 >
61 > my question is... is there a way to set it to auto and still it will
62 > pick up iso9660? or maybe i missed some setting on the kernel that
63 > needs to be set?
64 >
65
66 What is the cdrom? Music or Data? You can't mount a music cdrom... period.
67 However, if it's a data cd, then iso9660 MUST either be build into the kernel
68 or available as a module for the "auto" part of your cdrom fstab line to work
69 correctly... hmmm... maybe need also "autoload" in the module loading section
70 of the kernel configurator.
71
72
73 Cheers.
74
75
76
77
78
79
80
81
82 --
83
84
85 From the Desk of: Jerome D. McBride
86 --
87 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mount cdrom: No buffer space available Cocoy Dayao <cocoy.dayao@×××××.com>