Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FS_ERR_VOL_NONE_AVAIL

No volumes available.

Or device access error (see section B-4 “Device Error Codes”).

Returned Value

None.

Notes/Warnings

  • If FS_ERR_PARTITION_NOT_FOUND is returned, then no valid partition (or valid file system) was found on the device. It is still placed on the list of used volumes; however, it cannot be addressed as a mounted volume (e.g., files cannot be accessed). Thereafter, unless a new device is inserted, the only valid commands are
  • FSVol_Fmt(), which creates a file system on the device;
  • FSVol_Close(), which frees the volume structure;
  • FSVol_Query(), which returns information about the device.
  • If FS_ERR_DEV, FS_ERR_DEV_NOT_PRESENT, FS_ERR_DEV_IO or FS_ERR_DEV_TIMEOUT is returned, then the volume has been added to the file system, though the underlying device is probably not present. The volume will need to be either closed and re-added, or refreshed.