Displaying 4 results from an estimated 4 matches for "ad0s2e".
Did you mean:
  ad0s1e
  
2008 Jun 22
0
disk label and geli encrypted slice
Hello,
I'm using geli on laptop PC with only one HDD. Disk is divided into two 
slices, ad0s1 and ad0s2. Second slice (ad0s2) is encrypted with GEOM ELI 
using two-factor authentication - passphrase plus keyfile on USB drive. 
FreeBSD is installed on ad0s2.eli and first slice is not used by this 
system so let's say that I've got a full disk encryption.
Now my question - is it safe
2003 Jun 20
3
su: no directory
...wx---  17 admin   core    1024 Jun 20 17:56 admin
$ ypcat passwd | grep admin
admin:<snip>:<snip>:<snip>:Administrator:/home/admin:/bin/sh
$ ls -l /bin/sh
-r-xr-xr-x  1 root  wheel  740848 Jun  5 03:54 /bin/sh
$ mount
/dev/ad0s2a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/ad0s2e on /tmp (ufs, local, soft-updates)
/dev/ad0s2f on /usr (ufs, local, soft-updates)
/dev/ad0s2d on /var (ufs, local, soft-updates)
frigi:/home on /usr/home (nfs, nodev, nosuid)
2003 Jul 28
1
Strange results after partition-full condition...
...sr partition ran out of disk space.  Now the
partition shows up as:
(21) df -k
Filesystem  1K-blocks    Used   Avail Capacity  Mounted on
/dev/ad0s2a    251950   35550  196244    15%    /
/dev/ad0s2f    241870      10  222512     0%    /tmp
/dev/ad0s2g   2064302 -164180 2063338    -9%    /usr
/dev/ad0s2e    257998   61258  176102    26%    /var
/dev/ad0s2h   1311026  676644  529500    56%    /Users
This has persisted through a bunch of 'sync's and a system
reboot.  Actually it had started as -1% capacity, but went
to -9% as I removed files (like all of /usr/obj/usr/src ).
I have some othe...
2008 May 19
2
Suspend/resume on IBM X31
...powerd before suspending, I get
the following extra kernel messages (hand transcribed):
acpi_ec0: warning: EC done before starting event wait
subdisk0: detached
ad0: detached
and any subsequent attempts to access the disk (eg. dmesg>/some/file,
kldstat) produce errors of the form:
g_vfs_done(): ad0s2e[READ(offset=8478572544, length=16384)] error=6
and eventually another panic.
Of course if /etc/rc.suspend worked, I could disable powerd before
suspending :-/. If anyone has any ideas, I'd love to hear them, and
I'll provide any more info that's needed. Other than this, I'm really...