Name

fs info — Print filesystem information

Synopsis

fs info

Arguments

The command takes no arguments.

Description

This command prints information about the filesystems that are available. Three lists are produced. The first is a list of the filsystem implementations available in RedBoot; names from this list may be used in the -t option to the fs mount command. The second list describes the block devices and partitions that are available for mounting a filesystem; names from this list may be used in the -d option to the fs mount command. The last list describes the filesystems that are already mounted.

Examples

RedBoot> fs info
Filesystems available:
fatfs

Devices available:
/dev/mmcsd0/0
/dev/mmcsd0/1
/dev/mmcsd0/2
/dev/usbms/0/0
/dev/usbms/0/1

Mounted filesystems:
      Mountpoint           Device Filesystem
            /usb   /dev/usbms/0/1 fatfs:sync=write
           /boot    /dev/mmcsd0/1 fatfs:sync=write
RedBoot>