I have a system that has a simple zfs raid 0 volume on it and it will now mount when the system boots. After the system is up I can run /etc/rc.d/zfs start and it's fine. I don't see any errors in the log file other than the ZFS is experimental in FreeBSD message. I'm running FreeBSD 7.2 stable. I have zfs_enable="YES" in the rc.conf file. Am I missing something? LB
Lisa Besko wrote:> I have a system that has a simple zfs raid 0 volume on it and it will > now mount when the system boots. After the system is up I can run > /etc/rc.d/zfs start and it's fine. I don't see any errors in the log > file other than the ZFS is experimental in FreeBSD message. I'm running > FreeBSD 7.2 stable. I have zfs_enable="YES" in the rc.conf file. Am I > missing something?My ZFS setups have worked so well for so long, I can't remember what all to look for. However, I do remember having to create an entry in my /boot/loader.conf ( IIRC, only the first two lines are mandatory, the other two are just tweaks ): zfs_load="YES" vfs.root.mountfrom="zfs:storage" vm.kmem_size="1536M" vm.kmem_size_max="1536M" Steve -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3233 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20090903/f708ac3b/smime.bin
On 2009-09-02 18:55, Lisa Besko wrote:> I have a system that has a simple zfs raid 0 volume on it and it will > now mount when the system boots. After the system is up I can run > /etc/rc.d/zfs start and it's fine. I don't see any errors in the log > file other than the ZFS is experimental in FreeBSD message. I'm running > FreeBSD 7.2 stable. I have zfs_enable="YES" in the rc.conf file. Am I > missing something?What do "zpool list" and "zfs list" say?
On 2009-09-02T12:55:23-0400, Lisa Besko <besko@msu.edu> wrote:> I have a system that has a simple zfs raid 0 volume on it and it will > now mount when the system boots. After the system is up I can run > /etc/rc.d/zfs start and it's fine. I don't see any errors in the log > file other than the ZFS is experimental in FreeBSD message. I'm running > FreeBSD 7.2 stable. I have zfs_enable="YES" in the rc.conf file. Am I > missing something?Do you have the zfs mountpoint properties set for the filesystems? Try zfs get all | grep mountpoint. When you zfs set the mountpoint, the filesystem will automatically be mounted there. The zfs man page has the details. Kenyon -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20090903/c1405c1e/attachment.pgp