Hello everyone,
It is a first time I would like to work with ZFS. So I have plenty of silly questions. Sorry...
I read this FreeBSD Handbook part about ZTF which I found quite nice. Now back to business.
I have two 1TB Hard drives, and I'm would like to build RAID 1 (mirror).
1. Is it a good idea to make root file system on zfs in a first place?
2. Here is a file system that is created by a FreeBSD installed on ZFS mirror:
lets assume I lost disk ada0, and I have spare disk ada3, what step should I take to restore functionality on non booting system? With GMIRROR it was quite easy: gmirror forget / gmirror insert.
Thanks in advance.
PS:
Sorry, if my questions sounds too silly...
It is a first time I would like to work with ZFS. So I have plenty of silly questions. Sorry...
I read this FreeBSD Handbook part about ZTF which I found quite nice. Now back to business.
I have two 1TB Hard drives, and I'm would like to build RAID 1 (mirror).
1. Is it a good idea to make root file system on zfs in a first place?
2. Here is a file system that is created by a FreeBSD installed on ZFS mirror:
Code:
# gpart show
=> 40 1953525088 ada0 GPT (932G)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 8388608 2 freebsd-swap (4.0G)
8390656 1945133056 3 freebsd-zfs (928G)
1953523712 1416 - free - (708K)
=> 40 1953525088 ada1 GPT (932G)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 8388608 2 freebsd-swap (4.0G)
8390656 1945133056 3 freebsd-zfs (928G)
1953523712 1416 - free - (708K)
lets assume I lost disk ada0, and I have spare disk ada3, what step should I take to restore functionality on non booting system? With GMIRROR it was quite easy: gmirror forget / gmirror insert.
Thanks in advance.
PS:
Sorry, if my questions sounds too silly...