My 250 GB hdd is partitioned thus:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 12G 11G 962M 92% /
/dev/sda2 swap
/dev/sda3 35G 1.9G 32G 6% /home
/dev/sda5 77G 14G 60G 19% /mnt/sda5
/dev/sda6 39G 177M 37G 1% /mnt/sda6
/dev/sda7 39G 3.7G 33G 11% /mnt/sda7
/dev/sda8 39G spare
I can't work out how come the / partition is so full, nor can I understand why I can't see dirs/files on /sda6 or /sda7 when I know they are there. I have linked (symlink) /sda5 to /home/roodog/Datafiles, /sda6 to /home/roodog/MP3 and /sda7 to /home/roodog/Photos. My fstab is currently:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=6be78fc2-86bf-4730-bfb5-a052151987f3 / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda3
UUID=dd63be2d-0147-4a27-902a-8084b305fc66 /home ext3 nouser,relatime,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda2
UUID=23b68617-d614-47b4-a73d-248a05ae2422 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,utf8,atime,noauto,rw,dev,exec,suid 0 0
UUID=fa7bda63-61c7-4a12-87a2-3cd3d60c1848 /mnt/sda5 ext3 users,async,atime,auto,rw,exec,dev,suid 0 2
# /dev/sda5
UUID=6eb433be-1e1e-467e-9184-2c2e6cb16113 /mnt/sda6 ext3 users,async,atime,auto,rw,exec,dev,suid 0 2
# /dev/sda6
UUID=01067033-6751-450d-964e-b70957adbabd /mnt/sda7 ext3 users,async,atime,auto,rw,exec,dev,suid 0 2
# /dev/sda7
This setup was OK until I started swapping some files around.
Any help appreciated.
David
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 12G 11G 962M 92% /
/dev/sda2 swap
/dev/sda3 35G 1.9G 32G 6% /home
/dev/sda5 77G 14G 60G 19% /mnt/sda5
/dev/sda6 39G 177M 37G 1% /mnt/sda6
/dev/sda7 39G 3.7G 33G 11% /mnt/sda7
/dev/sda8 39G spare
I can't work out how come the / partition is so full, nor can I understand why I can't see dirs/files on /sda6 or /sda7 when I know they are there. I have linked (symlink) /sda5 to /home/roodog/Datafiles, /sda6 to /home/roodog/MP3 and /sda7 to /home/roodog/Photos. My fstab is currently:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=6be78fc2-86bf-4730-bfb5-a052151987f3 / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda3
UUID=dd63be2d-0147-4a27-902a-8084b305fc66 /home ext3 nouser,relatime,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda2
UUID=23b68617-d614-47b4-a73d-248a05ae2422 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,utf8,atime,noauto,rw,dev,exec,suid 0 0
UUID=fa7bda63-61c7-4a12-87a2-3cd3d60c1848 /mnt/sda5 ext3 users,async,atime,auto,rw,exec,dev,suid 0 2
# /dev/sda5
UUID=6eb433be-1e1e-467e-9184-2c2e6cb16113 /mnt/sda6 ext3 users,async,atime,auto,rw,exec,dev,suid 0 2
# /dev/sda6
UUID=01067033-6751-450d-964e-b70957adbabd /mnt/sda7 ext3 users,async,atime,auto,rw,exec,dev,suid 0 2
# /dev/sda7
This setup was OK until I started swapping some files around.
Any help appreciated.
David
Comment