January 28, 20197 yr Hey, so i use a automatic script in the go file to grab my keyfile and place it in /root/keyfile Is it correct that that is RAM which gets deleted when server is shutdown?
January 28, 20197 yr Yes. Generally speaking, anything not in /boot ,/mnt/diskX, or /mnt/cache exists only in RAM. There are complications to that statement, but in general it follows.
January 28, 20197 yr Author Good, just want to make sure, bc i thought ram would be /tmp is /root/ -> /boot/ ? Edited January 28, 20197 yr by nuhll
January 28, 20197 yr 23 minutes ago, nuhll said: is /root/ -> /boot/ ? If you are asking what I think you are, the answer is no. Perhaps more clarity in the question would help.
January 28, 20197 yr Community Expert /boot is the flash drive /mnt/cache is the cache pool /mnt/disk# is a numbered disk /mnt/disks is where Unassigned Devices are mounted by the plugin. /mnt/user is the user shares, which are created by combining the top folders across all disks. /mnt/user0 is the user shares excluding anything on cache That is the complete list of persistent storage, unless you create some other mount from the command line. Every other path is in RAM. The Unraid OS is in RAM and all the usual linux OS folders are in RAM. The Unraid OS is unpacked fresh from the archives on flash into RAM at each boot. Then settings from the webUI, which are stored on flash, are applied.
January 28, 20197 yr For completeness, /var/lib/docker is the docker.img contents Can't remember OTOH where the libvirt.img is mounted (somewhere in /etc)
January 28, 20197 yr Community Expert 1 minute ago, Squid said: For completeness, /var/lib/docker is the docker.img contents Can't remember OTOH where the libvirt.img is mounted (somewhere in /etc) I thought about those. Those vdisks are ultimately on one of the others though. And you probably shouldn't mess with them anyway.
Archived
This topic is now archived and is closed to further replies.