What I can execiute command for mount ntfs?
walt
wa1ter at myrealbox.com
Sun Jun 11 11:39:06 PDT 2006
altnixsys at xxxxxxxxx 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?
More information about the Users
mailing list