P
P
Pavel Mir2014-07-30 14:15:24
macOS
Pavel Mir, 2014-07-30 14:15:24

How can you test the file system?

Interested in how you can test HFS and compare with other file systems.
There is pjd-test-framework, there are utilities from Apple for testing file systems (fstorture/fsx).
Of the operations:
creat()
mkdir()
open()
close()
read()
write()
truncate()
ftruncate()
chmod()
stat()
rename()
unlink()
What else can you do?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2014-07-30
@leahch

You can compile fio freecode.com/projects/fio and test it. What exactly do we want to test?

P
Pavel Mir, 2014-07-30
@facetheheat

FS integrity after various operations

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question