Hello,
As i can see i'm using the first 1tb storage, i just want to make the other 1tb space empty and mount as a /backup directory
Code:
# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00098581
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1306 10485760 fd Linux raid autodetect
/dev/sda2 1306 121536 965746688 fd Linux raid autodetect
/dev/sda3 121536 121601 525312 82 Linux swap / Solaris
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006b600
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1306 10485760 fd Linux raid autodetect
/dev/sdb2 1306 121536 965746688 fd Linux raid autodetect
/dev/sdb3 121536 121601 525312 82 Linux swap / Solaris
/dev/sdb4 121601 121601 224+ 83 Linux
Disk /dev/md2: 988.9 GB, 988924542976 bytes
2 heads, 4 sectors/track, 241436656 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md1: 10.7 GB, 10737352704 bytes
2 heads, 4 sectors/track, 2621424 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Code:
/dev/md1 / ext4 errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0 0 1
/dev/md2 /home ext4 usrjquota=quota.user,jqfmt=vfsv0 0 2
/dev/sda3 none swap defaults 0 0
/dev/sdb3 none swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
Code:
df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 9.8G 4.0G 5.4G 43% /
/dev/root 9.8G 4.0G 5.4G 43% /
devtmpfs 3.9G 416K 3.9G 1% /dev
/dev/md2 907G 538M 860G 1% /home
tmpfs 3.9G 0 3.9G 0% /dev/shm
/dev/loop0 485M 11M 449M 3% /tmp
/dev/loop0 485M 11M 449M 3% /var/tmp
/dev/root 9.8G 4.0G 5.4G 43% /var/named/chroot/etc/named
/dev/root 9.8G 4.0G 5.4G 43% /var/named/chroot/etc/named.rfc1912.zones
/dev/root 9.8G 4.0G 5.4G 43% /var/named/chroot/etc/rndc.key
/dev/root 9.8G 4.0G 5.4G 43% /var/named/chroot/usr/lib64/bind
/dev/root 9.8G 4.0G 5.4G 43% /var/named/chroot/etc/named.iscdlv.key
/dev/root 9.8G 4.0G 5.4G 43% /var/named/chroot/etc/named.root.key
Last edited: