Jump to content


exsat

Member Since 16 Aug 2007
Offline Last Active 19 Jan 2020 21:18
-----

Posts I've Made

In Topic: OpenPLi 3.0: new alpha experimental images!

16 August 2012 - 22:21

On normal posix systems, fstab wouldn't create directories, it's a special OpenPLi feature that it does so.

The "/media" directory is in RAM, not on the flash, for a few good reasons:
- In case the mount fails, you may end up with the box recording to flash memory, which in a sort time will fill it up and crash the system. If something like this happens now, it will fill only 64k RAM and them harmlessly stop.
- It's a waste to write to flash memory (twice) just to have a mount point that is just an empty directory.
- It makes it possible for the mount scripts to assume that any directory in that location is really a mount point, and use it for "housekeeping".

Thank you for a great answer MiLo. I have played mostly with linux.That is why i did not check this option in fstab.

In Topic: OpenPLi 3.0: new alpha experimental images!

12 August 2012 - 12:42

ok,,thank you,,i did not know that the fstab would create a directory.

In Topic: OpenPLi 3.0: new alpha experimental images!

9 August 2012 - 22:29

I am still wonder how a nfs mount can be done when there are missing the directory "hdd" inside the /media . The /hdd symlink are pointed to /media/hdd . Adding a hdd directory in /media will be deleted after reboot. Is there anybody that know how this can be done ? I know i can of course make a script that start after every reboot " mkdir /media/hdd" ,but this is a workaround and i assume this is not the way it should be done

Exsat

In Topic: OpenPLi 3.0: new alpha experimental images!

8 August 2012 - 19:19

Hi,last time files in /media are missing.
There are no hdd directory, and this make problem to mount a nfs or a cifs mount.
Seems for me this problem also are in the latest 2.1 version.
When i create the hdd directory it is deleted after a reboot

Exsat.

In Topic: Build environment.

6 October 2011 - 13:40

this was a log from yestrerday,,today it all compile fine