Add an Additional Disk Drive to Your Linux Computer
just format the whole disk and mount them somewhere.
mkfs.ext3 /dev/sdb
mount /dev/sdb /var/www
etc.
to make mount permanent, add the line to /etc/fstab
/dev/sdb /var/www ext3 defaults
there are many variations and you should look up more information and understand different filesystems etc. to be sure that is what you want.
Discussion (0)
There are no comments for this doc yet.