Skip to content

spuk-/fswritecompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fswritecompare - Scripts to compare different filesystems regarding block writes

The scripts are written with little care for security (read them if you so care), they're intended to be run by the root user.

Usage

  1.  # ./prepare.sh
    
  2.  # ./test.sh
    

Cleanup:

  1.  # umount `mount | awk '/^\/tmp/ { print $1 }'`
    
  2.  # losetup -D
    
  3.  # rm -i /tmp/*.img
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages