On Fri, Dec 04, 1998 at 01:09:17AM +0000, Justin Georgeson wrote:

| Hard drive stuff:
|     I installed Solaris (x86) on my computer using a second hard drive.

Linux and FreeBSD are quite often far more useful than Solaris x86.
But if that's what you want, go for it ...

| I ended up with one giant extended partition and I believe 3 logical
| partitions within it. I would like to mount one of the logical
| partitions in Linux. Here's what fdisk tells me about /dev/hdb (the
| Solaris drive):
| 
| [root@sark /root]# fdisk /dev/hdb
| 
| Command (m for help): p
| 
| Disk /dev/hdb: 128 heads, 63 sectors, 620 cylinders
| Units = cylinders of 8064 * 512 bytes
| 
|    Device Boot   Begin    Start      End   Blocks   Id  System
| /dev/hdb1   *        2        2      617  2483712   82  Linux swap
| 
| Looks a little suspicious to me.

Maybe, maybe not.  It definately appears to have a valid partition
table, so it just may be that it uses the same partition type as Linux
uses for it's swap files.  You definately won't be able to mount this
as is, but you may have some luck if you recompile your kernel
(especially using a late 2.1.x) and look into the Sun partition table
support and the UFS support.  It may work, it may not (read the help,
it should tell what it supports and what it doesn't support.)

| So here's what happens if I run fdisk
| on /dev/hdb1:
| 
| [root@sark /root]# fdisk /dev/hdb1

That's definately wrong.  You never do the fdisk on a partition, you
instead do it on the drive device - /dev/hda, not /dev/hda1.  You were
right the first time ...

-- 
Doug McLaren, [EMAIL PROTECTED]
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to