Page 1 of 1

devx_easyos_3.4.7 : mounted but not in the path

Posted: Sun May 22, 2022 10:01 am
by Rantanplan

Goooooooooooooood morning EasyOS, :)

I downloaded and saved devx EasyOs 3.4.7 on usb stick.
Then, I clicked once on the sfs to mount it : everything is going well.

When I typed "make" in a terminal, the system tells me that this command is unknown.

Why ?

To work around the problem, I opened a terminal in the mount point of the devx sfs and copied the content under "/".
The "make" command has been recognized.

Can you explain to me what I need to do ?

TU


Re: devx_easyos_3.4.7 : mounted but not in the path

Posted: Sun May 22, 2022 11:14 am
by OscarTalks

Simply clicking on the devx file will NOT load it in the layered file system.
Normally I would suggest using the SFSget utility to add the devx, but I am seeing an error with that here.
If you have already downloaded the devx, make sure that it is owned by root
chown root:root /path/to/devx_3.4.7_amd64,sfs
Open Menu > System > Boot Manager and click the button to load extra SFS files
Move the devx to the location indicated, then close and re-open the load extra SFS dialog box
It should then show you the devx as an option to load.
Follow the steps and reboot


Re: devx_easyos_3.4.7 : mounted but not in the path

Posted: Sun May 22, 2022 11:54 am
by BarryK

Yes, as OscarTalks says. An sfs has to be loaded as a layer in the aufs layered filesystem.

As per the above snapshot, place the sfs at /mnt/wkg/sfs/easyos/oe/dunfell

The from the menu "Filesystem -> Easy Bootmanager" then click the "Load extra SFS files" button.

All of this is taken care of if you use "sfsget" icon on desktop to download and install the SFS.


Re: devx_easyos_3.4.7 : mounted but not in the path

Posted: Sun May 22, 2022 3:09 pm
by Rantanplan

@OscarTalks , @BarryK

Thank you.

I'll do the next time.

Good afternoon (here, in France, it's 17:08).