You are not logged in.
Pages: 1
Hi,
Last ISOs (20160101) don't allow me to mount my HD in PCManFM; tried with 4in1, core and core64.
Mounting from a terminal is OK. No problem with ISOs 20151227.
Here is the displayed error.
[attachment=41037,2196]
Offline
Hi Ceel,
Please, try next workaround:
[c]$ su
# mkdir -p /run/media/$USER
# chown $USER.users /run/media/$USER[/c]
Offline
Hi Aleksej,
works!
Offline
OK,
But I can't imagine where to put this piece of code...
I think good place somewhere in the boot scripts.
And question stills what changed and why it not works now.
Offline
Bellard broke udisks2 mounting with this busybox commit:
http://hg.slitaz.org/wok/rev/4bbcb935c06e
Re-install of attached previous busybox build restores auto-mount of attached and flash drives on my full install.
[c]tazpkg install busybox-1.23.2.tazpkg --forced[/c]
Offline
Fixed http://hg.slitaz.org/wok/rev/8df06efd506d
But I dont known why this fix works...
NB: the rolling ISOs are rebuilt.
EDIT 5 jan: and the culprit is
http://hg.slitaz.org/slitaz-boot-scripts/file/34162aea5267/init#l62
Offline
Hi Pascal,
Maybe, because we has only two packages containing "mount" binary:
http://pkgs.slitaz.org/?file=/bin/mount$
[*]busybox
[*]util-linux-mount
I'm sure mounting will not work if we remove "mount" applet from busybox, and NOT installed "util-linux-mount" package.
I yet not updated my busybox. It still missed "mount" applet. But I installed "util-linux-mount" package. Now I inserted my USB stick, and all worked fine on my current system: I see PCManFM's dialog that invites me to open my stick in the PCManFM. All the two partitions from USB stick mounts well, folders are opened, etc...
Offline
Thank you to all 3!
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]