[opensuse] my SuSE can not access a solaris partition. It's weird.
Dear my friends.... I Installed 3 os-es in one harddisk, namely: solaris, suse10.2 and puppylinux. I mainly work with SuSE that's why my SuSE should also be able to read/write on the puppy'es and the solaris partitions. reading/writing onto the puppy'es partition by my beloved SuSE has no problem absolutely. But my SuSE can not read/write on the solaris'es partition. Solaris is on hda1 puppy is on hda2 and the SuSE is on hda3 both of them are primary partitions. the puppy'es and the SuSE use ext2 partition. and the solaris use default as it installed namely ext3. the number of cylinder is 1024. here's the output from fdisk: " Command (m for help): p Disk /dev/hda: 40.0 GB, 40007761920 bytes 255 heads, 63 sectors/track, 4864 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 2 2296 18434587+ bf Solaris /dev/hda2 2297 2801 4056412+ 83 Linux /dev/hda3 * 2802 4864 16571047+ 83 Linux " Here's my try: " suseonthelap:/home/patrik # mount /dev/hda1 /media/sementara2 mount: you must specify the filesystem type suseonthelap:/home/patrik # mount -t ext3 /dev/hda1 /media/sementara2 mount: wrong fs type, bad option, bad superblock on /dev/hda1, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so suseonthelap:/home/patrik # " Please tell me that I can do for making my SuSE be able to work (read/write) on the solaris'es partition. Thank you very much in advance. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am Montag, 23. Juli 2007 schrieb Patrik Hasibuan:
Dear my friends....
I Installed 3 os-es in one harddisk, namely: solaris, suse10.2 and puppylinux.
I mainly work with SuSE that's why my SuSE should also be able to read/write on the puppy'es and the solaris partitions.
reading/writing onto the puppy'es partition by my beloved SuSE has no problem absolutely. But my SuSE can not read/write on the solaris'es partition.
Solaris is on hda1 puppy is on hda2 and the SuSE is on hda3
both of them are primary partitions.
the puppy'es and the SuSE use ext2 partition. and the solaris use default as it installed namely ext3.
Why do you think, that solaris is using ext3 as filesystem ? AFAIK solaris uses some variant of ufs and you also need an ufstype parameter for the exact subtype of ufs ( see man mount) . -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 23 July 2007 02:13:12 Markus Koßmann wrote:
Am Montag, 23. Juli 2007 schrieb Patrik Hasibuan:
Dear my friends....
I Installed 3 os-es in one harddisk, namely: solaris, suse10.2 and puppylinux.
I mainly work with SuSE that's why my SuSE should also be able to read/write on the puppy'es and the solaris partitions.
reading/writing onto the puppy'es partition by my beloved SuSE has no problem absolutely. But my SuSE can not read/write on the solaris'es partition.
Solaris is on hda1 puppy is on hda2 and the SuSE is on hda3
both of them are primary partitions.
the puppy'es and the SuSE use ext2 partition. and the solaris use default as it installed namely ext3.
Why do you think, that solaris is using ext3 as filesystem ? AFAIK solaris uses some variant of ufs and you also need an ufstype parameter for the exact subtype of ufs ( see man mount) .
I think Solaris uses ZFS. There is a project to make ZFS filesystems available under Linux via fuse, but I don't think it's particularly mature at the moment. Jon -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Jul 22, 2007, at 8:46 PM, Jonathan Ervine wrote:
On Monday 23 July 2007 02:13:12 Markus Koßmann wrote:
Am Montag, 23. Juli 2007 schrieb Patrik Hasibuan:
Dear my friends....
I Installed 3 os-es in one harddisk, namely: solaris, suse10.2 and puppylinux.
I mainly work with SuSE that's why my SuSE should also be able to read/write on the puppy'es and the solaris partitions.
reading/writing onto the puppy'es partition by my beloved SuSE has no problem absolutely. But my SuSE can not read/write on the solaris'es partition.
Solaris is on hda1 puppy is on hda2 and the SuSE is on hda3
both of them are primary partitions.
the puppy'es and the SuSE use ext2 partition. and the solaris use default as it installed namely ext3.
Why do you think, that solaris is using ext3 as filesystem ? AFAIK solaris uses some variant of ufs and you also need an ufstype parameter for the exact subtype of ufs ( see man mount) .
I think Solaris uses ZFS. There is a project to make ZFS filesystems available under Linux via fuse, but I don't think it's particularly mature at the moment.
Solaris by default still uses UFS. The issue is that Solaris UFS has the same partition id as Linux swap space which is 83 I believe. This would make Linux by default see a Solaris partition as swap space. :) If one wants to mount it then UFS support must be loaded into the Linux kernel and the FS specified when mounting it. That's about all that need be taken into account. -- "We should forgive our enemies. But not before they are hanged." Heinrich Heine -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Benjamin Rosenberg
-
Jonathan Ervine
-
Markus Koßmann
-
Patrik Hasibuan