Yah, just read the udev rules and its setting the noop scheduler for ssd.
Beiträge von fulgas
-
-
Here is a wiki page about SSD on debian:
https://wiki.debian.org/SSDOpt…#Partitions_and_Alignment
ZitatSince wheezy all tools should automatically align filesystems and partitions to the 4096 byte page size.[/quote][quote]
The default I/O scheduler queues data to minimize seeks on HDDs, which is not necessary for SSDs. Thus, use the deadline scheduler that just ensures bulk transactions won't slow down small transactions: Install sysfsutils andecho "block/sdX/queue/scheduler = deadline" >> /etc/sysfs.conf(adjust sdX to match your SSD) reboot orecho deadline > /sys/block/sdX/queue/schedulerThis is what i would do if i had a SSD on the NAS.
regards
-
Nice
Is it available on the github? Just in case in have some free time
cmps
-
Hi Volker
Glad to see the project is doing goodMy NAs dies a couple of days ago... i've been using freenas with ZFS since i added the initial support for it...back in 2008.
I'm going to do a fresh install and decided to give OMV a try.
I do need something similar to ZFS and was wondering if there is any plan to support brtfs/ZFS? Is there any WIP ?
cmps,
Nelson Silva