[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: utilizing unpartitioned space



> How abt adding a new hard disk to the current system
> how to make new filesystem on new harddisk and format and mount them.
fdisk /dev/hdx (assuming its an ide)
make all the partitions u want...
then 
mke2fs /dev/hdxN <N is part no>
then 
mount -te2fs /dev/hdxN /<mount point>
Neil