Link to home
Start Free TrialLog in
Avatar of sifenwick
sifenwick

asked on

mount a freebsd partiton under suse10.1

Can anyone tell me the correct command to mount a freebsd partiton under linux?  I believe the partiton is a type165 in BSD terms.
SOLUTION
Avatar of rindi
rindi
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sifenwick
sifenwick

ASKER

I have tried:

mount -t ufs /dev/hdc1  /freeBSD  
mount -t ext2 /dev/hdc1  /freeBSD  
mount -t ext3 /dev/hdc1  /freeBSD  
do you mean no working ?? what's the out come / error ?? more input will help EE to give out comment
How about just mount /dev/hdc1 /freeBSD


if still no goal

usig fdisk to check the file system type

fdisk /dev/hdc

command : P

to display the partition info. and post the data here may help
If you want to mount to /freeBSD you must first make sure that folder exists!