mount.8 (01c78dbb09b4b032293ca4f8e85816b1d0a05923) | mount.8 (6ad10804f79ca8baf1dea0c55e7442d8f960b81f) |
---|---|
1.\" Copyright (c) 1980, 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 357 unchanged lines hidden (view full) --- 366.Sh SEE ALSO 367.Xr mount 2 , 368.Xr vfsload 3 , 369.Xr fstab 5 , 370.Xr kldload 8 , 371.Xr mount_cd9660 8 , 372.Xr mount_devfs 8 , 373.Xr mount_ext2fs 8 , | 1.\" Copyright (c) 1980, 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 357 unchanged lines hidden (view full) --- 366.Sh SEE ALSO 367.Xr mount 2 , 368.Xr vfsload 3 , 369.Xr fstab 5 , 370.Xr kldload 8 , 371.Xr mount_cd9660 8 , 372.Xr mount_devfs 8 , 373.Xr mount_ext2fs 8 , |
374.Xr mount_fdesc 8 , | 374.Xr mount_fdescfs 8 , |
375.Xr mount_hpfs 8 , 376.Xr mount_linprocfs 8 , 377.Xr mount_mfs 8 , 378.Xr mount_msdos 8 , 379.Xr mount_nfs 8 , 380.Xr mount_ntfs 8 , | 375.Xr mount_hpfs 8 , 376.Xr mount_linprocfs 8 , 377.Xr mount_mfs 8 , 378.Xr mount_msdos 8 , 379.Xr mount_nfs 8 , 380.Xr mount_ntfs 8 , |
381.Xr mount_null 8 , | 381.Xr mount_nullfs 8 , |
382.Xr mount_nwfs 8 , | 382.Xr mount_nwfs 8 , |
383.Xr mount_portal 8 , | 383.Xr mount_portalfs 8 , |
384.Xr mount_procfs 8 , 385.Xr mount_std 8 , | 384.Xr mount_procfs 8 , 385.Xr mount_std 8 , |
386.Xr mount_umap 8 , 387.Xr mount_union 8 , | 386.Xr mount_umapfs 8 , 387.Xr mount_unionfs 8 , |
388.Xr umount 8 389.Sh BUGS 390It is possible for a corrupted file system to cause a crash. 391.Sh CAVEATS 392After a successful 393.Nm , 394the permissions on the original mount point determine if 395.Pa ..\& 396is accessible from the mounted file system. 397The minimum permissions for 398the mount point for traversal across the mount point in both 399directions to be possible for all users is 0111 (execute for all). 400.Sh HISTORY 401A 402.Nm 403command appeared in 404.At v1 . | 388.Xr umount 8 389.Sh BUGS 390It is possible for a corrupted file system to cause a crash. 391.Sh CAVEATS 392After a successful 393.Nm , 394the permissions on the original mount point determine if 395.Pa ..\& 396is accessible from the mounted file system. 397The minimum permissions for 398the mount point for traversal across the mount point in both 399directions to be possible for all users is 0111 (execute for all). 400.Sh HISTORY 401A 402.Nm 403command appeared in 404.At v1 . |