Basserra

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Basserra's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I was playing around a bit, and launched three new Krusader containers with the same template. One on my ZFS drive, another on my array USB, and another on my FreeNAS through UD's SMB, and I've noticed that the one in my ZFS gives me an error about being unable to save bookmarks. After, I took a look at the folder structure of each container and realized that the one in ZFS is incomplete (see image) missing the ".config" & ".local" folders, although, the one over SMB works as intended (though this is not the case with vdisks). The paths are as follows: ZFS: /mnt/zfs/950/docker/appdata/krusader0 USB: /mnt/user/usb/docker-appdata/krusader0 SMB: /mnt/disks/FreeNAS_DataBass/Docker/AppData/Krusader I don't mean to spam, but I'm getting concerned about populating it with more data, and then need to attempt to migrate it off and revert back to btrfs. But I suppose it wouldn't be too big an ordeal since I have FreeNAS on standby, I just would like to use ZFS locally right now until I can integrate FreeNAS better. P.S. I also read up on chmod a bit and was able to clean up some files by using {chmod -R 777 folder/file} and then Krusader, but still struggling with the rest.
  2. Hi all! I've only just recently gotten into ZFS and have been enjoying it, but I am not well versed with CLIs of any kind (but I'm willing to give it a go) and I'm relatively new to Linux as well. Now, I'm having permission issues with my unRAID ZFS. Again, I haven't used CLI to manage it as I'm not familiar with the commands or syntax, but as I've been reading, it may be the simplest solution (maybe with chmod?). The main thing I need to do is manage the files; or have rwx in Krusader. Using the binhex/arch-krusader container: I can modify vdisk.img files (i.e. change their name) but I cannot delete them. I've tried R/W - R/WSlave - R/WShare with "privileged" & "bridge" ("host" conflicts with VM VNC port). Also, some folders(datasets) simply have no write permissions displaying "r-x" in Krusader (i.e. my ISO folder, some files can be modified, some cannot), but I'm not trying to modify the folders(datasets) themselves. I was... I forgot I was trying to rename one of the dataset folders, also, trying to place files in the 'master dataset' or zpool. I'll have to modify Krusader's access so this doesn't happen again, and also below, I noted that I got access to files w/chmod. Separately, some Docker containers don't have full permission (I'm assuming), or are incompatible with ZFS in the case of jlesage/nginx-proxy-manager it cannot start and Krusader is missing config files. I'm curious to how others' Docker containers are running. All in all, if feels like a simple permission issue I'm experiencing. I'm okay with using another file manager instead of Krusader, like sharing the datasets (but got rejected using {zfs set sharesmb=on} and I think that may be inefficient), I just can't think of another way of adding permissions or another file manager. I'm on unRAID 6.7.1 with the Unassigned Devices & ZFS plugins. I really don't have an array, but a single 16GB USB stick(dummy_placeholder) and no cache. For ZFS I use a single Samsung 950 Pro 256GB NVMe SSD with a single pool. Apart from a handful of datasets, I haven't added anything else other than steini84's config {zfs set compression=lz4} & {zfs set atime=off} and I chose a 4GB ARC [4294967296]. My pool is mounted to "/mnt/zfs/950" and Docker appdata settings set to "/mnt/zfs/950/docker/appdata". P.S. I have FreeNAS running as a VM with two physical NICs, the onboard USB/SATA controller passed to it (no vdisks), and 16GB RAM. I intend to use this for all my kvm/docker storage but I'm still searching for a solution to get unRAID to play nicely with it. I've been using unRAID for sometime and really enjoy KVM, but I've been considering XCP-NG+FreeNAS with iSCSI (and Xen just got native ZFS support 🤩 might be considering the switch sooner than I thought 🤔 it just doesn't play nicely with nVidia GPUs 😕)