Results 1 to 6 of 6

Thread: Mount Linux as CIFS in GoFlex Home

  1. #1
    Join Date
    Jun 2011
    Posts
    101

    Mount Linux as CIFS in GoFlex Home

    I try to connect a Linux based satellite receiver to the house of 1 TB GoFlex. Please tell me what's IST correct path? For Windows 7 works with ista \ \ GoFlex_Home \ GoFlex Home Public \ \ Music (spaces as "20%"). If I connect to ftp I see the path is "/ home / username / Music GoFlex Home Public /". I try following command to mount Samba Linux, but I'm not sure how to include spaces in file path:
    Code:
    mount -t cifs -o rw,soft,rsize=8192,wsize=8192,username=user_name,
    password=pass_user_name "
    //192.168.x.x/home/user_name/GoFlex Home Public/Music" /media/Music
    The music is to share publicly GoFlex Home and IP address is correct. In the receiver with the Linux operating system / media / music exists. Please let me know the file path to the shared folder with the spaces above.

  2. #2
    Join Date
    Mar 2010
    Posts
    2,529

    Re: Mount Linux as CIFS in GoFlex Home

    Try to escape them with '\'. For example:
    Code:
    mount-t cifs-o rw, soft, rsize = 8192, wsize = 8192,
    username = username,
    pass_user_name password = "/ / 192.168.xx/home/user_name/GoFlex \ Startup \ 
    Public / Music" / media / Music

  3. #3
    Join Date
    Mar 2010
    Posts
    2,578

    Re: Mount Linux as CIFS in GoFlex Home

    Unfortunately, in my case any of the methods suggested is not working. While I am able to connect to the server, any support is to end the mounting error 6 as follows: "to try again with error greater share for mounting on behalf of (6): No such device or Refer to the mount.cifs address (8) manual pages (eg man mount.cifs) ". I'm using GoFlex Home, computer with Ubuntu 1.9 Coala karmic. The instruction is, for example sudo mount-t cifs-o rw, soft, rsize = 8192, wsize = 8192, username = XXX, password = XXX "/ / 192.168.2.108/home/XXX/GoFlex \ Startup \ Public" / home / igor/Disk2T

  4. #4
    Join Date
    Mar 2010
    Posts
    3,107

    Re: Mount Linux as CIFS in GoFlex Home

    Try as I recommend the following:
    Code:
    sudo mount-t cifs-o rw, soft, rsize = 8192,
    wsize = 8192, username = XXX,
    password = XXX "/ / Public 192.168.2.108/GoFlex Home" / home/igor/Disk2T
    By default, your username must be placed in / home / XXX, so that the shares are only available for your account via SMB / CIFS Public would GoFlex Home, Home GoFlex Personal, Private Home GoFlex and external storage. Absolute path names will be treated as if you are trying to find a "home" of shares that does not exist.

  5. #5
    Join Date
    Nov 2009
    Posts
    3,331

    Re: Mount Linux as CIFS in GoFlex Home

    I used the code above and found it produced a root mnt property (and only read the folders / files), so use this
    Code:
    '/ / Public 192.168.xx/GoFlex Home' sudo mount-t cifs 
    home / user / target-o username password =******, =****, 
    iocharset = UTF-8, file_mode = 0777, dir_mode = 0777
    To correct the set back.

  6. #6
    Join Date
    Jun 2009
    Posts
    749

    Re: Mount Linux as CIFS in GoFlex Home

    Also, if you need this for starting auto load then you have to add
    / / 192.168.xx/GoFlex \ 040Home \ 040Public / home / user / destination cifs username password =******, =******, iocharset = UTF-8, file_mode = 0777, dir_mode = 0777, _netdev 0 0
    in / etc / fstab
    Account of the '\ 040' instead of a space, this is because the fstab file cannot parse spaces.

Similar Threads

  1. GoFlex Home is not responding and is overheated.
    By Vishwa12 in forum Networking & Security
    Replies: 5
    Last Post: 05-12-2011, 03:56 PM
  2. Is it possible to partition the 2TB Goflex home
    By Ankit Zh@very in forum Hardware Peripherals
    Replies: 3
    Last Post: 04-12-2011, 10:06 PM
  3. Unable to mount freeAgent GoFlex 500 GB
    By DIMINUTIVE! in forum Portable Devices
    Replies: 1
    Last Post: 08-10-2011, 07:07 AM
  4. Troubleshooter for GoFlex Home available!
    By Maee in forum Hardware Peripherals
    Replies: 3
    Last Post: 23-07-2011, 09:23 PM
  5. Will MKV file be supported in Goflex Home
    By Tana$ya in forum Windows Software
    Replies: 6
    Last Post: 23-07-2011, 10:46 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,136,562.61828 seconds with 16 queries