| Format and Mount 2nd HDD to /mnt/backup Login as root perform this command fdisk -l that will give you the hd* (* = number) of the Hard Drive you want to format perform this command mkfs /dev/hd* this will format the drive mount /dev/hd* /mnt/backup To unmount =========== umount /backup |
Powered by WHMCompleteSolution