LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   SuSE 9.1 doesn't "see" Solaris 10 (https://www.linuxquestions.org/questions/suse-opensuse-60/suse-9-1-doesnt-see-solaris-10-a-314398/)

cristina_crow 04-18-2005 02:53 AM

SuSE 9.1 doesn't "see" Solaris 10
 
I have a big problem right now...I have just managed to install SuSE 9.1... It was the first to recognize my SATA (Slack and RedHat didn't), but I have another partition ( /dev/sda3), with Solaris 10.
What can I do?

on "fdisk -l" it sees /dev/sda1 as NTFS => Windows
/dev/sda5 and sda6 as NTFS (D: and E:)
/dev/sda7 ext3 (SuSE)
/dev/sda8 Linux swap
and the /dev/sda3 , which should be the Solaris, says: File System UNKNOWN

What can i do?

Thoreau 04-18-2005 03:16 AM

UFS filesystem support needs to be enabled in the kernel. If it's not on by default, you will need to enable it and recompile the kernel. Solaris uses UFS by default.

modprobe ufs
mount -t ufs /dev/sda3 /mnt/solaris

Here is a detailed write up on the subject.
http://met.dnsalias.net:1111/sol-howto/sol-howto.html

cristina_crow 04-19-2005 02:33 AM

hey, 10x for the advice
i'm going to see that right away...i'll come back if i find new problems
thank you

makke_the_muss 04-21-2005 12:21 PM

Be carefull to write to a disk with UFS on its still a unstable module and its very likely that u damage the file system mount it read only I had fucked up a couplle of boxes that way

cristina_crow 04-26-2005 01:37 AM

I dont understand
please, could you be more explicit?


All times are GMT -5. The time now is 06:08 AM.