fsls - List contents of a raw filesystem.
fsls [-t fstype] [-l] [-R] device [pathname ...]
fscat is a system to read a filesystem off of a raw device and archive or copy its files. This allows administrators to recover data when drivers are not available, and even when the storage is slightly corrupt.
The fsls program behaves like the ls(1) program, except that it
operates on a raw filesystem device. It supports the simplest of ls(1)
syntax.
fsls differs slightly from ls(1) in how it displays pathnames passed
on the command line. If a directory is specified without the trailing
/, the directory will be included in the listing of its contents. If
the trailing / is included, the directory itself will not be listed.
fsls attempts to determine the type of filesystem on the device. If it cannot, the user must specify it with the -t option.
If fsls does not have a driver to support the specified or discovered type, it will be unable to read the device.
fscat(8) fscp(8) fsextract(8)
Joel Becker <joel.becker@oracle.com>
Copyright (C) 2005 Oracle. All rights reserved.
This program is free software; see the file COPYING in the source distribution for the terms under which it can be redistributed and/or modified.