Cite
From Linux NFS
Bibliographic details for MountNotes
- Page name: MountNotes
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 21 August 2007 21:31 UTC
- Date retrieved: 26 November 2025 01:27 UTC
- Permanent URL: https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982
- Page Version ID: 2982
Citation styles for MountNotes
APA style
MountNotes. (2007, August 21). Linux NFS, . Retrieved 01:27, November 26, 2025 from https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982.
MLA style
"MountNotes." Linux NFS, . 21 Aug 2007, 21:31 UTC. 26 Nov 2025, 01:27 <https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982>.
MHRA style
Linux NFS contributors, 'MountNotes', Linux NFS, , 21 August 2007, 21:31 UTC, <https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982> [accessed 26 November 2025]
Chicago style
Linux NFS contributors, "MountNotes," Linux NFS, , https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982 (accessed November 26, 2025).
CBE/CSE style
Linux NFS contributors. MountNotes [Internet]. Linux NFS, ; 2007 Aug 21, 21:31 UTC [cited 2025 Nov 26]. Available from: https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982.
Bluebook style
MountNotes, https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982 (last visited November 26, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "MountNotes --- Linux NFS{,} ",
year = "2007",
url = "https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982",
note = "[Online; accessed 26-November-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Linux NFS",
title = "MountNotes --- Linux NFS{,} ",
year = "2007",
url = "\url{https://wiki.linux-nfs.org/wiki/index.php?title=MountNotes&oldid=2982}",
note = "[Online; accessed 26-November-2025]"
}