• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle













  • No worries, glad to be of help. I still think that you should do this on the host, not the container. Containers revert your manual changes on an update, they sit on a different network, it’s a mess.

    Just for reference, this is how I have my NAS mounts on my machine (/etc/fstab):

    10.10.10.14:/volume1/backup /home/beerclue/priv/nas/backup nfs noauto,user,rw,vers=4.0 0 0

    And on the NAS I have it set like (/etc/exports):

    /volume1/backup 10.10.10.17(rw,async,no_wdelay,crossmnt,all_squash,insecure_locks,sec=sys,anonuid=1024,anongid=100)

    I’m not saying this is the perfect setup, but it works for me. I see the mount in my file explorer, and it only mounts it when i click on it, or when I tell it to from the terminal, so no boot impact even if I am away.







  • beerclue@lemmy.worldtoLemmy Shitpost@lemmy.worldExpertise
    link
    fedilink
    arrow-up
    35
    arrow-down
    1
    ·
    7 months ago

    In the EU it’s usually like that. 3 years for a bachelor’s, 2 years for a master’s, only then you can start pursuing a phd.

    I graduated in 2005, and back then we had a different system, where I did a single 5 year program for a computer science degree (engineering), that today is the equivalent of a master’s (diplom engineer). I could have continued to go for a dedicated master’s, another 2 years, but I got lazy.