Hi, i have a NAS blackarmor 440 server. I have installed Debian on it using
http://forums.seagate.com/t5/BlackAr...NAS/td-p/79422
this guide...
I have very litle space left, and need to resize the root partition. I have been trying to look for some guides, but often it says, boot into livecd.. I can't to that. As i have no screen to the NAS server.
this is my fdisk -l
Code:
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x06751000
Device Boot Start End Blocks Id System
/dev/sda1 1 121602 976762583+ ee EFI GPT
Disk /dev/md0: 1068 MB, 1068892160 bytes
2 heads, 4 sectors/track, 260960 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md0 doesn't contain a valid partition table
Disk /dev/md3: 997.3 GB, 997330911232 bytes
2 heads, 4 sectors/track, 243488992 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md3 doesn't contain a valid partition table
Disk /dev/md2: 533 MB, 533921792 bytes
2 heads, 4 sectors/track, 130352 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md2 doesn't contain a valid partition table
Disk /dev/md1: 1069 MB, 1069875200 bytes
2 heads, 4 sectors/track, 261200 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md1 doesn't contain a valid partition table
Disk /dev/dm-0: 997.3 GB, 997329993728 bytes
255 heads, 63 sectors/track, 121251 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
And this is my df -h
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/md0 1004M 950M 3.1M 100% /
tmpfs 125M 0 125M 0% /lib/init/rw
udev 10M 736K 9.3M 8% /dev
tmpfs 125M 0 125M 0% /dev/shm
/dev/md2 494M 24M 445M 5% /mnt/md2
It seems like its a LVM disk, but i am not sure. Would anyone please tell me what to do?
Thanks for the help..