>> I see where the root fs option is passed to the kernel in the boot >> script, but it surprises me that neither mount nor df show / in their >> listings. Although findmnt does show / in it's listing. Is this by >> design? If so, I'll make a note in the wiki. > The root file system in the output of df in shown in /dev/root mounted on / >
Indeed, that is what I expect to see. But when I run df no entries for /dev/root on / are shown. This is all I get: # df -h Filesystem Size Used Avail Use% Mounted on /run 187M 1.1M 186M 1% /var/run No /boot, no /, just /run. >>> You can resize the partition used for the root file system on the system >>> you wrote the image to the SD card. You can use YaST on that system to do >>> so. >> Yes this does work. I had the impression from the wiki that I could use >> YaST on the RPi itself to resize root. If this is not the case I'll >> correct it. > You can't resize a mounted system, but without a mounted root you can't use > any program. > Makes sense - thanks. -Alex -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
