The problem:
My / partition is full, although I have nothing specials installed and if so, it's still very strange. I have found out that / also incalculates other mounted partitions. To be concrete, / is full because the 32Gb big /media/disk partition is added to / with size calculations.
My thought was that /media/disk is not well mounted in fstab, but I checked:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=db930d0b-9d26-4f51-8f93-c0a233ee6097 / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda2
UUID=f484c2c8-32de-4b5d-89e9-1ca164599552 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda5 /media/disk ext3 defaults 0 0
my /media/disk is mounted with defaults option and it works just fine, just my / partition does very weird...
grtz& thx in advance!
My / partition is full, although I have nothing specials installed and if so, it's still very strange. I have found out that / also incalculates other mounted partitions. To be concrete, / is full because the 32Gb big /media/disk partition is added to / with size calculations.
My thought was that /media/disk is not well mounted in fstab, but I checked:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=db930d0b-9d26-4f51-8f93-c0a233ee6097 / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda2
UUID=f484c2c8-32de-4b5d-89e9-1ca164599552 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda5 /media/disk ext3 defaults 0 0
my /media/disk is mounted with defaults option and it works just fine, just my / partition does very weird...
grtz& thx in advance!
Comment