MOUNT(8) GregOS Manual MOUNT(8) NAME mount - mount a filesystem SYNOPSIS mount [device] DESCRIPTION Without arguments, mount displays currently mounted filesystems. With a device argument, attempts to mount the specified device. Devices from the v1.0 ROM migration are listed in migration.conf. Pending devices may require manual mounting. DIAGNOSTICS If a device fault occurs, check dmesg(1) for details. NOTES CONFIG_STRICT_DEVTYPE=n in this build. Mount does not validate device type before read. Block, character, and unregistered devices are all accepted. Standard behavior rejects non-block devices before the read syscall. See kernel config. BUGS Mounting non-block devices may issue invalid I/O to the device driver. Data corruption or hardware damage may result. FILES /etc/migration.conf Device migration manifest AUTHOR GregOS Kernel Team SEE ALSO dmesg(1), df(1), rf0(4)