walt wrote: > [EMAIL PROTECTED] wrote: >> My hdd is contain seven partitions: from hdb1 to hdb7. >> hdb4 is /dev/ad1s4a - DRFly partition. > > One of the first four partitions on hdb *must* be an 'extended' > partition. If hdb4 is your DragonFly partition, then your > extended partition is either 1, 2, or 3 -- correct? > >> But ls /dev/ad1* print only /dev/ad1s2 and /dev/ad1s3, i.e. not print >> extended partitions from hdb5 to hdb7. >> >> How I can mount from hdb5 to hdb7? > > Try this: > > #cd /dev > #./MAKEDEV ad1s5 > #./MAKEDEV ad1s6 > #./MAKEDEV ad1s7 > > Does that help?
Yes, it help :) I was mounting succsefull a partitions hdb5 ntfs /dev/ad1s5 and hdb3 linux /dev/ad1s3 Best regards, altnixsys.
