File: fsck.zfs

package info (click to toggle)
zfs-linux 0.6.5.9-5
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 15,464 kB
  • ctags: 17,824
  • sloc: ansic: 182,812; sh: 11,864; python: 1,683; makefile: 1,586; asm: 1,302; perl: 679; sed: 13; awk: 5
file content (9 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# fsck.zfs: A fsck helper to accomidate distributions that expect
# to be able to execute a fsck on all filesystem types.  Currently
# this script does nothing but it could be extended to act as a
# compatibility wrapper for 'zpool scrub'.
#

exit 0