Results 1 to 8 of 8

Thread: media server file system

  1. #1
    Join Date
    Feb 2008
    Beans
    162

    media server file system

    I'm setting up a linux media server (quite possibly an ubuntu flavor) and am trying to decide on a file system. I like XFS, but would also like to be able to access it from a windows pc. In order to meet the windows requirement am I required to use NTFS?? And what are the real drawbacks with using NTFS over XFS? or some other linux file system.

  2. #2
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: media server file system

    It doesn't matter what filesystem you choose. You problably are going to share with SAMBA, which has nothing to do with it.
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  3. #3
    Join Date
    Feb 2008
    Beans
    162

    Re: media server file system

    so samba will allow windows to see XFS?

  4. #4
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: media server file system

    It will see it, but not as XFS. It sees it as a SAMBA share.

    (so yes, it will see your files & folders)
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  5. #5
    Join Date
    Feb 2008
    Beans
    162

    Re: media server file system

    can it read and write to it? It'd be ok if i can't write, but I would like to be able to read. so I'll have a windows machine with Media Player and would like to play mp3's from the XFS (samba) share.

  6. #6
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: media server file system

    If you give permission to write and read, it will.

    Read this: http://ubuntuforums.org/showthread.php?t=202605
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  7. #7
    Join Date
    Feb 2006
    Location
    uk
    Beans
    Hidden!

    Re: media server file system

    basically it looks like this if it makes it clearer:

    Code:
     [------samba-------]
     [-linux filesystem-]
     [----hard drive----]
    ###### computer ######
    windows clients communicate with samba, not the actual file system. samba knows how to write to anything that linux knows how to write to, so you can choose which one is best for you in terms of speed, reliability etc. in truth it isnt that important because it isnt gonna be under much stress.

  8. #8
    Join Date
    Feb 2008
    Beans
    162

    Re: media server file system

    ah ok i see now. So it's just an interface to the linux FS. Thanks for the explanations and links.

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
  •