well, not your case in any meaning of the world. just took a shot at the
dark.
from the linux nfs faq:
---------------------
 B3. Why can't I mount more than 255 NFS file systems on my client? Why is
it sometimes even less than 255?

   A. On Linux, each mounted file system is assigned a major number, which
indicates what file system type it is (eg. ext3, nfs, isofs); and a minor
number, which makes it unique among the file systems of the same type. In
kernels prior to 2.6, Linux major and minor numbers have only 8 bits, so
they may range numerically from zero to 255. Because a minor number has only
8 bits, a system can mount only 255 file systems of the same type. So a
system can mount up to 255 NFS file systems, another 255 ext3 file system,
255 more iosfs file systems, and so on. Kernels after 2.6 have 20-bit wide
minor numbers, which alleviate this restriction.
---------------------

anyhow, the dmesg output, as stated by some1 before, would be helpful.

On 4/4/07, Shlomo Solomon <[EMAIL PROTECTED]> wrote:

On Wednesday 04 April 2007 18:33, Noam Meltzer wrote:
> Hi,
> Is it possible that you are having too many mounts from the same type on
> your system?
> Can you please send the full output of 'cat /proc/mounts'?
>
I don't know what you mean by "too many mounts". Also, if that were the
problem, umounting one of the partitions on /dev/sdb before mounting a
partition from /dev/sdc would solve the problem - but it doesn't help.

In any case, I'm including what you requested:


[EMAIL PROTECTED] /]# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev /dev tmpfs rw 0 0
/dev/root / reiserfs rw 0 0
/proc /proc proc rw 0 0
/sys /sys sysfs rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
none /proc/bus/usb usbfs rw 0 0
/dev/sda6 /boot reiserfs rw 0 0
/dev/sda7 /home reiserfs rw 0 0
/dev/sda8 /tmp reiserfs rw 0 0
/dev/sda9 /usr reiserfs rw 0 0
/dev/sda10 /var reiserfs rw 0 0
none /mnt/floppy supermount rw,sync,dev=/dev/fd0,fs=auto,tray_lock=onwrite
0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
capifs /dev/capi capifs rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
nfsd /proc/fs/nfsd nfsd rw 0 0
/dev/sda11 /rescue reiserfs rw 0 0
/dev/sda12 /data1 reiserfs rw 0 0
/dev/sda13 /data2 reiserfs rw 0 0
/dev/sda14 /data3 reiserfs rw 0 0
/dev/sda15 /data4 reiserfs rw 0 0
/dev/sdb1 /3200-gib1-hda reiserfs rw 0 0
/dev/sdb5 /3200-gib2-hda reiserfs rw 0 0
/dev/sdb6 /3200-ggg-hda reiserfs rw 0 0
/dev/sdb7 /3200-gib3-hda ext3 rw,data=ordered 0 0
/dev/sdb8 /3200-slash-maybe-partial reiserfs rw 0 0
/dev/sdb9 /3200-usr reiserfs rw 0 0
/dev/sdb10 /3200-home reiserfs rw 0 0
/dev/sdb12 /3200-data1 reiserfs rw 0 0
/dev/sdb13 /3200-data2 reiserfs rw 0 0
/dev/sdb15 /sdb15-105Gb reiserfs rw 0 0
/dev/sdb11 /3200-tmp reiserfs rw 0 0
/dev/sdb14 /3200-data3 reiserfs rw 0 0




--
Shlomo Solomon
http://the-solomons.net
Sent by KMail (KDE 3.5.4) on LINUX Mandriva 2007


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Reply via email to