[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Solaris-UFS Partition mounten?



On Tue, Sep 06, 2005 at 11:37:23PM +0200, Joerg Zimmermann wrote:
> Michael Renner wrote:

[..]

> >    Device Boot      Start         End      Blocks   Id  System
> > /dev/hda1               1        1912    15358108+   7  HPFS/NTFS
> > /dev/hda2   *        1913        3500    12755610   bf  Solaris
> > /dev/hda3            4501        4864     2923830    c  W95 FAT32 (LBA)
> > /dev/hda4            3501        4500     8032500   83  Linux
> > 
> > Partition table entries are not in disk order
> > 
> > Das Modul für ufs wurde richtig geladen:
> > dab:/usr/src/linux# lsmod
> > 
> > Module                  Size  Used by    Not tainted
> > ufs                    45312   0  (unused)
> > 
> > Die Solaris-Partitionen weissen keine Besonderheiten auf:
> > Part      Tag    Flag     Cylinders         Size            Blocks
> >   0       root    wm    4007 - 12652        8.31GB    (8646/0/0)  17430336
> >   1       swap    wu       3 -   522      511.88MB    (520/0/0)    1048320
> >   2     backup    wm       0 - 12652       12.16GB    (12653/0/0) 25508448
> >   3 unassigned    wm       0                0         (0/0/0)            0
> >   4 unassigned    wm       0                0         (0/0/0)            0
> >   5 unassigned    wm       0                0         (0/0/0)            0
> >   6 unassigned    wm       0                0         (0/0/0)            0
> >   7       home    wm     523 -  4006        3.35GB    (3484/0/0)   7023744
> >   8       boot    wu       0 -     0        0.98MB    (1/0/0)         2016
> >   9 alternates    wu       1 -     2        1.97MB    (2/0/0)         4032
> 
> wie mountest Du?
> Ich habe grad kein Solaris zur Hand, muesste aber ungefaehr so aussehen:
> 
> $ mount /dev/hda2 /mnt/ -t ufs -o ro,ufstype=44bsd

Hab zwar kein Solaris x86 (nur für/auf Sparc) installiert, aber der
mount Befehl wird vermutlich nicht funktionieren.

Prüf mal ob im Kernel support für
PARTITION_ADVANCED=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_SUN_PARTITION=y

gesetzt ist.
(wobei letzteres wohl nur für Sparc Systeme sinnig ist)

Für Solaris x86 müsste der mount befehl wie folgt lauten:
mount -t ufs /dev/hda2 /meinsolaris -o ufstype=sunx86



-- 



Reply to: