Mount debugging example

mkdir -p /mnt/UD-1T/
chmod -R 755 /mnt/UD-1T/
std lx mount cmd does not work
block mount sda1 /mnt/UD-1T ==> does work , maar geen error
cd /mnt/UD-1T && ls

block detect
config ‘mount’
option target ‘/mnt/sda1’
option uuid ‘EA08080E0807D889’
option enabled ‘0’

mkdir -p /mnt/sda1/ && chmod -R 755 /mnt/sda1/
rmdir UD-1T
cd /mnt/sda1
block mount sda1 /mnt/sda1 ==> idem
rmdir sda1

? omdat ntfs ? additional packages, for file system support ?
yep :: https://openwrt.org/docs/guide-user/storage/writable_ntfs
opkg install ntfs-3g
mkdir -p /mnt/ud-ntfs/ && chmod -R 755 /mnt/ud-ntfs
ntfs-3g /dev/sda1 /mnt/ud-ntfs -o rw,big_writes