Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Network Access from Linux
#4
This guide is how I remember doing one a while back

using cifs-utils
How to mount SMB share on Linux Mint - starts about half way down...
https://www.fosslinux.com/92914/how-to-m...x-mint.htm

The hardest part iirc was getting the mountpoint to start automatically with the PC - this was in Ubuntu, but should be the same process

*update*
This was on Ubuntu
This is the line from my fstab file 
the .local in //server.local/seafiledata was required, without it didn't work
The credentials were in a file that I cant access atm, permissions were messed with to hide from users, but I think it was a simple username and password on lines 1 and 2 - you may not need this if it is an open share

Code:
//nas.local/seafiledata /mnt/SFData cifs credentials=/etc/credentials,rw,uid=1000,gid=1000,nounix,vers=3.0,iocharset=utf8,file_mode=0777,dir_mode=0777,user,auto 0 0

It was not fun getting this up and running, but I got there eventually...

HTH
This world would be a perfect place if it wasn't for the people.

Sharesies | Buy Crypto | Surfshark VPN | Cloud Backup


Messages In This Thread
Network Access from Linux - by driftwood - 29-07-2024, 12:56 PM
RE: Network Access from Linux - by Wainuitech - 29-07-2024, 01:50 PM
RE: Network Access from Linux - by driftwood - 29-07-2024, 04:57 PM
RE: Network Access from Linux - by king1 - 29-07-2024, 05:51 PM
RE: Network Access from Linux - by driftwood - 29-07-2024, 08:54 PM
RE: Network Access from Linux - by Agent_24 - 31-07-2024, 08:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)