How to upgrade shared library without crash?
Here it says that you can rewrite an executable file and the process will run just fine – it will be re-read when a process restarts.
Here it says that you can rewrite an executable file and the process will run just fine – it will be re-read when a process restarts.
Situation: I need a filesystem on thumbdrives that can be used across Windows and Linux.
I created an img file via the following command:
I have a directory with about 100000 small files (each file is from 1-3 lines, each file is a text file). In size the directory isn’t very big (< 2GB). This data lives in a professionally administered NFS server. The server runs Linux. I think the filesystem is ext3, but I don’t know for sure. Also, I don’t have root access to the server.
I want to copy the attributes (ownership, group, ACL, extended attributes, etc.) of one directory to another but not the directory contents itself.
My opinion is yes, it does, because all useful exposure to the outside world (non-privileged processor mode) would first require a process running in the outside world. That would require a file system, even a temporary, in-RAM, file system.
Is there a way to mount multiple hard drives to a single mount point? Let’s say I run out of space on /home and decide to add an extra hard drive to the computer. How do I scale the space on a mount point? If I use RAID, can I add drives on the fly to increase space as I run out of them? Is there an alternative to using RAID if I am not interested in maintaining a high level of redundancy?
when I run mount, I can see my hard drive mount as fuseblk.
I want to store SHA512 checksum of the file for my application. How to do it in common (popular) way? So this checksum can be used but by third party application too.