Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/paqbigdir/readme

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


[mkfile mkpaqfs.c paqfs.c paqfs.h]
this fixes a checksum error caused by looking for the wrong tag

here's a test script

#!/bin/rc
rfork en
ramfs

cd /tmp
for(i in a b c d e f g h i j k l m n o p)
	touch `{dd -quiet 1 -if /dev/zero -count 1 | tr '\x00' $i}
mkpaqfs -o paq.paq
paqfs paq.paq
ls /n/paq > /dev/null

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.