Displaying 20 results from an estimated 40000 matches similar to: "vfstab"
2007 Apr 16
10
zfs send/receive question
Hello folks, I have a question and a small problem... I did try to replicate my
zfs with all the snaps, so I did run few commands:
time zfs send mypool/d at 2006_month_10 | zfs receive mypool2/d at 2006_month_10
real 6h35m12.34s
user 0m0.00s
sys 29m32.28s
zfs send -i mypool/d at 2006_month_10 mypool/d at 2006_month_12 | zfs receive mypool/d at 2006_month_12
real 4h49m27.54s
user
2011 Nov 22
3
SUMMARY: mounting datasets from a read-only pool with aid of tmpfs
Hello all,
I''d like to report a tricky situation and a workaround
I''ve found useful - hope this helps someone in similar
situations.
To cut the long story short, I could not properly mount
some datasets from a readonly pool, which had a non-"legacy"
mountpoint attribute value set, but the mountpoint was not
available (directory absent or not empty). In this case
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
Using build 70, I followed the zfsboot instructions at http://
www.opensolaris.org/os/community/zfs/boot/zfsboot-manual/ to the
letter.
I tried first with a mirror zfsroot, when I try to boot to zfsboot
the screen is flooded with "init(1M) exited on fatal signal 9"
Than I tried with a simple zfs pool (not mirrored) and it just
reboots right away.
If I try to setup grub
2007 Oct 25
1
How to have ZFS root with /usr on a separate datapool
Ref: http://blogs.sun.com/timf/entry/zfs_bootable_datasets_happily_rumbling
Ref: http://mediacast.sun.com/share/timf/zfs-actual-root-install.sh
This is my errata for Tim Foster''s zfs root install script:
1/ Correct mode for /tmp should be 1777.
2/ The zfs boot install should allow you to have /usr on a separate zpool:
a/ We need to create /zfsroot/usr/lib in the root partition and
2012 Nov 09
3
Forcing ZFS options
There are times when ZFS options can not be applied at the moment,
i.e. changing desired mountpoints of active filesystems (or setting
a mountpoint over a filesystem location that is currently not empty).
Such attempts now bail out with messages like:
cannot unmount ''/var/adm'': Device busy
cannot mount ''/export'': directory is not empty
and such.
Is it
2008 Mar 13
4
Disabling zfs xattr in S10u4
Hi,
I want to disable extended attributes in my zfs on s10u4. I found out
that the command to do is zfs set xattr=off <poolname>. But, I do not
see this option in s10u4.
How can I disable zfs extended attributes on s10u4?
I''m not in the zfs-discuss alias. Please respond to me directly.
Thanks
Balaji
2007 Apr 14
3
zfs snaps and removing some files
Hello folks, I have strange and unusual request...
I have two 300gig drives mirrored:
[11:33:22] root at chrysek: /d/d2 > zpool status
pool: mypool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
mypool ONLINE 0 0 0
mirror ONLINE 0 0 0
c1t2d0 ONLINE 0 0 0
2006 Sep 01
4
create ZFS pool(s)/volume(s) during jumpstart instalation
Anyone have idea how to create ZFS pool and volumes during jumstart
instalation ? (I''m using JumpStart Enterprise Toolkit)
kloczek
2008 Nov 24
2
replacing disk
somehow I have issue replacing my disk.
[20:09:29] root at adas: /root > zpool status mypooladas
pool: mypooladas
state: DEGRADED
status: One or more devices could not be opened. Sufficient replicas exist for
the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using ''zpool online''.
see:
2007 Oct 07
1
VFSTAB mounting for ProFTPD
I have ProFTPD successfully installed and running, though I would like to virtually mount some directory''s from my ZFS configurations. In a previous ProFTPD install on Ubuntu, I had in my /etc/fstab directory an entry like this:
/HDD ID/directory /home/FTP-shared/information vfat bind 0 0
Though I am not able to do this with my /etc/vfstab. This is my entry in my vfstab config file:
2006 Oct 31
0
6409257 /etc/vfstab isn''t properly aligned
Author: sjelinek
Repository: /hg/zfs-crypto/gate
Revision: e2d8706d226b8bdada8284689c37d35a33396b15
Log message:
6409257 /etc/vfstab isn''t properly aligned
6409251 typo in stmsboot
6409254 unused variables in svc-syseventd
6409228 typo in aclutils.h
Contributed by Rainer Orth <ro at TechFak.Uni-Bielefeld.DE>.
Files:
update: usr/src/cmd/initpkg/vfstab.sh
update:
2007 Apr 24
2
zfs submounts and permissions with autofs
Hi,
Is it expected that if I have filesystem tank/foo and tank/foo/bar
(mounted under /tank) then in order to be able to browse via
/net down into tank/foo/bar I need to have group/other permissions
on /tank/foo open?
# zfs create tank/foo
# zfs create tank/foo/bar
# chown gavinm /tank/foo /tank/foo/bar
# zfs set sharenfs=rw tank/foo
# ls -laR /tank/foo
/tank/foo:
total 9
drwxr-xr-x 3 gavinm
2008 Oct 23
2
zpool cross mount
Hi experts,
Short question
What happen if we have cross zpool mount ?
meaning :
zpool A -> should be mounted in /A
zpool B -> should be mounted in /A/B
=> is there in zfs an automatic mechanism during solaris 10 boot that
prevent the import of pool B ( mounted /A/B ) before trying to import A
pool or do we have to legacy mount and file /etc/vfstab
Regards,
Laurent
--
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor
grants for ZFS. Since all of the ZFS core contributors grants are set
to expire on 02-24-2009 we need to renew the members that are still
contributing at core contributor levels. We should also add some new
members to both Contributor and Core contributor levels.
First the current list of Core contributors:
Bill
2007 Feb 10
16
How to backup a slice ? - newbie
... though I tried, read and typed the last 4 hours; still no clue.
Please, can anyone give a clear idea on how this works:
Get the content of c0d1s1 to c0d0s7 ?
c0d1s1 is pool home and active; c0d0s7 is not active.
I have followed the suggestion on
http://www.opensolaris.org/os/community/zfs/demos/zfs_demo.pdf
% sudo zfs snapshot home at backup
% zfs list
NAME USED AVAIL REFER
2007 Mar 22
13
migration/acl4 problem
Hi,
S10U3: It seems, that ufs POSIX-ACLs are not properly translated to zfs
ACL4 entries, when one xfers a directory tree from UFS to ZFS.
Test case:
Assuming one has an user A and B, both belonging to group G and having
their
umask set to 022:
1) On UFS
- as user A do:
mkdir /dir
chmod 0775 /dir
setfacl -m d:u::rwx,d:g::rwx,d:o:r-x,d:m:rwx /dir
# samba would
2010 Mar 27
16
zpool split problem?
Zpool split is a wonderful feature and it seems to work well,
and the choice of which disk got which name was perfect!
But there seems to be an odd anomaly (at least with b132) .
Started with c0t1d0s0 running b132 (root pool is called rpool)
Attached c0t0d0s0 and waited for it to resilver
Rebooted from c0t0d0s0
zpool split rpool spool
Rebooted from c0t0d0s0, both rpool and spool were mounted
2009 Mar 03
8
zfs list extentions related to pNFS
Hi,
I am soliciting input from the ZFS engineers and/or ZFS users on an
extension to "zfs list". Thanks in advance for your feedback.
Quick Background:
The pNFS project (http://opensolaris.org/os/project/nfsv41/) is adding
a new DMU object set type which is used on the pNFS data server to
store pNFS stripe DMU objects. A pNFS dataset gets created with the
"zfs
2011 Apr 08
11
How to rename rpool. Is that recommended ?
Hello,
I have a situation where a host, which is booted off its ''rpool'', need
to temporarily import the ''rpool'' of another host, edit some files in
it, and export the pool back retaining its original name ''rpool''. Can
this be done ?
Here is what I am trying to do:
# zpool import -R /a rpool temp-rpool
# zfs set mountpoint=/mnt
2009 May 20
3
ZFS ACLs
I have OSol 2009.06 (b111a), and I''m not sure I''m getting this ZFS ACL
thing:
%whoami
abalfour
% ls -V file
----------+ 1 abalfour root 1474560 May 11 18:43 file
owner@:-w--d--A-W-C--:-------:deny
according to that ACL I shouldn''t be able to write anything having to do
with file, correct?
% cat >> file
zsh: permission denied: file
% mv file