hello great app ! I have an issue that i can sold temporarly by deleting /home/user/.wm
When i wanted to use wizard-mounter I'had this error :
"[mount] Ops! An error occured :
mount: mounting //192.168.1.43/julien on /media/Remote_Filesystems/julien@192.168.1.43 failed: Permission denied"
If I use in busybox :
mount -t cifs //192.168.1.43/julien /media/Remote_Filesystems/julien@192.168.1.43 -o username=julien,password=mypssw
It says : mount: permission denied. (are you root?)
If i add "sudo"
sudo mount -t cifs //192.168.1.43/julien /media/Remote_Filesystems/julien@192.168.1.43 -o username=julien,password=mypssw
it works and i can use wizard-mounter to umount the file
I deleted /home/user/.wm after stopping wm, then restarted wm and create a new "profile" and it works. But restarting wm and the problem comes back
Last edited by Julien_2006; 2011-09-24 at 21:43.
Reason: thought it was solved
When i wanted to use wizard-mounter I'had this error :
"[mount] Ops! An error occured :
mount: mounting //192.168.1.43/julien on /media/Remote_Filesystems/julien@192.168.1.43 failed: Permission denied"
If I use in busybox :
mount -t cifs //192.168.1.43/julien /media/Remote_Filesystems/julien@192.168.1.43 -o username=julien,password=mypssw
It says : mount: permission denied. (are you root?)
If i add "sudo"
sudo mount -t cifs //192.168.1.43/julien /media/Remote_Filesystems/julien@192.168.1.43 -o username=julien,password=mypssw
it works and i can use wizard-mounter to umount the file
I deleted /home/user/.wm after stopping wm, then restarted wm and create a new "profile" and it works. But restarting wm and the problem comes back
Last edited by Julien_2006; 2011-09-24 at 21:43. Reason: thought it was solved