When trying to install the game torchlight, I encountered an error because of too few available space.
my problem is that the cdrom is listed properly in /etc/mtab file but not in /etc/fstab file.
mtab contents:
/dev/sda1 / ext4 rw,errors=remount-ro,commit=0 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
none /sys sysfs rw,noexec,nosuid,nodev 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
none /sys/kernel/debug debugfs rw 0 0
none /sys/kernel/security securityfs rw 0 0
none /dev devtmpfs rw,
The problem started when I switched to systemd.This is my /proc/mounts:rootfs / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
dev /dev devtmpfs rw,nosuid,relatime,size=1551160k,nr_inodes=216763,mode=755 0 0
run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
/dev/sda5 / ext4 rw,relatime,data=ordered 0 0
securityfs /sys/kernel/
Umm, I think you're generally encouraged to mount /tmp as tmpfs (which is kept in ram) which you can do from your fstab with a line like this; tmpfs /tmp tmpfs nodev,nosuid 0 0
George
https://bbs.archlinux.org/profile.php?id=48698
2012-08-26T22:18:29Z
Any idea how I can merge two file systems on Debain 6? If that's too difficult I'm ok with resizing them, but how? I would like to increase the size of /dev/sda1 and make /dev/sda1 instead smaller.
stefanwelte wrote:Same problem here. As my root partition only has 250 MB of free space and though gets full to the brim within a few hours, i have to solve this error or find a workaround.As a workaround, you could mount /var/log as tmpfs.
So my fstab stopped working today.
I was trying to install ruby with :
sudo apt-get install ruby1.8
output:
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
Output of sudo dpkg --configure -a
dpkg: unable to access dpkg status area: Read-only file system
output of mount
/dev/sda3 on / type ext4 (rw,erro
# # /etc/fstab: static file system information## <file system> <dir> <type> <options> <dump> <pass>tmpfs /tmp tmpfs nodev,nosuid 0 0# UUID=c9d457b4-4976-4103-909c-08716b9c63d3/dev/sda3 &