MorphOS - NAS connection
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Cool_amigaN
    Posts: 750 from 2011/11/30
    Hello! I have bought a Seagate Free Agent GoFlex Home 2TB NAS (NTFS formatted). I have connected it to my router and installed the required software at my Win/PC box, created relative account/password etc., correctly. I would like to access my files through PMac/MorphOS 3.1. Is it possible? How do I do it? I have searched the web but got no usable results.
    Amiga gaming Tribute: Watch, rate, comment :)
  • »16.01.13 - 09:35
    Profile Visit Website
  • MorphOS Developer
    geit
    Posts: 1033 from 2004/9/23
    First of all. The file system does not matter when using a NAS. The NAS is a standalone computer which has the file system on board. You could even use XFS or EXT4 and would work (if the NAS supports such file systems).

    You need the tool SMBFS.

    smbfs workgroup=MSHEIMNETZ service=//192.168.0.152/ShareName/ volume=NASStorage user=geit password=xxyyzz

    Just adapt the ip, sharename, user and password and it should mount properly unless it is using some unsupported SMB features.

    Geit
  • »16.01.13 - 10:12
    Profile
  • MorphOS Developer
    geit
    Posts: 1033 from 2004/9/23
    The problem is not a bad implementation, but the ftp "standard" itself.

    It is 100% text based. So any client is requesting a file list which can be in any order and format and needs to be parsed, which sometimes is quite hard.

    I did some changes to Transfer (MorphOS FTP client) myself to support my crappy NAS and make parsing more flexible and fail save, but there are still millions of ways to make it fail.

    Geit
  • »16.01.13 - 10:28
    Profile
  • Butterfly
    Butterfly
    Get27
    Posts: 90 from 2004/8/23
    From: Vinzelles, France
    Quote:

    I did some changes to Transfer (MorphOS FTP client) myself to support my crappy NAS

    Good news, i have problem to list FTP files on my DLINK DNS320 (no file appears).
    Works with ATC.
    PowerMac 3.5, G4 1.0GHz DP, 1GB ram, 80GB HD + NAS, Radeon 9600 128MB Mac, 1680x1050
    PowerMac 7.3, G5 2.3GHz DP, 4GB ram, 160GB HD + NAS, Radeon 9800 128MB PC, 1680x1050
    Amiga 500+, Vampire 500v2+, HxC Floppy
  • »16.01.13 - 13:09
    Profile Visit Website
  • MorphOS Developer
    geit
    Posts: 1033 from 2004/9/23
    I guess thats a different problem. Just select edit for all entries and select "passive mode".

    Geit
  • »16.01.13 - 13:27
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Cool_amigaN
    Posts: 750 from 2011/11/30
    @Geit

    Where I can find this tool (SMBFS) in MorphOS? Also, shouldn't I changed the workgroup name?
    Amiga gaming Tribute: Watch, rate, comment :)
  • »16.01.13 - 15:41
    Profile Visit Website
  • MorphOS Developer
    geit
    Posts: 1033 from 2004/9/23
    Just get the 68K version from Aminet. There is also some slightly fixed version for reading (??) >2GB files, but no clue if that one is still available.

    SMBFS for sure needs a major rework. The biggest issues (beside 2GB limit) is the faulty pattern match bug and that you canot mount multiple drives without destroying data.

    It is about time to port FuseSMB, as we have a cool interface for Fuse for quite some time.

    Geit


    [ Edited by geit 16.01.2013 - 16:55 ]
  • »16.01.13 - 15:54
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12085 from 2003/5/22
    From: Germany
    > There is also some slightly fixed version for reading (??) >2GB files,
    > but no clue if that one is still available.

    Fab once semi-announced it for MorphOS 3.0, but as far as I can tell it hasn't been released yet.
  • »17.01.13 - 00:07
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Cool_amigaN
    Posts: 750 from 2011/11/30
    Well, you mean that I won't be able to stream 720p movies (files >2GB)?
    Amiga gaming Tribute: Watch, rate, comment :)
  • »17.01.13 - 09:11
    Profile Visit Website
  • MorphOS Developer
    geit
    Posts: 1033 from 2004/9/23
    Cool_amigaN,
    Quote:

    Well, you mean that I won't be able to stream 720p movies (files >2GB)?


    yes, it simply aborts when reaching that location. My PS2 is reacting the same as it is unable to deal with 2GB files, too.

    Geit
  • »17.01.13 - 11:49
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Cool_amigaN
    Posts: 750 from 2011/11/30
    Bummer, then it's meaningless to start the procedure at the first place... Hope situation improves in the future.
    Amiga gaming Tribute: Watch, rate, comment :)
  • »17.01.13 - 15:36
    Profile Visit Website