mount_dosfs(1M)


mount_dosfs -- mount dosfs file systems

Synopsis

mount [-F dosfs] special mount_point

Description

mount attaches a dosfs file system, referenced by special, to the file system hierarchy at the pathname location mount_point, which must already exist. If mount_point has any contents prior to the mount operation, these remain hidden until the file system is once again unmounted.

The option is:

-F dosfs
Specifies the dosfs-FSType.

Files

/etc/mnttab
mount table

References

mkdir(2), mnttab(4), generic mount(1M), mount(2), open(2), umount(2)

Notices

If the directory on which a file system is to be mounted is a symbolic link, the file system is mounted on the directory to which the symbolic link refers, rather than on top of the symbolic link itself.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.