Results 1 to 3 of 3
When I am trying to mount the linux /home partition from my slave hard disk to the primary hard disk on the path /mnt/hd by issuing the following command
mount ...
- 09-28-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 1
Error : mount: No buffer space available
When I am trying to mount the linux /home partition from my slave hard disk to the primary hard disk on the path /mnt/hd by issuing the following command
mount -t auto /dev/hdb4 /mnt/hd
as root
i am getting the following error message
mount : No Buffer space available
Here /dev/hdb4 stands for my /home partition which i have ckecked from my /etc/fstab
- 09-28-2007 #2
This is strange, are you sure the partition is dev/hdb4 , post the output of fdisk -l .
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 09-28-2007 #3
I don't understand. This partition is already mounted at /home
and you also want to mount it somewhere else? I didn't know you
could do that.


Reply With Quote
