OVH Community, your new community space.

Disk space issues.


Careimages
19-03-2015, 13:18
It's because the disks are assigned to a RAID array - do
cat /proc/mdstat
to see how they are assigned.

if you want to use the machine without RAID then you'll need to reinstall the OS and use custom partitioning to assign the space as you'd like.

Junky
19-03-2015, 12:36
Hello, i've noticed that i can use only 120gb instead of all 3 ssds (120gb each)
How can i use all of them?

When i try to load a partition:
[root@ns3362764 ~]# mount /dev/sda /sda
mount: /dev/sda is already mounted or /sda busy
When i type df -h>
[root@ns3362764 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 20G 12G 6.5G 65% /
devtmpfs 16G 0 16G 0% /dev
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 16G 9.7M 16G 1% /run
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/md2 91G 45G 41G 53% /home
All 3 ssd's are loaded:
[root@ns3362764 ~]# fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes, 234441648 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
Disk label type: dos
Disk identifier: 0x00059e72

Device Boot Start End Blocks Id System
/dev/sda1 * 4096 40962047 20478976 fd Linux raid autodetect
/dev/sda2 40962048 233385983 96211968 fd Linux raid autodetect
/dev/sda3 233385984 234432511 523264 82 Linux swap / Solaris
/dev/sda4 234441647 234441647 0+ 83 Linux

Disk /dev/sdb: 120.0 GB, 120034123776 bytes, 234441648 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
Disk label type: dos
Disk identifier: 0x00064094

Device Boot Start End Blocks Id System
/dev/sdb1 * 4096 40962047 20478976 fd Linux raid autodetect
/dev/sdb2 40962048 233385983 96211968 fd Linux raid autodetect
/dev/sdb3 233385984 234432511 523264 82 Linux swap / Solaris

Disk /dev/sdc: 120.0 GB, 120034123776 bytes, 234441648 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
Disk label type: dos
Disk identifier: 0x0006d128

Device Boot Start End Blocks Id System
/dev/sdc1 * 4096 40962047 20478976 fd Linux raid autodetect
/dev/sdc2 40962048 233385983 96211968 fd Linux raid autodetect
/dev/sdc3 233385984 234432511 523264 82 Linux swap / Solaris

Disk /dev/md2: 98.5 GB, 98520989696 bytes, 192423808 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


Disk /dev/md1: 21.0 GB, 20970405888 bytes, 40957824 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