https://bugs.documentfoundation.org/show_bug.cgi?id=99311

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Kill Pagein for good        |Detect SSDs in pagein

--- Comment #1 from Michael Meeks <[email protected]> ---
Hmm; so there are still hard disks out there =) my daughters' laptops all have
them. I'd prefer to instead detect the presence of an SSD and then bail out.
That turns out to be not impossible ;-)

cat /sys/block/sda/queue/rotational

is 0 for SSD and 1 for slow hard-disks =)

So - we need to detect which device this is on - I guess we want to do:

http://linux.die.net/man/2/fstat

on each shared library - or perhaps just once on the top-level program/
directory  - and then check if this is on a rotational media.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to