Recent content by JonazThern

  1. J

    5TB HDD via USB only gives 4200GB

    I have a 5TB external HDD that I want to use on a TrueNAS VM. I can create the ZFS and all, but when I add it to the VM I can only add 4200GB. Am I missing something?
  2. J

    Accessing Synology NAS on a VM

    I didn't even think about that, worked like a charm! Thank you! :D
  3. J

    Accessing Synology NAS on a VM

    Hi. How do I access a Synology NAS to make it avaliable on a VM? Normaly, on any other physical machine, I do: sudo mount -t cifs -o user=Jonaz,workgroup=workgroup,uid=1000,gid=1000 //NAS02.local/storage /home/jonaz/nas02/ Do I do that in proxmox own console, on the VM or how do I proceed?
  4. J

    [SOLVED] Over 60% of RAM usage on idle VM's

    Yea, when I look at "Summary", I would prefer to see how much free RAM I have, and not how much is cached. Now I know that 60% is cool, but I would prefer to see "10% used" instead :)
  5. J

    [SOLVED] Over 60% of RAM usage on idle VM's

    Thank you so much, I was actually quite worried for a sec. Then it's proxmox using the RAM, and not the VM's? Asking mostly since I'm learning something new here :)
  6. J

    [SOLVED] Over 60% of RAM usage on idle VM's

    So, I have 2 instances running. 1 with Windows 10, which is not doing anything, and has 8GB assigned and one with Home Assistant, also not doing anything and 4GB of RAM assigned. Something is eating my RAM. Is there any way of checking what can cause this?
  7. J

    Unable to add HDD to ZFS

    So, I replaced it with a HDD that I know works, and now it runs fine. Pool created without errors, so it looks like that HDD is broken. Thanx for trying to help me, and sorry for taking up your time!!
  8. J

    Unable to add HDD to ZFS

    S.M.A.R.T. Values SMART Status command failed: scsi error badly formed scsi parameters SMART Status, Attributes and Thresholds cannot be read.
  9. J

    Unable to add HDD to ZFS

    I'm starting to think that the drive is broken? I tried the "Wipe Disk", and it ticked 0-100% over and over like 10 times, and then the following error: error wiping '/dev/sde': 209715200 bytes (210 MB, 200 MiB) copied, 49.8897 s, 4.2 MB/s
  10. J

    Unable to add HDD to ZFS

    New error, which in my world is progress ;) root@redpill:~# zpool create -f -o 'ashift=12' Movie-Storage-1 /dev/disk/by-id/ata-WDC_WD140EFFX-68VBXN0_9RJLAV6C cannot label 'sde': try using parted(8) and then provide a specific slice: -3
  11. J

    Unable to add HDD to ZFS

    root@redpill:~# ls -l /dev/disk/by-id/ total 0 lrwxrwxrwx 1 root root 9 Oct 24 16:15 ata-HL-DT-ST_DVDRAM_GUE1N_KVGK7RB2249 -> ../../sr0 lrwxrwxrwx 1 root root 9 Oct 24 18:55 ata-WDC_WD140EFFX-68VBXN0_9RJLAV6C -> ../../sde lrwxrwxrwx 1 root root 10 Oct 24 16:15 dm-name-pve-root -> ../../dm-1...
  12. J

    Unable to add HDD to ZFS

    root@redpill:~# ls -l /dev/disks/by-id/ ls: cannot access '/dev/disks/by-id/': No such file or directory
  13. J

    Unable to add HDD to ZFS

    No, the " in the end was remove in the CLI. I'm missing something crucial, probably something easy since I'm an idiot at this. Tried a few varieties now: root@redpill:~# zpool create -f -o 'ashift=12' Movie-Storage-1 /dev/disk/by-id/ata-WDC_WD40EFFX-68VBXN0_WD-9RJLAVC6C cannot resolve path...
  14. J

    Unable to add HDD to ZFS

    Ah, I thought "/disk/by-id/" ment my "/dev/sda/". What I get from not reading everything..sorry. I put a bigger disk in, a 14TB instead of 4TB, and now I get the following: root@redpill:~# zpool create -f -o 'ashift=12' Movie-Storage-1 /dev/disk/by-id/ata-WDC_WD40EFFX-68VBXN0_WD-9RJLAVC6C" >...
  15. J

    Unable to add HDD to ZFS

    Am I doing something wrong? root@redpill:~# zpool create -f -o 'ashift=12' Movie-Storage-1 /dev/sda/ata-WDC_WD40EFRX-68N32N0cannot resolve path '/dev/sda/ata-WDC_WD40EFRX-68N32N0' root@redpill:~# ls /dev/sda /dev/sda root@redpill:~# zpool create -f -o 'ashift=12' Movie-Storage-1 /dev/sda/...