I have the problem that one of my external usb drives is mounted as read only after every startup. I am able to remount the drive as read/write with ssh but after every reboot the drive is mounted as read only again. Can someone give me a hint where libreelec saves the mount settings? I am using version 9.0.1 generic image on a x86 machine.
External drive mounted as read only
-
libreblw -
May 3, 2019 at 9:43 PM -
Thread is Resolved
-
-
- Official Post
You can find some config at "/etc/udevil/udevil.conf", but I don't think that's the problem. Login with SSH, find the drive's mount path by using the "mount" command (/var/media/...), and check the read / write permissions of the files you can't write. Use the "ls -la" command to read file permissions, and the "chmod" command to make files writable.
-
the problem is that the drive is mounted as "ro"
/dev/sdd2 on /var/media/DRIVE_1 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sdc2 on /var/media/DRIVE_2 type fuseblk (ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sdc2 on /var/media/DRIVE_3 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
i can remount drive 2 to rw but after the next reboot its monted as ro again
-
- Official Post
What is the drive formatted as?
Is the external drive externally powered?
It's possible the drive might have errors and thus is being mounted r/o
Can you post the URL of
dmesg | paste
-
Its formatted as NTFS. The drive is externally powered. Checkdisk on windows shows no errors.
-
- Official Post
Its formatted as NTFS. The drive is externally powered. Checkdisk on windows shows no errors.
Yes but this is Linux not Windows
-
Update: I changed the volume name of the drive and now its working again as intended. Thanks for the relpys
-
- Official Post
Update: I changed the volume name of the drive and now its working again as intended. Thanks for the relpys
What volume name do you use now? Knowing the name conventions could help other people.