I'm gnu/Debian user and I switched to BSD, I have problem on BSD.
I want to mount a logical partition that is in a extended partition,
but in freebsd when I type fdisk /dev/ad4, I see only my primary
partitions and an extended partition, but fdisk didn't show me
partitions that resides in extended partition.
any help welcome!
Thanks,
--
Ali Shirvani
I'm thining fdisk isn't what you want to run.
use disklabel.
disklabel -r /dev/ad4s1
you may need to fiddle with that s1 value though. I don't have any freeBSD
machines that aren't "dangerously dedicated".
Anyways, the output of that will tell you what you can mount, for example
ad4s1e or whatever it may be.