How would I find out if /backup is on the 2nd drive?
Via root I did mkdir /backup
Then, I enabled backup in WHM to /backup.
I want to makee sure /backup is on the 2nd drive.
Thanks~
cPanel.net Support Ticket Number:
How would I find out if /backup is on the 2nd drive?
Via root I did mkdir /backup
Then, I enabled backup in WHM to /backup.
I want to makee sure /backup is on the 2nd drive.
Thanks~
cPanel.net Support Ticket Number:
df -hOriginally posted by jdarow
How would I find out if /backup is on the 2nd drive?
Via root I did mkdir /backup
Then, I enabled backup in WHM to /backup.
I want to makee sure /backup is on the 2nd drive.
Thanks~
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number:
rh_linuxion
It is very simple to be Happy but it is very difficult to be Simple.
root@server [~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 55G 3.4G 49G 7% /
/dev/hda1 99M 9.0M 84M 10% /boot
none 235M 0 235M 0% /dev/shm
I don't even see the 2nd drive.
Kinda new, maybe you could help.
Thanks for your help~
cPanel.net Support Ticket Number:
root@server [~]# fdisk -l
Disk /dev/hda: 255 heads, 63 sectors, 7476 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 144 1052257+ 82 Linux swap
/dev/hda3 145 7476 58894290 83 Linux
cPanel.net Support Ticket Number:
No u don't have a second HDD.Originally posted by jdarow
root@server [~]# fdisk -l
Disk /dev/hda: 255 heads, 63 sectors, 7476 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 144 1052257+ 82 Linux swap
/dev/hda3 145 7476 58894290 83 Linux
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number:
rh_linuxion
It is very simple to be Happy but it is very difficult to be Simple.
Okay, I will call the data center and tell them, thanks~
Once I get it installed, what do I have to do in order to setup /backup on the second drive?
Thanks for your help, it's much appreciated.
cPanel.net Support Ticket Number:
When u'll have the second HDD then mount it as /backup and then configure backup from WHM. SeeOriginally posted by jdarow
Okay, I will call the data center and tell them, thanks~
Once I get it installed, what do I have to do in order to setup /backup on the second drive?
Thanks for your help, it's much appreciated.
cPanel.net Support Ticket Number:
man mount
/etc/fstab /etc/mtab for more details.
Or simply tell the data centre people to mount that hdd as /backup.
Regards,
cPanel.net Support Ticket Number:
rh_linuxion
It is very simple to be Happy but it is very difficult to be Simple.