Please bear in mind, I can’t access the internet with the OpenSuse machine, I’m using my kids Mac.
The machine has a 500Gb disk, using encryption.
I have Solaris Studio installed, and I notice the word Solaris mentioned below.
When I do
su -c 'du -h --max-depth=1'
The output has a huge gap (so many blank newlines that I can’t scroll up enough) so I can’t see all of it.
I pick out all the lines I can see with G (Gb) and type them in as follows.
218G ./home
13G ./var
5.6G ./usr
1.2G ./opt
238G .
there are a few lines of
du: cannot access './run/user/1000/gvfs': Permission denied
du: cannot access './var/run/user/1000/gvfs': Permission denied
and a few lines of
du: cannot access './proc/4396/task4396/fd/4' : No such file or directory
When I boot, a window pops up that says
low disk space on filesystem root
The volume "Filesystem root" has
only 0 bytes disk space remaining
When I do a
df -h
omitting some smaller stuff, I get
/dev/sda2 Size 20G Used 20G Avail 0 Use% 100% Mounted on /
/dev/mapper/cr ata-Toshiba_DT01ACA050 Size 437G Used 218G Avail 219G Use% 50% Mounted on /home
Now using a thumb drive to transfer window output
When I do a
fdisk -l
I get
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00056d08
Device Boot Start End Blocks Id System
/dev/sda1 2048 4208639 2103296 82 Linux swap / Solaris
/dev/sda2 * 4208640 46153727 20972544 83 Linux
/dev/sda3 46153728 976773119 465309696 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x440fffb6
Device Boot Start End Blocks Id System
/dev/sdb1 2048 976773167 488385560 83 Linux
Disk /dev/mapper/cr_ata-TOSHIBA_DT01ACA050_Y2HMH8YFS-part3: 476.5 GB, 476475031552 bytes
255 heads, 63 sectors/track, 57928 cylinders, total 930615296 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
When I do a
linux-kr5n:/ # mount | grep '^/dev/'
I get
/dev/sda2 on / type ext4 (rw,relatime,data=ordered)
/dev/mapper/cr_ata-TOSHIBA_DT01ACA050_Y2HMH8YFS-part3 on /home type ext4 (rw,relatime,data=ordered)
Can you make sense of this?