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
