-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] CASAOS mount external drives only in read only, then requires editing too many files to override this. #1103
Comments
I'm experiencing issue of the same kind. |
What is your version of casaos? |
@LinkLeong v0.4.3 |
@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 |
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. |
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 |
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 What partition types are mounted by /media/casaos/BIG_HFS |
@raller1028 partition type Ok, udevil.conf didn't change anything, but if I run |
@sanyer If there are no other problems, could you please close this? |
@raller1028 But was this fixed? |
formatting commands
|
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. |
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: I'd be happy to provide any other info that may help solve this issue. According to this post exfat drives should mount with I'd also be interested to hear if there is anything I can do to fix it before an eventual update. |
Disable the "automount usb drive" from the casaos UI's settings and reboot. The Problem is mainly caused because the casaos install automounts the drive, which the base os is supposed to do automatically, This is the explanation I assume. |
I am facing exactly same issue, fresh installation of ubuntu server and casaos. |
Server device?? Try this (mentioned above) |
Thanks @sunbird-sameer I got it working by disabling the auto mount and mounting the drive manually. But still this bug needs fix. |
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 |
sorted with applying latest /etc/udevil/udevil.conf from developer site |
Could you please elaborate more on this? |
and here is latest file version so what I did. i save current udevil.conf as udevil.conf.bak and first trued to. mount /unmount manually in order to check errrrs (/dev/sda in my case)
after there were no errors during mount try
I restarted and now it is mounted with 777 permission @sanyer думаю має бути зрозуміло зараз |
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.
The text was updated successfully, but these errors were encountered: