You are not logged in.
Suddenly I'm unable to use my 32-bit Arch distro, but 64-bit instead.
All apps even the simplest one are dieing, because of the simple thing.
No space left on the device.
The filesystem is ext3
/dev/sda3 13G 9.1G 2.5G 79% /
My system is not up to date since the end of the last year, or was moved back to that point of time some time ago, because I had some probs with devices and necessary apps working on the freshest, but not experimental.
From 32bit I can't write into the filesystem, but from 64bit I can even pacman does.
Strange. Thanks for any clues Arch detectives ;-)
"Those who don't know history are doomed to repeat it." Edmund Burke
Offline
Do you have two computers and two Arch installs on the same computer?
Offline
Just one laptop with two Arch linuxes 32-bit and 64-bit on different partitions with common /home and swap partition.
I used konnichi servers to fallback the packages in time about Nov 2010.
Last edited by Kardell (2011-08-30 19:37:38)
"Those who don't know history are doomed to repeat it." Edmund Burke
Offline
Please post the output of
df -h
and
/bin/findmnt -rnuc -o SOURCE,TARGET,FSTYPE,OPTIONS | sort | column -t
from the 32-bit system
Last edited by karol (2011-08-30 19:40:19)
Offline
here you go:
Filesystem Size Used Avail Use% Mounted on
udev 10M 172K 9.9M 2% /dev
/dev/disk/by-uuid/657e7f04-36a2-4fe6-b10c-8c6679079141
13G 9.1G 2.5G 79% /
none 1.5G 0 1.5G 0% /dev/shm
/dev/sda6 46G 42G 1.4G 97% /home
/dev/sda5 13G 7.9G 3.9G 68% /mnt/old-arch
/dev/sda1 21G 19G 1.8G 92% /mnt/C
/dev/sda2 58G 56G 1.8G 97% /mnt/D
/dev/sdb1 75G 75G 183M 100% /mnt/E
/dev/sdb2 73G 59G 14G 81% /mnt/F
/dev/sda1 /mnt/C fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda2 /mnt/D fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda3 / ext3 rw,relatime,errors=continue,barrier=0,data=writeback
/dev/sda5 /mnt/old-arch ext3 rw,relatime,errors=continue,barrier=0,data=writeback
/dev/sda6 /home ext3 rw,relatime,errors=continue,barrier=0,data=writeback
/dev/sdb1 /mnt/E fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sdb2 /mnt/F fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
fusectl /sys/fs/fuse/connections fusectl rw,relatime
none /dev/pts devpts rw,relatime,mode=600,ptmxmode=000
none /dev/shm tmpfs rw,relatime
none /proc/bus/usb usbfs rw,relatime,devgid=110,devmode=664
proc /proc proc rw,relatime
sys /sys sysfs rw,relatime
udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=215168,mode=755
"Those who don't know history are doomed to repeat it." Edmund Burke
Offline
My only guess is that they need to write to
75G 75G 183M 100% /mnt/E
and there's not enough space left, but I don't think that's the case.
Can you give us some examples of apps that refuse to work?
Offline
The E partition is just windows.
Before it was possible to start KDE, but when I logged to try your commands it refused, because of no space available.
midnight commander, pacman (I can't even create a dir in /var/lib/pacman), konqueror etc.
Last edited by Kardell (2011-08-30 20:22:37)
"Those who don't know history are doomed to repeat it." Edmund Burke
Offline
Check also if you are out of inodes, as that can produce the same message. Check
df -hi
for that.
Offline
ASAP, just let Archx64 will finish his updates (200 from 988 packages updates done)
"Those who don't know history are doomed to repeat it." Edmund Burke
Offline
I'm also curious about the inodes, they happen to be the problem way to frequent lately (for me at least).
Offline
udev 211K 1,1K 210K 1% /dev
/dev/disk/by-uuid/657e7f04-36a2-4fe6-b10c-8c6679079141
789K 789K 0 100% /
none 211K 1 211K 1% /dev/shm
/dev/sda6 2,9M 274K 2,7M 10% /home
/dev/sda5 802K 269K 534K 34% /mnt/old-arch
/dev/sda1 1,9M 73K 1,8M 4% /mnt/C
/dev/sda2 2,0M 65K 1,9M 4% /mnt/D
/dev/sdb1 375K 159K 217K 43% /mnt/E
/dev/sdb2 14M 67K 14M 1% /mnt/F
Bingo
Available inodes in root dir are depleted.
So I assume the best way is to move files somewhere else and recreate the partition.
Last edited by Kardell (2011-08-31 01:25:47)
"Those who don't know history are doomed to repeat it." Edmund Burke
Offline