by Jocko » Sun Feb 23, 2014 5:32 pm
Thank for this feedback and I think this think the issue is fully fixed.
The first issue was the bad behavior of the command vol_id which detect ext4 as an ext3 partition.
But the main issue is that the usb disks were mounted too early:
In the current version 15.1, the udev daemon starts before mounting the internal disks (and so sda8 on /share/1000)
Then at booting, the firmware tried to mount the usb disk on a folder /share/1000 where as sda8 was not yet mounted...
So when the firmware mounts it, the bind USB partitions are no longer available on /share/1000...
Otherwise, there was also an issue with the bind partition : when you bind a mounted partition, the mount command seems to use the umask to set the permissions even if the mount point permissions are set at 777. So I added an additional chmod after binding.
For the main bug, I just started later the udev daemon...
About myphp, it's a custom menu for me : I added a wrong file. i go to send you the right file...