Datenübernahme von Linux-Datenträger...

  • Ersteller Quicksilver1976
  • Erstellt am
Q

Quicksilver1976

Aktives Mitglied
Thread Starter
Dabei seit
12.07.2002
Beiträge
437
Reaktionspunkte
0
Hallo Zusammen.

Ich habe hier noch aus der Vergangenheit einen Suse Linux 7.3 Server stehen mit ca. 160 GB Plattenplatz und leider auch über 100 GB Daten drauf die ich doch ganz gerne mal runterbrennen würde.

Jetzt bin ich es allerdings leid 100 GB an Daten über die Netzwerkleitung zu ziehen da ich den Server schlicht und ergreifend loswerden will und zumindest eine der Platten auch dauerhaft im Mac bleiben soll.

Meine Frage ist daher, ist es grundsätzlich möglich eine Linux Platte unter OSX zu mounten und wenn ja wie?
 
Wenn es sich um ein entsprechendes Filesystem handelt (UFS).

Auf www.linuxhd.com gibt es eine entsprechende Anleitung für, allerdings von Seiten des Linux-Rechners aus. Workaround wäre, Platte unter OS X mit UFS formatieren, dann in den Linux-Rechner einbauen, Daten überspielen, wieder in Mac einbauen.

Nötig dazu wäre:

USING UFS
=========

mount -t ufs -o ufstype=type_of_ufs device dir

UFS OPTIONS
===========

ufstype=type_of_ufs
UFS is a file system widely used in different operating systems.
The problem are differences among implementations. Features of
some implementations are undocumented, so its hard to recognize
type of ufs automatically. That's why user must specify type of
ufs manually by mount option ufstype. Possible values are:

old old format of ufs
default value, supported os read-only

44bsd used in FreeBSD, NetBSD, OpenBSD
supported os read-write

sun used in SunOS (Solaris)
supported as read-write

sunx86 used in SunOS for Intel (Solarisx86)
supported as read-write

nextstep
used in NextStep
supported as read-only

nextstep-cd
used for NextStep CDROMs (block_size == 2048)
supported as read-only

openstep
used in OpenStep
supported as read-only

POSSIBLE PROBLEMS
=================

There is still bug in reallocation of fragment, in file fs/ufs/balloc.c,
line 364. But it seem working on current buffer cache configuration.

USING UFS
=========

mount -t ufs -o ufstype=type_of_ufs device dir

UFS OPTIONS
===========

ufstype=type_of_ufs
UFS is a file system widely used in different operating systems.
The problem are differences among implementations. Features of
some implementations are undocumented, so its hard to recognize
type of ufs automatically. That's why user must specify type of
ufs manually by mount option ufstype. Possible values are:

old old format of ufs
default value, supported os read-only

44bsd used in FreeBSD, NetBSD, OpenBSD
supported os read-write

sun used in SunOS (Solaris)
supported as read-write

sunx86 used in SunOS for Intel (Solarisx86)
supported as read-write

nextstep
used in NextStep
supported as read-only

nextstep-cd
used for NextStep CDROMs (block_size == 2048)
supported as read-only

openstep
used in OpenStep
supported as read-only

POSSIBLE PROBLEMS
=================

There is still bug in reallocation of fragment, in file fs/ufs/balloc.c,
line 364. But it seem working on current buffer cache configuration.
 
Aha...

Also einfach Platte aus dem Linux Kasten raus und um Mac rein scheint nicht zu sein... Weil Platte dürfte das EXT2-Filesystem haben... :(

Trotzdem danke für die Info...
 
Zurück
Oben Unten