From owner-freebsd-current@FreeBSD.ORG Mon Apr 16 08:15:48 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3DCB16A40B for ; Mon, 16 Apr 2007 08:15:48 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2176213C43E for ; Mon, 16 Apr 2007 08:15:47 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [213.84.11.61]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id l3G8FjS8053864 for ; Mon, 16 Apr 2007 10:15:46 +0200 (CEST) (envelope-from Johan@double-l.nl) MIME-Version: 1.0 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 16 Apr 2007 10:16:48 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCBB521@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ls -al .zfs/snapshots dir reboots machine Thread-Index: Acd//2+HLQBOHVD+StyXEUcyxn1TiQ== From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ls -al .zfs/snapshots dir reboots machine X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2007 08:15:48 -0000 I am experimenting with zfs. =20 I have created a snapshot of /tank/samba =20 #zfs snapshot /tank/samba@justincase =20 # zfs list shows the foloowing =20 NAME USED AVAIL REFER MOUNTPOINT tank 592M 32.6G 18K /tank tank/samba 592M 32.6G 592M /usr/local/samba tank/samba@justincase 0 - 592M - =20 # zpool status =20 pool: tank state: ONLINE scrub: none requested config: =20 NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 mirror ONLINE 0 0 0 da1 ONLINE 0 0 0 da2 ONLINE 0 0 0 =20 errors: No known data errors =20 =20 Now I go to /usr/local/samba/.zfs =20 I do ls -al, I see a directory snapshots. =20 Now I do cd snapshots. =20 And now ls -al , system freezes and starts to reboot. Machine is on remote location so I do not have a console to see where or whith what message it reboots. =20 Regards, =20 Johan Hendriks