Home
How to Register
FAQ
Docs
Getting Help
Testbed
Search:
Login
Preferences
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
ZFS
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Nov 23, 2013 1:34:44 PM (
11 years
ago)
Author:
jhickey
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ZFS
v2
v3
5
5
{{{
6
6
mkdir -p /zfs/<PROJECTNAME>
7
mount -t nfs
zfs:/zfs/<PROJECTNAME> /zfs/<PROJECTNAME>
7
mount -t nfs
-o vers=3
zfs:/zfs/<PROJECTNAME> /zfs/<PROJECTNAME>
8
8
}}}