Hi, @BarryK :
I tested your solution, I tryed to record it to show you what I did, but I can't because my xvidrecorder is located at this drive so when I unmount it, video stop working.
I have this problem in easyos Daedalus (I will try in scarthgap) but I followed your instructions and this disk continue without chromium access.
Don't waste time looking for a solution, because It is not a real problem but...
Thanks a lot for your interest.
Have a nice weekend you all.
---- edited----
I use this method to automount partitions.- viewtopic.php?p=137463#p137463
Code: Select all
#this file called from rc.sysinit
#you can edit this file to mount the partitions you want, and then put it into
#etc/rc.d
#When firewall is installed, will append lines to this file...
mkdir -p /mnt/sdb1; mount -t ntfs /dev/sdb1 /mnt/sdb1 #pmount
mkdir -p /mnt/sdc2; mount -t ntfs /dev/sdc2 /mnt/sdc2 #pmount
mkdir -p /mnt/sdc3; mount -t ntfs /dev/sdc3 /mnt/sdc3 #pmount
mkdir -p /mnt/sdc4; mount -t ntfs /dev/sdc4 /mnt/sdc4 #pmount
mkdir -p /mnt/sdc5; mount -t ntfs /dev/sdc5 /mnt/sdc5 #pmount
mkdir -p /mnt/sda3; mount -t ext4 /dev/sda3 /mnt/sda3 #pmount
mkdir -p /mnt/sda5; mount -t ntfs /dev/sda5 /mnt/sda5 #pmount
Edited.-
Scarthgap has the same problem but in this case, partitions (although mounted) don't appear.
Modified chromium and executed as --no-sandbox but it doesn't work
sakura ls /mnt indicates disk are mounted
I used sakura.... chromium --disable-gpu-sandbox --disable-seccomp-filter-sandbox but it continues without access
I installed a Chromium portable version, and It continued without access to these partitions.
---
... BUT when I did the same as you did, that is, I put a USB (sdh1) => it is recogniced, so... ¿?¿? (vid capture)
~