hey guys, ok first ill appreciate any and all help, im a windows guy trying to learn linux, but in a hard way… basically, i rent a server from 1and1 and have a linux install on it, and its supposed to have a 250gig hard drive. im running suse11.4 with plesk 10.4.4(im not to fond of plesk>:() they put the webserver files under a partition that only allows 3.99gigs, which makes no sense to me, and i found out how to move the website folder to a new partition that would allow more space, but i cant seem to find it. from the terminal i can type df -h and this is what i show
Filesystem Size Used Avail Use% Mounted on
rootfs 3.7G 298M 3.4G 8% /
devtmpfs 984M 132K 984M 1% /dev
tmpfs 988M 4.0K 988M 1% /dev/shm
/dev/md1 3.7G 298M 3.4G 8% /
/dev/mapper/vg00-usr 4.0G 1.3G 2.8G 32% /usr
/dev/mapper/vg00-var 4.0G 179M 3.9G 5% /var
/dev/mapper/vg00-home
4.0G 33M 4.0G 1% /home
/dev/mapper/vg00-srv 4.0G 72M 4.0G 2% /srv
ok so where is the rest of the 250gigs? next i typed in fdisk and i got a message way to long to post, bunch of information, ill show a snippit of what i think was important.
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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 identifier: 0x370f431a
Device Boot Start End Blocks Id System
/dev/sda1 63 7823654 3911796 fd Linux raid autodetect
/dev/sda2 7823655 11743514 1959930 82 Linux swap / Solaris
/dev/sda3 11743515 488392064 238324275 fd Linux raid autodetect
Disk /dev/md1: 4005 MB, 4005560320 bytes
2 heads, 4 sectors/track, 977920 cylinders, total 7823360 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 identifier: 0x00000000
Disk /dev/md1 doesn’t contain a valid partition table
Disk /dev/md3: 244.0 GB, 244043939840 bytes
2 heads, 4 sectors/track, 59581040 cylinders, total 476648320 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 identifier: 0x00000000
Disk /dev/md3 doesn’t contain a valid partition table
and it lists more folders and size limits… now i didnt install this its automated from 1and1, and im wondering why there is the doesnt contain a valid partition table error showing up? and why if under ( fdisk ), it shows the md3 244gig hdd, but under ( df -h ) it does not? sorry for how long this was, hopefully this is an easy fix… thanks gt