<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 :)<br>
<br></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">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.<br>
</div><div><br></div>Regards,<br><br>Leon<br><div><div><br></div></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 9:42 AM, corzina <span dir="ltr"><<a href="mailto:corzina@ya.ru" target="_blank">corzina@ya.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    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>
    <i>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</i><i><br>
    </i><br>
    but it return error said that <i>can't mount read-only device</i>
    or <i>error(13): permission denied</i>.
    <br>
    command <br>
    <br>
    <em>echo 0x30030 > /proc/fs/cifs/SecurityFlags</em><i>
    </i><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>
    <br>
    <br>
  </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>