Recent content by TheDulki

  1. T

    Slow performance with ZFS?

    If i bought 2 2TB red drives and put them in a raid 10 with the 2tb green drives, i would be getting much better performance right?
  2. T

    Slow performance with ZFS?

    Hello. I'm having some performance issues with ZFS 0.6.4 on Proxmox 3.4. I'm running two WD Green 2TB drives in raid 1. When i run the hdparm tool inside a vm, im getting anywhere from 40 to 50 mb/s. my zfs_arc_max is set to 4GB. Is this considered normal?
  3. T

    [SOLVED] HELP! Lost root password!!!

    Got it to work by typing chroot /mnt and then typing passwd.
  4. T

    [SOLVED] HELP! Lost root password!!!

    Thanks it worked. But i cant change the root password when using passwd. It gives the error "passwd authentication token manipulation error". How do i mount it so it is writeable?
  5. T

    [SOLVED] HELP! Lost root password!!!

    Hello. I was smart enough to lose my root password for Proxmox. I've already tried to bootup a live cd with Debian and mount on of the drives, but that didnt work probably because im using a zfs volume in raid 1. I've also tried to modify grub by adding init=/bin/bash so it boots in single user...