mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
|
#!/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
|