openbsd怎样mount linux系统

我使用openBSD系统想mount一个linux系统,但是不行,报如错误:
#
# fdisk wd1                                                            
Disk: wd1       geometry: 5169/240/63 [78165360 Sectors]
Offset: 0       Signature: 0xAA55
            Starting         Ending         LBA Info:
#: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
*0: 83      0  32  33 -     67 206  30 [        2048:     1024000 ] Linux files*
1: 8E     67 206  31 -   5169 137  57 [     1026048:    77137920 ] Linux LVM   
2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
#
#
# disklabel wd1
# /dev/rwd1c:
type: ESDI
disk: ESDI/IDE disk
label: WDC WD400EB-42CP
uid: 0000000000000000
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 240
sectors/cylinder: 15120
cylinders: 5169
total sectors: 78165360
boundstart: 0
boundend: 78165360
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:         78165360                0  unused                  
  i:          1024000             2048  ext2fs                  
  j:         77137920          1026048 unknown                  
#
#
# mount -a /dev/wd1i /mnt/use
mount_ext2fs: /dev/wd1i on /mnt/use: specified device does not match mounted device
#
#
# mount -a /dev/wd1j /mnt/use
mount_ffs: /dev/wd1j on /mnt/use: Invalid argument
#
/mnt/use是我在/mnt下建的一个目录。不知我哪里错了请大家指点。

作者: czjin   发布时间: 2011-01-11

我用openBSD再mount一个freebsd系统好像也不对,是如下结果:
# fdisk wd1
Disk: wd1       geometry: 5169/240/63 [78165360 Sectors]
Offset: 0       Signature: 0xAA55
            Starting         Ending         LBA Info:
#: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
*0: A5      0   1   1 -   5169 159  63 [          63:    78165297 ] FreeBSD     
1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
# disklabel wd1
# /dev/rwd1c:
type: ESDI
disk: ESDI/IDE disk
label: ST340015A      
uid: 0000000000000000
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 240
sectors/cylinder: 15120
cylinders: 5169
total sectors: 78165360
boundstart: 0
boundend: 78165360
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:         78165360                0  unused                  
  i:         78165297               63 unknown                  
# mount -a /dev/wd1i /mnt/use
mount_ffs: /dev/wd1i on /mnt/use: Device busy
#

作者: czjin   发布时间: 2011-01-11