On Thu, 2004-08-19 at 09:28, R.NaggarajaVignesh wrote:
>     How to add a new Secondary Hard Disk under existing user .
> 
> For Ex :
> 
>    If user 1 is having 10 gb of space and the primary disk is full the user
> 1 need to provide
> 20 gb of space from secondary hard disk .
make a mount point under the users home directory by:
mkdir /home/user/newfolder
add the drive / partition that you want to mount here use value for "n"
as per your partitions:
mount /dev/hdbn /home/user/newfolder
For mounting automatically use /etc/fstab file and add a line for this
device.
HTH
-- 


_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to