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

Add "path" variable for mounts and other fixes for cifs and nfs mounts #144

Closed
wants to merge 1 commit into from

Conversation

mpasteur
Copy link
Contributor

@mpasteur mpasteur commented Jan 9, 2016

many changes to add a name to mounted path. Fixes for nfs and cifs with authentication
see #104
Some changes in another commit on Volumio UI to add additional fields

Caution : nfs with authentication is not allowed at the moment....

…th authentication

Some changes in another commit on Volumio UI to add additional fields
@volumio
Copy link
Owner

volumio commented Jan 9, 2016

Thanks!!! I'll test and merge! Agree with you that this add way more clarity..

@volumio
Copy link
Owner

volumio commented Jan 11, 2016

Unfortunately on my setup that doesn't work...

My music is @ 192.168.1.142/Flac

inputting:
name: Flac
Path: Flac
IP: 192.168.1.142

And I don't get any alert..

@mpasteur
Copy link
Contributor Author

cifs or nfs ?

is your config correctly saved in config.json ?

Le lun. 11 janv. 2016 à 09:20, Volumio notifications@github.com a écrit :

Unfortunately on my setup that doesn't work...

My music is @ 192.168.1.142/Flac

inputting:
name: Flac
Path: Flac
IP: 192.168.1.142

And I don't get any alert..


Reply to this email directly or view it on GitHub
#144 (comment).

@volumio
Copy link
Owner

volumio commented Jan 11, 2016

cifs... I'm diggin into that..
The conf gets saved, and the system reports as not mounted (the folder is created with the right name but its empty)

@mpasteur
Copy link
Contributor Author

ok don't know if it's the same bug as yours but it seems there is a problem
with "add a new drive"
If i add i get one message
info: [1452542003814] Error Mounting Share synomms: exec error Error:
Command failed: /bin/sh -c /usr/bin/sudo /bin/mount -t cifs -o
username=,password=,dir_mode=0777,file_mode=0666,iocharset=utf8
//synomms/music/mp3 /mnt/NAS/synomms
username specified with no parameter

username and password are empty but should be "guest" ( mount -t cifs -o
guest,dir_mode=0777,file_mode=0666,iocharset=utf8 //192.168.0.10/music/mp3
/mnt/NAS/synomms)

if i return to home , then come back to "My Music" and make an edit it's ok.

Le lun. 11 janv. 2016 à 16:26, Volumio notifications@github.com a écrit :

cifs... I'm diggin into that..
The conf gets saved, and the system reports as not mounted (the folder is
created with the right name but its empty)


Reply to this email directly or view it on GitHub
#144 (comment).

@mpasteur
Copy link
Contributor Author

i've made another PR see #146

@mpasteur mpasteur closed this Jan 11, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants