It doesn't affect the ability to restore, but I know my boss is going to ask why.
fdisk output:
Code: Select all
root@testlinux:~# fdisk -l
Disk /dev/sda: 16 GiB, 17179869184 bytes, 33554432 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x31500e44
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 11780095 11778048 5.6G 83 Linux
/dev/sda2 11782142 33552383 21770242 10.4G 5 Extended
/dev/sda5 11782144 17639423 5857280 2.8G 83 Linux
/dev/sda6 17641472 19732479 2091008 1021M 82 Linux swap / Solaris
/dev/sda7 19734528 20512767 778240 380M 83 Linux
/dev/sda8 20514816 33552383 13037568 6.2G 83 Linux
Code: Select all
root@testlinux:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 5.5G 1.1G 4.1G 21% /
udev 10M 0 10M 0% /dev
tmpfs 101M 4.5M 96M 5% /run
tmpfs 251M 0 251M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 251M 0 251M 0% /sys/fs/cgroup
/dev/sda5 2.7G 226M 2.4G 9% /var
/dev/sda7 360M 3.2M 334M 1% /tmp
/dev/sda8 6.0G 14M 5.7G 1% /home