First you must format the hard drive (e.g. with fdisk, see
). If your new HDD is /dev/sdb, you can use
Let's say you've created a partition /dev/sdb1 on it:
Afterwards you can mount it, e.g.:
Code:
mkdir /new_hdd
mount /dev/sdb1 /new_hdd
You can also create an entry in /etc/fstab if you want to have the new HDD mounted automatically whenever the system is booted.
And afterwards you can apply quota to /dev/sdb1, as shown in the Perfect Setup (of course, you must adjust the paths).
Recent comments
12 hours 47 min ago
22 hours 15 min ago
23 hours 5 min ago
1 day 2 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 19 hours ago
2 days 34 min ago
2 days 2 hours ago