The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

fsid - identify a filesystem

DESCRIPTION

This writes and reads an id file for a filesystem.

   -l list wanted fs formats (ext2, ext3)i
   -L list all filesystems 
   -d debug
   -A make sure there's an fsid in each of the wanted fs formats

USAGE EXAMPLES

List storage filesystems on this machine.

   fid -l

Get filesystem id for a device

   fsid /dev/hda1

Get filesystem id for a path

   fsid ~/Desktop

CAVEATS

For posix systems only.

SEE ALSO

Sys::Filesystem::ID for full API. fsidgen generate id.

AUTHOR

Leo Charre leocharre at cpan dot org