Skip to content

Shell script unmounts target ext4 filesystem, checks it, remounts the filesystem, and refreshes current owner and group permissions (if selected)

License

Notifications You must be signed in to change notification settings

AliciaTransmuted/chkext4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Screenshot

THIS PROJECT IS STILL IN DEVELOPMENT

chkext4.sh

chkext4.sh is a shell script that

  • unmounts the target ext4 filesystem,
  • checks the target ext4 filesystem,
  • remounts the target filesystem, and
  • refreshes owner and group permissions

Usage: [sudo] [sh] ./chkext4.sh [options [parameters]]

Options:

-f|--filesystem, Filesystem to be checked I.E. -f /media/systst/filesystem-name

-b|--badblocks, Check all blocks for errors (this takes a long time!) I.E. -b

-h|--help, Print help (this dialog) I.E. -h

./chkext4.sh unmounts the target ext4 filesystem, checks it, remounts the filesystem, and refreshes owner and group permissions

2019-06-11: Initial release

About

Shell script unmounts target ext4 filesystem, checks it, remounts the filesystem, and refreshes current owner and group permissions (if selected)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages