<div dir="ltr">Dmitry,<div><br></div><div style>Ahh, makes sense. Excellent work. To automate it so you don't have to enter the command every reboot I'd recommend to script it on login (requires root pass everytime or modification to sudoers), but better yet use AutoFS. Before converting all my stuff to NFS I used it to map my shares automatically.</div>
<div style><br></div><div style>Leon</div></div><div class="gmail_extra"><br clear="all"><div>--<br>DRM 'manages access' in the same way that jail 'manages freedom.'<br><br># cat /dev/mem | strings | grep -i cats<br>
Damn, my RAM is full of cats... MEOW!!</div>
<br><br><div class="gmail_quote">On Mon, Jun 3, 2013 at 7:49 PM, Нефедов Дмитрий <span dir="ltr"><<a href="mailto:corzina@yandex.ru" target="_blank">corzina@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div> Leon, Nick many thanks for answering.</div><div> </div><div>I've soled it!</div><div>final command is</div><div> </div><div><em>sudo mount //<a href="http://10.1.1.108/Seagate_Expansion_Drive" target="_blank">10.1.1.108/Seagate_Expansion_Drive</a> /mnt/wdtvlive -o username=dmitry,password=1,uid=dmitry,gid=dmitry,iocharset=utf8</em></div>
<div> </div><div>now</div><div><em>ls -l /mnt/wdtvlive<br></em></div><div>return</div><div><em>drwxr-xr-x 1 dmitry dmitry 0 Apr 21 09:40 !Video</em><br><em>drwxr-xr-x 1 dmitry dmitry 0 Dec 26 22:53 !Music</em><br> </div><div>
and transmission finally download torrents to it.</div><div> </div><div>Leon you were right about automounting - I can browse network, but unfortunatelly transmission can't - thats why I need to mount it. Thanks for help  - based on your answer I've done it.</div>
<div>Nick thanks for show where to look about files and permissions.</div><div> </div><div>Regards,</div><div>Dmitry.</div><div> </div><div>03.06.2013, 11:08, "Leon Wright" <<a href="mailto:techman83@gmail.com" target="_blank">techman83@gmail.com</a>>:</div>
<div class="HOEnZb"><div class="h5"><blockquote type="cite"><div dir="ltr"><div><div><div><div>Dmitry,<br><br></div>I'm curious as to why you would need to use the command line to mount a standard CIFS share. If you open the file manager, you can browse the network as you would in windows. Double click the wdtvlive and open the file share. It will pop up with a username/password prompt. Then drag/drop and go have a cup of tea :)</div>
You can still mount via the cli, but there is a learning curve involved with that and probably extraneous to your requirements right now. That said, you shouldn't  need most of line you pasted, however you will need to set the uid (and gid, but not mandatory) for your local user (which is the step you're missing):<br>
 <br>No write perms:<br>sudo mount //kitten/media /mnt -o username=leon<br>drwxr-xr-x  0 root root    0 Jan 22  2010 music<br>drwxr-xr-x  0 root root    0 Jul 31  2010 other<br>drwxr-xr-x  0 root root    0 Aug  4  2008 Temp<br>
 drwxr-xr-x  0 root root    0 May 18 19:19 tmp<br>drwxr-xr-x  0 root root    0 Apr 23  2012 video<br><br>Write perms!:<br>sudo mount //kitten/media /mnt -o username=leon,uid=leon,gid=leon<br>drwxr-xr-x  0 leon leon    0 Jan 22  2010 music<br>
 drwxr-xr-x  0 leon leon    0 Jul 31  2010 other<br>drwxr-xr-x  0 leon leon    0 Aug  4  2008 Temp<br>drwxr-xr-x  0 leon leon    0 May 18 19:19 tmp<br>drwxr-xr-x  0 leon leon    0 Apr 23  2012 video<br><br></div>Otherwise you will, as you found have issues writing to the share as your non root user. You can also get crafty with AutoFS:<br>
 <br><a href="http://rivald.blogspot.com.au/2012/02/cifs-automount-in-linux.html" target="_blank">http://rivald.blogspot.com.au/2012/02/cifs-automount-in-linux.html</a><br><br></div><div>Welcome to the world of Linux! Feel free to drop by a meeting and ask questions.</div>
<div> </div>Regards,<br><br>Leon<br><div><div> </div></div></div><div><br clear="all"><div>--<br>DRM 'manages access' in the same way that jail 'manages freedom.'<br><br># cat /dev/mem | strings | grep -i cats<br>
 Damn, my RAM is full of cats... MEOW!!</div><br><br><div>On Mon, Jun 3, 2013 at 9:42 AM, corzina <span dir="ltr"><<a href="mailto:corzina@ya.ru" target="_blank">corzina@ya.ru</a>></span> wrote:<br><blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi!<br> My name is Dmitry. I'm a first year student of Bachelor of CS in ECU. I have just a little experience in Linux, but I want to migrate to Ubuntu\Mint from Windows.<br> To use Linux it's  necessary for me to have few possibilities  - almost all of them I've already solved, but not next one.<br>
 <br> <big>It's <code>necessary for me to have availability to download torrents directly to media-player.</code></big><br> I have small WiFi LAN at home: Netgear, Desktop, Laptop, media-player etc. IP-Addresses are static.<br>
 I use windows on my Desktop and want to migrate to Ubuntu.<br> On windows i just go to <big><code>network-> mediaplayer(wdtvlive) -> hdd and torrents download there.</code></big><br> on Ubuntu 13.04 I have access to media player by network. I can download\upload files with no problem.<br>
 <code><big>Problem exist when i try to download torrents directly to it</big>.</code> Transmission doesn't give access to network, so have to mount it.<br> I've created folder on <code>/mnt/wdtvlive</code>. then give permissions to me and others to access and create files.<br>
 Then I mount it by command<br> <br> <em>mount //<a href="http://10.1.1.108/Seagate_Expansion_Drive" target="_blank">10.1.1.108/Seagate_Expansion_Drive</a> /mnt/wdtvlive -o username=dmitry,password=1,dir_mode=0777,file_mode=0777,iocharset=utf8</em><em><br>
 </em><br> but it return error said that <em>can't mount read-only device</em> or <em>error(13): permission denied</em>. <br> command <br> <br> <em>echo 0x30030 > /proc/fs/cifs/SecurityFlags</em><br> <br> helps. after it i can mount media player to this folder. Media player don't really need psw and login - anyone in WORKGROUP can access it.<br>
 <br> Finally i try to download any torrent to /mnt/wdtdlive/<br> <br> transmission starts to download and then <code>return an error: permission denied.</code><br> <br> I change permissions and owner to folders /mnt and /mnt/wdtvlive, but probably reboot is needed. But after reboot permissions changed by themselves. <br>
 It continued for /mnt , but not for /mnt/wdtvlive and all folders that inside<br> <br> <span>ls -l /<br> drwxrwxrwx 3 dmitry dmitry 4096 Jun 1 09:52 mnt<br> <br> ls -l /mnt<br> drwxr-xr-x 1 root root 0 May 31 12:33 wdtvlive</span> <br>
 <br> Have no idea how to solve it. Please help.<br> <br> Regards,<br> Dmitry.<br> </div><br>_______________________________________________<br> PLUG discussion list: <a href="mailto:plug@plug.org.au" target="_blank">plug@plug.org.au</a><br>
 <a href="http://lists.plug.org.au/mailman/listinfo/plug" target="_blank">http://lists.plug.org.au/mailman/listinfo/plug</a><br> Committee e-mail: <a href="mailto:committee@plug.org.au" target="_blank">committee@plug.org.au</a><br>
 PLUG Membership: <a href="http://www.plug.org.au/membership" target="_blank">http://www.plug.org.au/membership</a></blockquote></div></div>,<p>_______________________________________________<br>PLUG discussion list: <a href="mailto:plug@plug.org.au" target="_blank">plug@plug.org.au</a><br>
<a href="http://lists.plug.org.au/mailman/listinfo/plug" target="_blank">http://lists.plug.org.au/mailman/listinfo/plug</a><br>Committee e-mail: <a href="mailto:committee@plug.org.au" target="_blank">committee@plug.org.au</a><br>
PLUG Membership: <a href="http://www.plug.org.au/membership" target="_blank">http://www.plug.org.au/membership</a></p></blockquote></div></div><br>_______________________________________________<br>
PLUG discussion list: <a href="mailto:plug@plug.org.au">plug@plug.org.au</a><br>
<a href="http://lists.plug.org.au/mailman/listinfo/plug" target="_blank">http://lists.plug.org.au/mailman/listinfo/plug</a><br>
Committee e-mail: <a href="mailto:committee@plug.org.au">committee@plug.org.au</a><br>
PLUG Membership: <a href="http://www.plug.org.au/membership" target="_blank">http://www.plug.org.au/membership</a><br></blockquote></div><br></div>