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
13 hours 51 min ago
14 hours 51 min ago
18 hours 38 min ago
19 hours 52 min ago
23 hours 28 min ago
1 day 6 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 8 hours ago
2 days 10 hours ago