Displaying 4 results from an estimated 4 matches for "ad2s1a".
Did you mean:
ad0s1a
2008 Sep 03
1
bugged sysinstall, bsdlabel, zfs, gmirror - recept for disaster :)
...l, and
follow system upgrade
3. Reboot in single user mode
4. fdisk new disks with sysinstall using one big slice for every disk
5. bsdlabel every new disk with sysinstall using: 1GB for /, 512MB
for swap, and rest unused (for ZFS)
6. gmirror -n -v -b round-robin boot ad0s1a ad2s1a ad3s1a
7. newfs /dev/mirror/boot
8. mount /dev/mirror/boot /mnt && cd /mnt
9. dump -h 0 -L -f - -C 32 / | restore rf -
10. zpool create tank raidz ad0s1d ad2s1d ad3s1d
11. zfs create new cool filesystems :)
12. dump | restore old ufs2 filesystem to new cool zfs files...
2003 Aug 04
4
bootstrapping vinum root
...create ad[23]s1d for root, 128M+265s in size, type vinum
- start vinum and create mroot mirror volume
- dump'n'restored root partition there
- tune new fstab and /boot/loader.conf according to Joerg's comments.
Alas, all I have is BTX registers dump.
I did also check that if I create ad2s1a instead of vinum partition, I can boot
from that prepaired disk.
BTW, Joerg did promised a bit of documentation for vinum roots, but I failed
to find it...
Any suggestions? Thanks a lot in advance.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
--------------...
2006 Apr 19
0
AHC Panic
...HECKS
/dev/ad2s1g: clean, 35322687 free (74535 frags, 4406019 blocks, 0.1% fragmentation)
/dev/da1s1a: clean, 508234 free (6146 frags, 62761 blocks, 0.8% fragmentation)
/dev/da0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/da0s1a: clean, 224734 free (670 frags, 28008 blocks, 0.1% fragmentation)
/dev/ad2s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad2s1a: clean, 123038 free (1206 frags, 15229 blocks, 0.3% fragmentation)
/dev/da0s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/da0s1e: clean, 177737 free (1441 frags, 22037 blocks, 0.3% fragmentation)
Setting hostname: cwtest.
vfs.nfsrv.async: 0 -> 1
ed0:...
2006 Jul 11
1
Integrity checking NANOBSD images
...then do something like
e.g.
# ssh remote1.example.com "mkdir /tmp/rand-directory"
# scp /usr/local/bin/sha256 remote1.example.com:/tmp/rand-directory/sha256
# scp /usr/local/bin/dd remote1.example.com:/tmp/rand-directory/dd
# ssh remote1.example.com "/tmp/rand-directory/dd if=/dev/ad2s1a
bs=4096k | /tmp/rand-directory/sha256"
120+1 records in
120+1 records out
505389056 bytes transferred in 169.727727 secs (2977646 bytes/sec)
955ebad583bfc0718eb28ac89563941407294d5c61a0c0f35e3773f029cc0685
Can I be reasonably certain the image has not been tampered with
? Or are there triv...