XFileSharing Pro - Problem with HDD full

Message
Author
decalnema
Posts: 2
Joined: Mar 24, 2012 4:18 pm

Problem with HDD full

#1 Postby decalnema » Mar 24, 2012 4:30 pm

Hello
I am new member and noob about sysadmin
I have one file server have HDD 2TB and install Directadmin
When I try command "df -h"
[root@server ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb2 9.5G 9.0G 0 100% /
/dev/sdb5 1.8T 196M 1.7T 1% /sdb4
/dev/sda1 452G 199M 428G 1% /sda1
/dev/sdb1 487M 17M 445M 4% /boot
tmpfs 3.9G 0 3.9G 0% /dev/shm

I see /dev/sdb2 full because I uploaded some file, but when that partion full, data don't write to dev/sdb5 (free 1.7Tb)

I want to ask people, What do i need config, data can write to dev/sdb5 ?

Thanks

hdmagic
Posts: 14
Joined: Feb 14, 2012 6:14 pm

#2 Postby hdmagic » Mar 24, 2012 4:57 pm

mount inside cgi-bin or symlink or transfer all for this or other 100 solucions

decalnema
Posts: 2
Joined: Mar 24, 2012 4:18 pm

#3 Postby decalnema » Mar 24, 2012 5:33 pm

I don't understand

nyan
Posts: 163
Joined: Oct 28, 2010 8:01 pm

#4 Postby nyan » Mar 25, 2012 11:03 am

move the website to /sdb4
or
mount sdb4 to where your website uploads folder is.