On 02/02/2019 01:51 PM, Pol Vangheluwe via blfs-support wrote:
My iMac G3 is running LFS-8.1-sysvinit and has its root on /dev/sda5.
The result of ‘df’ is as expected:
*pol [ *~*]$ *df
Bestandssysteem 1K-blokken Gebruikt Beschikbaar Geb% Aangekoppeld op
devtmpfs 505568 0 505568 0% /dev
tmpfs 513972 268 513704 1% /run
/dev/sda5 15248568 7114820 7336116 50% /
/dev/sda3 15248568 1548216 12902720 11% /lubuntu
/dev/sda7 467508 262805 176047 60% /boot
/dev/sda4 30628368 4000672 25048812 14% /home
/dev/sda6 13671872 5525124 8146748 41% /mnt/macosx
My iMac G4 is running LFS-8.1-systemd and has its root on /dev/sda3.
The result of ‘df’ is however:
*pol [ *~*]$ *df
Bestandssysteem 1K-blokken Gebruikt Beschikbaar Geb% Aangekoppeld op
/dev/root 75754312 7708976 64174120 11% /
devtmpfs 1031768 0 1031768 0% /dev
tmpfs 1031944 0 1031944 0% /dev/shm
tmpfs 1031944 1604 1030340 1% /run
tmpfs 1031944 0 1031944 0% /sys/fs/cgroup
/dev/sdc12 244042336 128374912 115667424 53% /macos
/dev/sdc10 244042336 13332136 230710200 6% /osx
tmpfs 1031944 0 1031944 0% /tmp
/dev/sdb2 153663648 6380820 139454036 5% /ubuntu
tmpfs 206388 0 206388 0% /run/user/1000
/dev/sda3 is replaced by /dev/root.
Try this:
alias dfh='findmnt -l -o SOURCE,TARGET,FSTYPE,SIZE,USED,AVAIL,USE% |
grep -E '\''ext|xfs|SOURCE|:'\'' | sort -V'
bdubbs@frodo83 [ /tmp/ruby/ruby-2.6.1 ]$ dfh
SOURCE TARGET FSTYPE SIZE USED AVAIL USE%
lfs82:/srv/src /usr/src nfs 246G 175.3G 58.1G 71%
/dev/sda2 /boot ext2 185M 146.7M 28.7M 79%
/dev/sda4 / ext4 9.7G 9.4G 0 97%
/dev/sda7 /home ext4 27.4G 17.7G 8.3G 65%
/dev/sda9 /tmp ext4 9.7G 5.2G 4G 54%
/dev/sda12 /opt ext4 9.7G 7.1G 2.1G 73%
/dev/sda13 /mnt/lfs ext4 29.4G 3.1G 24.8G 11%
/dev/sdb6 /usr/share ext4 9.8G 5.8G 3.5G 59%
/dev/sdc3 /mnt/tmp ext4 98G 58.5G 34.5G 60%
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page