You can use
To get a better view and just check with
to see if /dev/sda is mounted anywhere, if not just create a folder to mount to and mount it.
Code:
mkdir /mnt/sda1
mount /dev/sda1 /mnt/sda1
Can also use following to get a view of disk usage
df -h
fdisk -l doesn't tell us **** aside from the physical sizes of the array.
you've given us no information, so we can only assume that you're attempting to do all of this work on the 10gb array for / and not on /home.
hooglecraft
15-09-2013, 00:15
Never had this problem before I have uploaded about 4 gigs of data to my server but getting ran out of space errors on ftp or when backing up stuff to zip to download.
I understand 10 gbs is in raid etc but how do I access the rest of the space for data that can be thrown away and not a risk if hard drive fails.
This is the error I get when trying to zip my server to keep as my back up
zip I/O error: No space left on device
zip error: Output file write failure (write error on zip file)
Is their a directory where I can acess the rest of my drive I know that wont be part of my raid syncing or is their an easy way without data loss and hole system reinstallation to extend the 10 gb partition to 20 gb
here is my fdisk layout
root@ns3365201: fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 243202 1953514583+ ee GPT
Partition 1 does not start on physical sector boundary.
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 243202 1953514583+ ee GPT
Partition 1 does not start on physical sector boundary.
Disk /dev/md2: 1989.1 GB, 1989118197760 bytes
2 heads, 4 sectors/track, 485624560 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/md2 doesn't contain a valid partition table
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
Disk /dev/md1 doesn't contain a valid partition table