Xiaofan Chen wrote: > It seems to me I can only access the FreeBSD partition's /root slice only > under Linux and I can not see the other slices like /usr or /home. > > > > What is the correct command to mount the FreeBSD partition under Linux? > I am using Ubuntu 6.10 here. > I'm not 100% sure the UFS modules are loaded in the kernel by default with Ubuntu - never looked into it. Anyway, to mount for BSD<5: mount -r -t ufs -o ufstype=44bsd /dev/hda1 /mnt/point And to mount for BSD>5: mount -r -t ufs -o ufstype=ufs2 /dev/hda1 /mnt/point That's about all I can help.... Sorry. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist