Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Mounting one fileserver volume on another?

  • 22-11-2006 6:41pm
    #1
    Registered Users, Registered Users 2 Posts: 2,032 ✭✭✭


    We've got a linux fileserver in the office, which is fine, but one of the partions is getting quite full with our project archive. I want to archive this off onto another machine which has more space - all very well and good.

    However I don't want to have to setup and sync logins for the 2 machines, is it possible to mount one volume on another and use a symlink?

    That way users wouldn't even notice the difference?

    I'm not too worried about security, as it's a read-only folder and I'm the only one who archives the projects.


Comments

  • Registered Users, Registered Users 2 Posts: 3,312 ✭✭✭mr_angry


    I'd imagine that the following command should work fine:

    mount -t <filesystem-type> <remote-path> <local-path>

    That should setup everything you need. I can't see anything that would cause any complications with that.


  • Registered Users, Registered Users 2 Posts: 2,032 ✭✭✭colm_c


    Perfect!

    Worked first time!


  • Registered Users, Registered Users 2 Posts: 7,314 ✭✭✭Nietzschean


    the only thing there is that you need global read on a file, unless you sync the passwd/group files between the boxes(assuming using nfs exports/mounts)... though for your own user you could just manually change your uid/gid on the second box to match that on the first if its only for yourself.


  • Registered Users, Registered Users 2 Posts: 2,032 ✭✭✭colm_c


    Any scripts that would sync users and groups between boxes?

    Potentially run it as a cron every night (we don't get that many new users)


Advertisement