IceWhaleTech / CasaOS

CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
https://casaos.io
Apache License 2.0
23.84k stars 1.3k forks source link

[Bug] CASAOS mount external drives only in read only, then requires editing too many files to override this. #1103

Open PeterRichardsWA opened 1 year ago

PeterRichardsWA commented 1 year ago

Describe the bug when adding a large external drive with casaos, on my newly acquired ZIMAboard system, i had to jump through hoops to mount the drive in read/write mode for use as a PLEX media server in order to be able to add and delete files as needed to manage the library.

when mounting a drive using the storage manager, this process should be automated in the GUI from the web page to make it monumentally easier to work with. the drive was a pre-existing exFAT drive with 12 TB of movies on it, so moving all the data off, then reformatting with casaos, and then loading them back on would have taken a very long time.

To Reproduce Steps to reproduce the behavior: mount an external exFAT drive and attempt to write data to it. cant be done unless you edit the conf file for mounted drives during the linux boot up.

Expected behavior i would expect a more robust mounting tool other than the one provided on the web gui. it is so basic its painful. even when I DO mount a drive using this tool, it constantly barks at me on reboots that the system has "found new storage" and prompts me to mount it again, even though its mounted.

Screenshots none needed

Desktop (please complete the following information): mac os ventura 13.4 imacpro/macbook pro 2021 m1 max chrome/duckduck/safari

Logs

run following command to collect corresponding logs: logs are unneeded as this is a known issue with exfat drives on linux. there is a way to get around it, but it requires editing a few files that only a very confident and experienced user would know how to do. not someone using casaos web front end.

sanyer commented 1 year ago

I'm experiencing issue of the same kind. But while NTFS is mounting properly as rw, hfsplus keeps mounting as ro even after installing needed packages.

LinkLeong commented 1 year ago

What is your version of casaos?

sanyer commented 1 year ago

@LinkLeong v0.4.3

LinkLeong commented 1 year ago

@PeterRichardsWA Sorry to take so long to reply to you, we have been working intensively on the problem, I understand that there are two problems 1:The disk is mounted normally? 2: by manually mounting the message will still pop up?

LinkLeong commented 1 year ago

I'm experiencing issue of the same kind. But while NTFS is mounting properly as rw, hfsplus keeps mounting as ro even after installing needed packages.

Are you talking about permission issues?

sanyer commented 1 year ago

I'm experiencing issue of the same kind. But while NTFS is mounting properly as rw, hfsplus keeps mounting as ro even after installing needed packages.

Are you talking about permission issues?

I don't know what exactly you mean, but the symptoms of my problem are the same as the issue reporter's. The only difference is that I use HFS-formatted drive instead of exFAT.

LinkLeong commented 1 year ago

We perfected the problem of mounting a disk without partition, I don't know if it applies to your problem, can you take a screenshot of lsblk? By the way, mark which disk is not mounted properly.

geofbirchall commented 1 year ago

Having the same issue. Added the drive and reformatted as ext4. Was unable to add the drive to the merged storage. The checkbox was underwater. Opened a cli window and reformatted from there. Drive was mounted as RW and everything was good.

sanyer commented 1 year ago

We perfected the problem of mounting a disk without partition, I don't know if it applies to your problem, can you take a screenshot of lsblk? By the way, mark which disk is not mounted properly.

❯ sudo lsblk
[sudo] password for casaos:
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda            8:0    0   1.8T  0 disk
└─sda1         8:1    0   1.8T  0 part /mnt/Storage1_EXT_DISK
sdb            8:16   0 931.5G  0 disk
├─sdb1         8:17   0 786.1G  0 part /media/BIG_HDD
└─sdb2         8:18   0 145.4G  0 part /media/casaos/BIG_HFS
mmcblk0      179:0    0  29.1G  0 disk
├─mmcblk0p1  179:1    0   512M  0 part /boot/efi
├─mmcblk0p2  179:2    0  27.7G  0 part /
└─mmcblk0p3  179:3    0   977M  0 part [SWAP]
mmcblk0boot0 179:256  0     4M  1 disk
mmcblk0boot1 179:512  0     4M  1 disk
❯ mount
...
/dev/sdb2 on /media/casaos/BIG_HFS type hfsplus (ro,nosuid,nodev,relatime,umask=22,uid=1000,gid=1000,nls=utf8,uhelper=udisks2)
...
raller1028 commented 1 year ago

@sanyer What partition types are mounted by /media/casaos/BIG_HFS Can you provide me with your /etc/udevil/udevil.conf ?

sanyer commented 1 year ago

@raller1028 partition type hfsplus and udevil.conf is standard, I didn't change it. I also never heard about this file. I can see that it supplies default mounting options for different file systems and I also see that it has nothing for hfsplus, I'll try adding.

Ok, udevil.conf didn't change anything, but if I run sudo mount -t hfsplus -o remount,force,rw /media/casaos/BIG_HFS it gets properly mounted as rw.

raller1028 commented 12 months ago

@sanyer If there are no other problems, could you please close this?

sanyer commented 11 months ago

@raller1028 But was this fixed?

raller1028 commented 10 months ago

image @sanyer Sorry to take so long to reply to you. We tried to mount 2 hfsplus formatted disks using automount, and both were rw. Can you try the way we formatted the disks, and then automounted them after formatting, to see if there is still a read-only problem after mounting?

formatting commands

 apt install hfsprogs
 mkfs.hfsplus /dev/sda1
sanyer commented 9 months ago

image

@sanyer Sorry to take so long to reply to you. We tried to mount 2 hfsplus formatted disks using automount, and both were rw. Can you try the way we formatted the disks, and then automounted them after formatting, to see if there is still a read-only problem after mounting?

formatting commands


 apt install hfsprogs

 mkfs.hfsplus /dev/sda1

I will try remounting again. Will first update system and restart. But formatting might be tricky, I'll have to find where to store the files.

johnbbbbbb commented 8 months ago

I'm also experiencing the same issue with an exfat drive mounted and not being writable. This is on a fresh install of CasaOS 0.4.4.2.

mount gives: /dev/sdb2 on /media/devmon/MediaServer type exfat (rw,nosuid,nodev,noatime,uid=300,gid=1001,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro)

I'd be happy to provide any other info that may help solve this issue.

According to this post exfat drives should mount with dmask=0002,fmask=0113 but I'm very far from experienced on this, just relaying my search results.

I'd also be interested to hear if there is anything I can do to fix it before an eventual update.

sunbird-sameer commented 4 months ago

Disable the "automount usb drive" from the casaos UI's settings and reboot.

Screenshot 2024-03-11 174834 Screenshot 2024-03-11 174841

The Problem is mainly caused because the casaos install automounts the drive, which the base os is supposed to do automatically, thus preventing r/w rights of the normal users and causing the problem.

This is the explanation I assume. And the Solution WORKS.

bzumik1 commented 1 month ago

I am facing exactly same issue, fresh installation of ubuntu server and casaos.

sunbird-sameer commented 1 month ago

I am facing exactly same issue, fresh installation of ubuntu server and casaos.

Server device?? Ubuntu lite or desktop environment?

Try this (mentioned above) https://youtu.be/pi9LfXtVqqA?si=-6ag6HUj2t6wS1Xy

bzumik1 commented 1 month ago

Thanks @sunbird-sameer I got it working by disabling the auto mount and mounting the drive manually. But still this bug needs fix.

sunbird-sameer commented 1 month ago

As CasaOS is designed mainly for zima board, I think they kept it toggled on by default, as I believe even though it is running on debian back-end, a lot is done through the CasaOS interface