Cite
From Linux NFS
Bibliographic details for GFS2 cluster3 userland notes
- Page name: GFS2 cluster3 userland notes
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 25 July 2008 19:08 UTC
- Date retrieved: 19 November 2025 06:13 UTC
- Permanent URL: https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402
- Page Version ID: 3402
Citation styles for GFS2 cluster3 userland notes
APA style
GFS2 cluster3 userland notes. (2008, July 25). Linux NFS, . Retrieved 06:13, November 19, 2025 from https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402.
MLA style
"GFS2 cluster3 userland notes." Linux NFS, . 25 Jul 2008, 19:08 UTC. 19 Nov 2025, 06:13 <https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402>.
MHRA style
Linux NFS contributors, 'GFS2 cluster3 userland notes', Linux NFS, , 25 July 2008, 19:08 UTC, <https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402> [accessed 19 November 2025]
Chicago style
Linux NFS contributors, "GFS2 cluster3 userland notes," Linux NFS, , https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402 (accessed November 19, 2025).
CBE/CSE style
Linux NFS contributors. GFS2 cluster3 userland notes [Internet]. Linux NFS, ; 2008 Jul 25, 19:08 UTC [cited 2025 Nov 19]. Available from: https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402.
Bluebook style
GFS2 cluster3 userland notes, https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402 (last visited November 19, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "GFS2 cluster3 userland notes --- Linux NFS{,} ",
year = "2008",
url = "https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402",
note = "[Online; accessed 19-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 = "GFS2 cluster3 userland notes --- Linux NFS{,} ",
year = "2008",
url = "\url{https://linux-nfs.org/wiki/index.php?title=GFS2_cluster3_userland_notes&oldid=3402}",
note = "[Online; accessed 19-November-2025]"
}