Results 1 to 10 of 10

Thread: A remote user question

  1. #1
    Join Date
    Aug 2009
    Beans
    30

    A remote user question

    So, I have a very small hard drive on this laptop and have been curious if I could set some sort of system up like that have at most schools/institutions, where all of a users files and settings are stored on a centralized server and you can use any computer attached to the network to access those files and what not.

    Here arises my question; What exactly is this called and does anyone have a good guide or advice on doing this using ubuntu?

    Thanks a ton,
    Pete

  2. #2
    Join Date
    Sep 2007
    Location
    Tōkyō, Japan
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: A remote user question

    What you describe is called Distributed Computing, but it's really only a viable option when it's a local server, unless you have an extremely fast and ultra-reliable Internet connection.

    I'd recommend simply getting a bigger HDD.

  3. #3
    Join Date
    Aug 2009
    Beans
    30

    Re: A remote user question

    Ah, I do have a local server, I'm running a NAT'd device in my room off another server I built!

  4. #4
    Join Date
    Sep 2007
    Location
    Tōkyō, Japan
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: A remote user question

    Quote Originally Posted by EclipseOTO View Post
    Ah, I do have a local server, I'm running a NAT'd device in my room off another server I built!
    And you're not planning on taking the laptop anywhere else?

    If so, you could technically setup an SSHFS connection between your laptop and the server, and make it mount it as your /home at startup.

    Do you have any experience with SSH?
    Last edited by NCLI; August 15th, 2010 at 01:27 AM.

  5. #5
    Join Date
    Aug 2009
    Beans
    30

    Re: A remote user question

    It's a laptop only in name unfortunately... it has ~5 minutes of battery. I have a little experience with SSH but am not sure what SSHFS is. I guess the other problem would be that the laptop connects to the network wirelessly, so mounting the partition on startup becomes more challenging, since it connects to the network via network manager after I've signed in on the computer.

  6. #6
    Join Date
    Sep 2007
    Location
    Tōkyō, Japan
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: A remote user question

    Quote Originally Posted by EclipseOTO View Post
    It's a laptop only in name unfortunately... it has ~5 minutes of battery. I have a little experience with SSH but am not sure what SSHFS is. I guess the other problem would be that the laptop connects to the network wirelessly, so mounting the partition on startup becomes more challenging, since it connects to the network via network manager after I've signed in on the computer.
    Could you be satisfied with simply mounting a partition for data instead of replacing your /home?

    SSHFS is a method of securely accessing a remote filesystem(FS) via SSH. Do you already have SSH set up on the server? If you do, this won't take long.
    Last edited by NCLI; August 15th, 2010 at 01:46 AM.

  7. #7
    Join Date
    Mar 2008
    Location
    Queensland Australia
    Beans
    664
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: A remote user question

    Check this out for shared files.
    Addendum: On the Server machine
    Needed to add Group of users on the machine designated as the server. Added the group via Webmin because that was what I was using. If that does not work then on the Server machine:
    sudo addgroup MyGroupName
    Added /sharedfiles on server
    Needed to change group permissions for /sharedfiles
    sudo chgrp MyGroupName /sharedfiles
    //**
    Client: Mounted /sharedfiles from terminal as /sharedfiles, can be set in /etc/fstab with :
    sudo mount <serverIPaddress>:/sharedfiles /sharedfiles in /etc/fstab
    Copied files as test and it worked.

    regards

  8. #8
    Join Date
    Aug 2009
    Beans
    30

    Re: A remote user question

    Yeah, I do, but I just thought it would be nice to be able to easily maintain settings between the 3 non-server computers on the network. If there isn't an easy way to do this I guess I should just resort to using network storage

    EDIT: Sorry drdos2006, didn't see your message, thanks for the advice, I'll give that a try.
    Last edited by EclipseOTO; August 15th, 2010 at 01:53 AM.

  9. #9
    Join Date
    Sep 2007
    Location
    Tōkyō, Japan
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: A remote user question

    Quote Originally Posted by EclipseOTO View Post
    Yeah, I do, but I just thought it would be nice to be able to easily maintain settings between the 3 non-server computers on the network. If there isn't an easy way to do this I guess I should just resort to using network storage
    Well there is. Just setup an Ubuntu One account, go to your home folder, press control+h, then mark the settings folders you want synced. That's probably the easiest way.

    I can't remember how you do it in Lucid though, so you're on your own there. Once 10.10 rolls around, you simply right-click the files/folder, and mark them for syncing with UbuntuOne.

    If you need more assistance, I'll be back in approximately 8 hours, though I expect someone else will assist you further if need be.
    Last edited by NCLI; August 15th, 2010 at 09:35 AM.

  10. #10
    Join Date
    Aug 2009
    Beans
    30

    Re: A remote user question

    I think I can figure it out from here, thanks y'all!

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
  •