Search results

  1. D

    Creating subfolders on zfs shares?

    Here is the output. If I keep adding another zfs to the storage it works. root@pve:~# zfs get name,mounted,mountpoint -r storage NAME PROPERTY VALUE SOURCE storage...
  2. D

    [SOLVED] LXC USB Passthrough (ZWave Stick)

    Sorry to open up an old post. I followed the mods directions and my z wave stick works great unless I restart or shutdown the host. Then I need to give permissions to /dev/ttyACM0 using chmod o+rw /dev/ttyACM0 for it to work again. Is there a way to get around this?
  3. D

    Creating subfolders on zfs shares?

    I'm new today to Proxmox and following this guide to setup my zfs pool with shared folders. Can't post links been a new user. I have got to the point of creating the subfolders but when I "mkdir storage/share/Software" I get mkdir: cannot create directory ‘storage/share/Software’: No such file...