Submit
Path:
~
/
/
usr
/
lib
/
cryptsetup
/
checks
/
File Content:
ext2
#!/bin/sh echo "WARNING: The check script $0 is deprecated. Please use check script blkid instead." >&2 not_fs="" for fs in ext2 ext3 ext4 ext4dev; do /lib/cryptsetup/checks/blkid "$1" "$fs" >/dev/null || not_fs="$not_fs $fs" done if [ "$not_fs" = " ext2 ext3 ext4 ext4dev" ]; then echo " - The device $1 does not contain a valid ext2, ext3, ext4 or ext4dev filesystem." exit 1 fi
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
blkid
1188 bytes
0755
ext2
386 bytes
0755
swap
147 bytes
0755
un_blkid
944 bytes
0755
xfs
146 bytes
0755
N4ST4R_ID | Naxtarrr