UnixFileSystemInfo.FullName resides on a
read-only file system.
[Mono.Unix.Native.Errno.EROFS]
-or- UnixFileSystemInfo.FullName is a
character device or block device, and the device associated with
this file does not exist.
[Mono.Unix.Native.Errno.ENXIO]
-or- UnixFileSystemInfo.FullName is a
fifo, no process has it open for reading, and the arguments specify
it is to be opened for writing.
[Mono.Unix.Native.Errno.ENXIO]
-or- The directory UnixFileInfo.Directory
cannot be extended because there is no space left on the file
system containing the directory.
[Mono.Unix.Native.Errno.ENOSPC]
-or- There are no free inodes on the file system on which the file
is being created.
[Mono.Unix.Native.Errno.ENOSPC]
-or- An I/O error occurred while making the directory entry or
allocating the inode.
[Mono.Unix.Native.Errno.EIO]
|