mount(1) minix man page | unix.com

Man Page: mount

Operating Environment: minix

Section: 1

MOUNT(1)						      General Commands Manual							  MOUNT(1)

NAME
mount - mount a file system
SYNOPSIS
mount special file [-r]
OPTIONS
-r File system is mounted read-only
EXAMPLES
mount /dev/fd1 /user # Mount diskette 1 on /user
DESCRIPTION
The file system contained on the special file is mounted on file. In the example above, the root directory of the file system in drive 1 can be accessed as /user after the mount. When the file system is no longer needed, it must be unmounted before being removed from the drive.
SEE ALSO
df(1), mkfs(1), fsck(1), umount(1), mount(2), fstab(5). MOUNT(1)
Related Man Pages
mount.nfs(8) - centos
mount.nfs(8) - v7
mount.nfs(8) - minix
mount.nfs(8) - php
mount.nfs(8) - plan9
Similar Topics in the Unix Linux Community
CentOS and XP dualboot + ext3/ntfs mount
UNIX System V Mount Floppy Drive
Validate mountpoints on solaris server after server reboot
Mount error in Linux: invalid argument
How to make awk command faster for large amount of data?