Andrew Bird
Andrew Bird
> But I do not like it, because then it is not obvious to the user where the volume name originates from. Agreed, but given that a disk/volume can be...
From reading the code only I have a little follow up to int21/69, at present it seems the kernel will get the volume name, but not set it. #### Get...
Written using the python unittest framework to create a clean environment for each test, compile any binaries necessary, and usually provide the logic to validate output. Already open source as...
> Seems it was catched quite well :) Well I was skeptical that they'd catch it, but so happy to be wrong! > Lets see how re-entry of Spaceship goes......
> I'm considering using extended attributes (or somehow mapping FAT attributes to existing POSIX - if that makes sense). Dosemu2 reused the Samba projects idea of using xattrs to store...
> So you want to move lfn to mfs and then add it to fdpp, correct? Yes, I already have the FDPP bit done. See https://github.com/andrewbird/fdpp/commit/ff06a1643ff1addb3a772953f57c70e37f3db185
> Actually it seems you need to pass "user_xattr,vers=4.2" options.. I think it's default once you have a kernel that supports it, both on the server and client. Since updating...
~~~ oliver:/export/clients on /clients type nfs4 (rw,relatime,vers=4.2,rsize=524288,wsize=524288,namlen=255, hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.3.57,local_lock=none,addr=192.168.3.45) ~~~
I don't know, but I read on the Internet that `user_attr` doesn't show up in mount options as it's the default. It obviously works, see ~~~ $ attr -l test-imagedir/dXXXXs/d/*...