s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
6. Sharing data6.1 Using a shared partitionIf you have build your kernel with Sun disk label support and UFS support as mentioned in section building your new kernel, you are now able to mount your Solaris partitions. During boot up, you should get something similar to: hda: [PTBL] [523/255/63] hda1 hda2 < hda5 hda6 hda7 hda8 > hda3 <Polaris: [s0] hda9 [s1] hda10 [s2] hda11 [s3] hda12 [s6] hda13 [s7] hda14 >Meaning (in this case): partition 3 ( hda3 ) is a
Solaris partition with 6 slices (s0,s1,s2,s3,s6,s7). They
are mapped to Linux devices hda9 to hda14 .
Try mounting your Solaris
partitions. When mounting UFS partitions, you always have to
add an mount -oufstype=sunx86 /dev/hda14 /mntNow, test your partition. Please note: The write support on UFS partitions is very experimental. Please don't trust any data you write on your UFS partitions! If you want your Solaris partitions automatically mounted at boot time, you can add a line like /dev/hda14 /solaris ufs ufstype=sunx86 0 0to your /etc/fstab 6.2 Alternative waysAnd, of course there are always other ways of sharing data:
Next Previous Contents |