Results 1 to 5 of 5

Thread: NFS access to /storage from another Linux machine

  1. #1
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,023

    NFS access to /storage from another Linux machine


    I run Gentoo Linux on my computer, and would like to mount the VortexBox /storage file system on my Gentoo Linux machine with read/write permissions using NFS. This would allow me to use a GUI tag-editing program on my Gentoo system to edit tags on my VortexBox music database, as well as ease file transfer between systems.


    Can anyone tell me how to do this?


  2. #2
    Administrator andrew's Avatar
    Join Date
    Nov 2008
    Location
    New Hampshire
    Posts
    3,654

    NFS access to /storage from another Linux machine

    Might be easier to mount it using Samba. That way you wouldn't need to make any changes to the VortexBox. NFS would work as well.

  3. #3
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,023

    NFS access to /storage from another Linux machine

    I thought Samba was use to network with a Windows machine, and NFS was used to network Linux machines. Can I use Samba to network two Linux machines? If so, how?

  4. #4
    Administrator andrew's Avatar
    Join Date
    Nov 2008
    Location
    New Hampshire
    Posts
    3,654

    NFS access to /storage from another Linux machine

    Samba is the best network protocol for almost any system OSX, Linux, Windows, etc. I don't know what Linux GUI you are using but you should be able to search network shares.

  5. #5
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,023

    NFS access to /storage from another Linux machine


    OK, I figured it out. The Gentoo Samba wiki was a great help:


    http://en.gentoo-wiki.com/wiki/Samba


    I first had to install Samba and the mount-cifs packages on my Gentoo Linux machine:


    emerge -av net-fs/mount-cifs net-fs/samba


    I also has to make sure that my Linux kernel has CIFS file system support enabled:


    In /usr/src/linux/.config, verify that CONFIG_CIFS=m


    I ran "smbclient -L vortexbox" and got a password prompt. I entered the root password for my vortexbox, and found out that the sharenames are "files", "music", "pictures" and "movies".


    I created a mount point via "mkdir /mnt/music"


    I then mounted the music share via "mount //vortexbox/music /mnt/music"


    and got a password prompt. I entered the root password on my vortexbox and voila! the vortexbox /storage/music directory was mounted on my Gentoo machine at /mnt/music.


    I will add an entry to /etc/fstab for this mount point to simplify things in the future. Details on how to do this are in the Gentoo Samba Wiki. But at least now I can access the vortexbox music directory on my computer!


Similar Threads

  1. "Min-Spec" machine for VortexBox?
    By regnaD kciN in forum General
    Replies: 1
    Last Post: 08-07-2011, 03:40 PM
  2. Is my machine too old?
    By wildgoose in forum Help
    Replies: 6
    Last Post: 05-23-2011, 04:00 PM
  3. Running VB on a near-obsolete machine
    By doctor_big in forum General
    Replies: 1
    Last Post: 08-15-2010, 01:33 PM
  4. Access the storage folder by USB 2.0 ?
    By montesa in forum General
    Replies: 1
    Last Post: 06-14-2010, 11:04 AM
  5. Time Machine
    By loganbest in forum Help
    Replies: 5
    Last Post: 02-02-2010, 09:27 AM

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
  •