i just opened up an nfs server at home on my desktop so that i can transfer files to and from my laptop when iām at home
it felt pretty nice to do
would recommend
seen from United States

seen from United Kingdom

seen from Singapore
seen from China

seen from Russia
seen from Russia

seen from United States
seen from United States
seen from Uzbekistan
seen from United States

seen from United States
seen from United States
seen from Germany

seen from Romania
seen from Panama

seen from Australia

seen from United Kingdom
seen from United Kingdom

seen from Russia
seen from Switzerland
i just opened up an nfs server at home on my desktop so that i can transfer files to and from my laptop when iām at home
it felt pretty nice to do
would recommend

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
EMC VNX5200 Unified NFSv4 hell
It was bound to happen eventually, I had to dive into how NFS4 really works, not just rely on miracles.
In NFSv4 client and server exchange user names and group names in textual form not UID/GID numbers. So they must share some database about how to map users/groups to UID/GID (this database is called /etc/passwd and /etc/group). And also they must share the nfs domain. If you run a mostly homogeneous server environment, chances are things just work.
Now in a proper setup, youād choose NIS for this task, a network server that provides mapping to clients and servers. I did not want to introduce another moving part, so the other option areĀ ālocal filesā on the Data Movers.
Thereās very little documentation about how to actually do this. Or shall we say, thereās so much documentation that itās hard to find what you need to do.
I did not find a way to do this in EMC Unisphere interface. So ssh to your control station and first set the nfs domain:
$ server_param server_2 -facility nfsv4 -list
Set the domain. I just kept usingĀ ālocaldomainā because all servers already have this one setup and itās now likely Iāll move to NIS.
$ server_param server_2 -facility nfsv4 -modify domain -value localdomain
No reboot required. (Nice)
Note: You can actually change the domain variable in Unisphere, butās ridiculously hidden.
Second task is to create the needed users and groups. Remember, you need user and group entries of all used names. So if you want to use this NFS share as a backup location where you rsync things, youāre probably better off using NFSv3.
I found ways to add users, only one way to add groups. So to add a user you can do this:
server_user server_2 -list
server_user server_2 -add www-data
User ID: 33 Group ID: 33 Comment: Home directory: Shell:
server_user server_2 -list
The second way is toĀ ādownloadā the password and group files from DM servers, change them and put them back:
server_file server_2 -get passwd passwd
server_file server_2 -get group group
If you edit (vi) you passwd file, youāll see something like this:
www-data:!!:33:33:::
Edit your group file to add the needed group lines:
www-data:x:33:
Now send the files back up to your DM:
server_file server_2 -put passwd passwd
server_file server_2 -put group group
There, chwon start to work instantly.
I get that this isnāt the best way, but it certainly is the most robust.
Resolved: Secure Network Filesystems for Linux: What are people doing? #development #fix #it
Resolved: Secure Network Filesystems for Linux: What are people doing? #development #fixĀ #it
Secure Network Filesystems for Linux: What are people doing?
NFSv3 is widespread, but the default security model is⦠quaint. CIFS can use Kerberos authentication, but without POSIX semantics itās a non-starter. AFS never did encrypt traffic on the wire and is krb4 ā and basically a dead project. Fancy new experimental filesystems either never materialize or are focused on speed (and if youāreā¦
View On WordPress
Resolved: Understanding NFS4 (Linux server) #programming #computers #dev
Resolved: Understanding NFS4 (Linux server) #programming #computersĀ #dev
Understanding NFS4 (Linux server)
Iāve been a bit bothered by NFS4 on Linux. Some information āout thereā seems to conflict with other information, and other information appears hard to find. So here are a couple of things that caught my attention, hopefully someone out there can shed some light on this.
This question focuses exclusively on NFS4 without Kerberos etc.
1. Exports
There isā¦
View On WordPress
How to: NFS v3 versus v4 #programming #solution #dev
How to: NFS v3 versus v4 #programming #solutionĀ #dev
NFS v3 versus v4
I am wondering why NFS v4 would be so much faster than NFS v3 and if there are any parameters on v3 that could be tweaked.
I mount a file system
sudo mount -o 'rw,bg,hard,nointr,rsize=1048576,wsize=1048576,vers=4' toto:/test /test
and then run
dd if=/test/file of=/dev/null bs=1024k
I can read 200-400MB/s but when I change version to vers=3, remount and rerun the dd I only get
View On WordPress

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming