nothing happen after a command mount -t (worked before)
Posted
by
user3449429
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user3449429
Published on 2014-06-05T08:34:36Z
Indexed on
2014/06/05
9:43 UTC
Read the original article
Hit count: 203
i'm having a weird problem. i used to lauch manually the mount command to link a folder on my PLEX server with a folder on my NAS since yesterday it was ok, but i had to halt my plex server and when i tried to mount again the folder, nothing happen. it ask me the su password and that's all.
here the command i use in my fstab:
//192.168.1.2/Series_TV /home/cidou/Series_TV cifs _netdev,credentials=/home/cidou/.smbcredentials 0 0
//192.168.1.2/films /home/cidou/Films cifs _netdev,credentials=/home/cidou/.smbcredentials 0 0
i tried this command too:
sudo mount -t smbfs //192.168.1.2/Films /home/cidou/Films -o user=myname,password=mypass,sec=ntlm --verbose
i run an ubuntu 12.04 LTS
uname -a
Linux plex 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 UTC 2013 i686 i686 i386 GNU/Linux
Welcome to Ubuntu 12.04.4 LTS (GNU/Linux 3.8.0-29-generic i686)
* Documentation: https://help.ubuntu.com/
System information disabled due to load higher than 2.0
Thanks for reading
© Ask Ubuntu or respective owner