elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
man
/
man8
/
mount.8
File editor
.TH mount 8 .SH NAME mount \- mount a file system .SH SYNOPSIS .B mount .B [\-a] .B [\-q] .B [\-t minix|fat] .B [\-o ro|remount,{rw|ro}] .I device directory .SH DESCRIPTION .BR mount takes as arguments the name of a .I device and a .I directory name to be used as a mount point. Once the filesystem on the .I device is mounted, its root directory replaces the .I directory given. .PP If \fBmount\fP is invoked without any parameters, it will print the list of currently mounted filesystems. .SH OPTIONS .TP .B "-a" Auto-mount the filesystem by inspecting its superblock. .TP .B "-t" Specify the type of filesystem to be mounted. Default is .B minix . .TP .B "-o" Specify ro (readonly), remount,rw (remount read/write) or remount,ro (remount read-only) options. .TP .B "-q" Query filesystem type and set return value based on filesystem. .SH EXAMPLES .TP 30 .B mount \-t minix /dev/hda1 /mnt # Mount first partition of first hard drive (type MINIX) on /mnt .TP 30 .B mount \-a /dev/fd1 /mnt # Mount diskette 1 (MINIX or DOS) on /mnt .LP .SH EXIT STATUS .TP .I 0 Filesystem mounted successfully. .TP .I 1 Wrong number of arguments, mount was unsuccessful, or unknown filesystem type. .TP .I 2 When used with \-q, filesystem is MINIX. .TP .I 3 When used with \-q, filesystem is MSDOS/FAT. .SH SEE ALSO .BR umount (8), .BR mkfs (8), .BR fsck (8), .BR mount (2). .SH AUTHORS David Bell .br Al Riddoch .br Greg Haerr
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history