I would like to access from within opensolaris (5.11)  x86.

The data is on a linux XFS partition on a PC linux box. The hosting linux box 
is non-bootable and so I have connected the IDE drive to the Solaris box. 

I then tried to mount the partition:

[i]daz at office:~# format -e
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c4d0 <DEFAULT cyl 15014 alt 2 hd 255 sec 63>
          /pci at 0,0/pci-ide at f/ide at 1/cmdk at 0,0
       1. c5t0d0 <drive type unknown>
          /pci at 0,0/pci1043,80ed at 10,4/storage at 5/disk at 0,0
       2. c5t0d1 <drive type unknown>
          /pci at 0,0/pci1043,80ed at 10,4/storage at 5/disk at 0,1
       3. c6d0 <DEFAULT cyl 31 alt 2 hd 255 sec 63>
          /pci at 0,0/pci-ide at f/ide at 0/cmdk at 0,0
Specify disk (enter its number): 

daz at office:~# mount /dev/dsk/c6d0p0 /mnt/disk
mount: /dev/dsk/c6d0p0 is not this fstype
daz at office:~# mount /dev/dsk/c6d0p1 /mnt/disk
mount: /dev/dsk/c6d0p1 is not this fstype
daz at office:~# mount /dev/dsk/c6d0p2 /mnt/disk
mount: /dev/dsk/c6d0p2 is not this fstype
daz at office:~# mount /dev/dsk/c6d0p3 /mnt/disk
mount: /dev/dsk/c6d0p3 is not this fstype
daz at office:~# mount /dev/dsk/c6d0p4 /mnt/disk
mount: /dev/dsk/c6d0p4 is not this fstype
daz at office:~# mount /dev/dsk/c6d0s0 /mnt/disk
mount: /dev/dsk/c6d0s0 no such device
daz at office:~# mount /dev/dsk/c6d0s1 /mnt/disk
mount: /dev/dsk/c6d0s1 no such device
daz at office:~# mount /dev/dsk/c6d0s2 /mnt/disk
mount: /dev/dsk/c6d0s2 is not this fstype
daz at office:~# mount /dev/dsk/c6d0s3 /mnt/disk
mount: /dev/dsk/c6d0s3 no such device
daz at office:~# mount /dev/dsk/c6d0s4 /mnt/disk
mount: /dev/dsk/c6d0s4 no such device
daz at office:~# mount /dev/dsk/c6d0s5 /mnt/disk
mount: /dev/dsk/c6d0s5 no such device

daz at office:~# fstyp /dev/dsk/c6d0p0
unknown_fstyp (no matches)
daz at office:~# fstyp /dev/dsk/c6d0p1
unknown_fstyp (no matches)
daz at office:~# fstyp /dev/dsk/c6d0p2
unknown_fstyp (no matches)
daz at office:~# fstyp /dev/dsk/c6d0p3
unknown_fstyp (no matches)
daz at office:~# fstyp /dev/dsk/c6d0p4
unknown_fstyp (no matches)


[/i]

What is the best method for mounting the linux partition - is it even possible?
 
 
This message posted from opensolaris.org

Reply via email to