Skip to content
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

Hubicfuse mount is read-only when accessed through samba share #137

Open
Belial57 opened this issue Jan 22, 2017 · 0 comments
Open

Hubicfuse mount is read-only when accessed through samba share #137

Belial57 opened this issue Jan 22, 2017 · 0 comments

Comments

@Belial57
Copy link

Hello,

I'm not sure it's really an issue, but i could not find any solution. I've mounted a hubicfuse drive succesfully.

sudo hubicfuse /mnt/toshare/hubic -o noauto_cache,sync_read,allow_other

When accessing with local user directly on linux box, there's not problem. I can read/write to hubic directly. ( Linux manu-UX21E 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux )

Then i shared /mnt/toshare using samba. I've created a samba user named hubic, that is mapped to my local user, named 'manu'. When accessing at toshare level, i'm able to read/write files, create directories through network share. They are created with the correct user on the local filesystem (here, it's manu). For instance, here is a folder and a file created using samba :

ls -l /mnt/toshare

drwxr-xr-x 2 root root 0 janv. 1 1970 hubic/
drwxr-sr-x 2 manu manu 4096 janv. 22 13:48 testfolder/
-rwxr--r-- 1 manu manu 0 janv. 22 13:47 test.txt*

However, when i browse to hubic, i can read files, i can even read an mp3 using a player through the samba share, but i have no possibility to edit, upload or create files. I was not able to chmod hubic folder, but i've read this is not an issue as i use the allow_other option when mounting the folder.

Thanks for reading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant