Unix and Linux Discussions Tagged with zfs |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
8,484 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
6,077 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,754 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,435 |
Solaris |
|
|
|
7 |
9,693 |
Ubuntu |
|
|
|
11 |
12,208 |
Solaris |
|
|
|
5 |
3,559 |
Solaris |
|
|
|
2 |
2,626 |
Solaris |
|
|
|
5 |
12,013 |
Solaris |
|
|
|
3 |
5,037 |
Solaris |
|
|
|
1 |
6,567 |
Solaris |
|
|
|
1 |
4,215 |
Solaris |
|
|
|
9 |
8,361 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,800 |
Solaris |
|
|
|
3 |
3,676 |
Solaris |
|
|
|
0 |
1,743 |
Solaris |
|
|
|
0 |
5,608 |
Solaris |
|
|
|
0 |
11,679 |
Solaris |
|
|
|
6 |
6,501 |
Solaris |
|
|
|
3 |
3,343 |
Solaris |
|
|
|
7 |
6,273 |
Solaris |
|
|
|
8 |
17,050 |
Solaris |
|
|
|
6 |
3,824 |
Emergency UNIX and Linux Support |
|
|
|
5 |
5,172 |
Solaris |
|
|
|
3 |
3,471 |
Solaris |
|
|
|
3 |
5,547 |
Solaris |
|
|
|
3 |
5,899 |
Solaris |
|
|
|
1 |
5,679 |
Solaris |
|
|
|
4 |
3,471 |
Solaris |
|
|
|
0 |
2,228 |
Solaris |
|
|
|
5 |
7,740 |
Solaris |
|
|
|
2 |
5,466 |
Solaris |
|
|
|
2 |
5,682 |
Solaris |
|
|
|
1 |
10,239 |
Filesystems, Disks and Memory |
|
|
|
7 |
10,132 |
Filesystems, Disks and Memory |
|
|
|
7 |
8,256 |
Solaris |
|
|
|
1 |
4,576 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,832 |
Solaris |
|
|
|
0 |
2,776 |
Solaris BigAdmin RSS |
|
|
|
0 |
1,439 |
Solaris BigAdmin RSS |
ZFSLOADER(8) BSD System Manager's Manual ZFSLOADER(8)
NAME
zfsloader -- kernel bootstrapping final stage
DESCRIPTION
zfsloader is an extended variant of loader(8) with added support for booting from ZFS. This document describes only differences from
loader(8).
ZFS FEATURES
zfsloader supports the following format for specifying ZFS filesystems which can be used wherever loader(8) refers to a device specification:
zfs:pool/filesystem:
where pool/filesystem is a ZFS filesystem name as described in zfs(8).
If /etc/fstab does not have an entry for the root filesystem and vfs.root.mountfrom is not set, but currdev refers to a ZFS filesystem, then
zfsloader will instruct kernel to use that filesystem as the root filesystem.
ZFS COMMAND EXTENSIONS
lsdev [-v]
Lists ZFS pools in addition to disks and partitions. Adding -v shows more ZFS pool details in a format that resembles zpool status
output.
lszfs filesystem
A ZFS extended command that can be used to explore the ZFS filesystem hierarchy in a pool. Lists the immediate children of the
filesystem. The filesystem hierarchy is rooted at a filesystem with the same name as the pool.
FILES
/boot/zfsloader zfsloader itself.
EXAMPLES
Set the default device used for loading a kernel from a ZFS filesystem:
set currdev=zfs:tank/ROOT/knowngood:
SEE ALSO
gptzfsboot(8), loader(8), zfs(8), zfsboot(8), zfsloader(8), zpool(8)
HISTORY
The zfsloader first appeared in FreeBSD 7.3.
AUTHORS
This manual page was written by Andriy Gapon <avg@FreeBSD.org>.
BSD
September 15, 2014 BSD