mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
f835afd3f0
We should be able to open device nodes for writing even if they live on a readonly filesytem. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
12 lines
426 B
Plaintext
12 lines
426 B
Plaintext
QA output created by 306
|
|
== try to create new file
|
|
touch: cannot touch `SCRATCH_MNT/this_should_fail': Read-only file system
|
|
== pwrite to null device
|
|
wrote 512/512 bytes at offset 0
|
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
== pread from zero device
|
|
read 512/512 bytes at offset 0
|
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
== truncating write to null device
|
|
== appending write to null device
|