0
Samby tak do sharingu. ZFS nie wiem - chyba timeshift tego potrzebuje albo VBox. Nie jestem pewien.
EDIT: Wszystkie partycje na SSDkach są pod EXT4. Nigdzie nie mam ZFS-a - moge wyrąbać zfs-zed, zfs-initramsfs i zfsutils-linux?
EDIT 2: "Linux Mint 21 has openZFS installed and running by default. ZFS is fantastic, but not hugely useful on a single disk system."
EDIT 3: Zawsze jeśli chodzi o ZFS zamiast wywalania mogę zrobić tak:
A potem po prostu je wyłączyć tak:
Dodano po pewnym czasie:
Po wyłączeniu ZFSa wygląda to tak:
Uzyskałem -6s mniej, a mimo to uważam, że 56s na SSDkach to słaby wynik, nieprawdaż?
EDIT: Wszystkie partycje na SSDkach są pod EXT4. Nigdzie nie mam ZFS-a - moge wyrąbać zfs-zed, zfs-initramsfs i zfsutils-linux?
EDIT 2: "Linux Mint 21 has openZFS installed and running by default. ZFS is fantastic, but not hugely useful on a single disk system."
EDIT 3: Zawsze jeśli chodzi o ZFS zamiast wywalania mogę zrobić tak:
Kod:
lsmod | grep zfs
zfs 4603904 6
zunicode 352256 1 zfs
zzstd 589824 1 zfs
zlua 229376 1 zfs
zavl 24576 1 zfs
icp 368640 1 zfs
zcommon 131072 2 zfs,icp
znvpair 135168 2 zfs,zcommon
spl 163840 6 zfs,icp,zzstd,znvpair,zcommon,zavl
A potem po prostu je wyłączyć tak:
Kod:
sudo systemctl disable zfs-load-module.service
sudo systemctl disable zfs-mount.service
sudo systemctl disable zfs-share.service
sudo systemctl disable zfs-volume-wait.service
sudo systemctl disable zfs-zed.service
sudo systemctl disable zfs-import.target
sudo systemctl disable zfs-volumes.target
sudo systemctl disable zfs.target
Dodano po pewnym czasie:
Po wyłączeniu ZFSa wygląda to tak:
Kod:
systemd-analyze
Startup finished in 27.711s (firmware) + 8.758s (loader) + 13.154s (kernel) + 6.674s (userspace) = 56.298s
graphical.target reached after 6.668s in userspace
Born to be root... not to reboot.