Portal Home > Knowledgebase > Server Administration > Mount Secondary Drive


Mount Secondary Drive




How to Mount Secondary Drive

fdisk /dev/sdb
n
p
1
enter
enter
w
mkfs.ext3 -L /backup /dev/sdb1
nano /etc/fstab
LABEL=/backup /backup ext3 defaults 1 2
mkdir /backup

Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Server Port Speed Check (Views: 1426)
IP Network Fix (Views: 1231)
Where to Find Logs? (Views: 1214)
O/S Info (Views: 1230)
Wheelgroup User (Views: 1214)