Hello everybody !
I have an issue with sled 11 , i reach 100 gb in /home/user directory and sled tells me that the space is full . The partition of home dir doesn’t have quota on and the size of partition is 400 gb. So why does sled show this warning ?
Can you post the output of these commands:
$ cat /etc/novell-release
$ uname -a
$ df
$ df -i
$ mount
$ ls -l /home
$ du -hs /home/*
cat /etc/novell-release
SUSE Linux Enterprise Desktop 11 (i586)
VERSION = 11
PATCHLEVEL = 1
uname -a
Linux linux-suse 2.6.32.54-0.3-pae #1 SMP 2012-01-27 17:38:56 +0100 i686 i686 i386 GNU/Linux
df
Filesystem blocchi di 1K Usati Disponib. Uso% Montato su
/dev/sda3 25803068 23230024 1262324 95% /
devtmpfs 1961000 108 1960892 1% /dev
tmpfs 1961000 220 1960780 1% /dev/shm
/dev/sda4 442533088 67587384 352466244 17% /home
/dev/sda1 10473472 6404384 4069088 62% /var/adm/autoinstall/repo
df -i
Filesystem Inode IUsati ILib. IUso% Montato su
/dev/sda3 1638400 257933 1380467 16% /
devtmpfs 0 0 0 - /dev
tmpfs 205779 11 205768 1% /dev/shm
/dev/sda4 28106752 26565 28080187 1% /home
/dev/sda1 0 0 0 - /var/adm/autoinstall/repo
mount
/dev/sda3 on / type ext3 (rw,acl,user_xattr,commit=0)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda4 on /home type ext3 (rw,acl,user_xattr,commit=0)
/dev/sda1 on /var/adm/autoinstall/repo type vfat (rw,noexec,nosuid,nodev,gid=100,umask=0002,utf8=true)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
vmware-vmblock on /var/run/vmblock-fuse type fuse.vmware-vmblock (rw,nosuid,nodev,default_permissions,allow_other)
gvfs-fuse-daemon on /home/user/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=user)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
ls -l /home
totale 20
drwxr-xr-x 61 user users 4096 24 apr 12:33 user
drwx------ 2 root root 16384 13 nov 10:47 lost+found
du -hs /home/*
65G /home/user
du: cannot read directory `/home/lost+found': Permission denied
16K /home/lost+found
I wrapped the info in CODE tags to make it a bit more readable. (Look for # button when composing post.)
Well I can’t see a problem there. Plenty of space in /home and, haven’t used up all the inodes and you’re using ext3 so it’s not one of those issues which I’ve seen a few times with btrfs deciding I’m out of space even when I’m clearly not. You’re running tight on space on / though, as you sure the message about space isn’t about / rather than /home?
Can you post details of the message you’re seeing (including the exact wording or a screenshot), along with details of the circumstances under which it occurs?
How i can insert a screenshot?
When composing reply click the ‘Go Advanced’ button, then scroll down a bit and you’ll find ‘Manage Attachments’.