hallo, hab mir von SuSE vor kurzen das FreeBSD 3.3 bestellt. jetzt möchte ich wissen, ob man das auch unter linux mounten kann. bsd liegt bei mir unter /dev/hda2 ein mount -t ufs /dev/hda2 /mnt oder mount -t auto /dev/hda2 /mnt funktionieren ohne fehlermeldung, aber ich finde dann unter /mnt nichts. vermutlich liegt es daran, daß freebsd seine partition intern noch mal in slices zerlegt. frage: unterstützt linux das??? muß ich dazu nen kernel bauen, und wenn ja, wo finde ich daß (fand bisher nur unterstützung für ufs und daß läuft ja schon) ich hab kernel 2.2.10 markus --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
On Sat, 29 Jan 2000, jais wrote: [free BSD mounten]
unterstützt linux das??? muß ich dazu nen kernel bauen,
Ja.
und wenn ja, wo finde ich daß (fand bisher nur unterstützung für ufs und daß läuft ja schon) ich hab kernel 2.2.10
make menuconfig -> filesystems -> Partition Types FreeBSD uses its own hard disk partition scheme on your PC. It requires only one entry in the primary partition table of your disk and manages it similarly to DOS extended partitions, putting in its first sector a new partition table in BSD disklabel format. Saying Y here allows you to read these disklabels and further mount FreeBSD partitions from within Linux if you have also said Y to "UFS filesystem support", above. If you don't know what all this is about, say N. CU Dirk -- Linux - Less bugs for less bucks! --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
Dirk Pirschel wrote:
On Sat, 29 Jan 2000, jais wrote:
[free BSD mounten]
unterstützt linux das??? muß ich dazu nen kernel bauen,
Ja.
und wenn ja, wo finde ich daß (fand bisher nur unterstützung für ufs und daß läuft ja schon) ich hab kernel 2.2.10
make menuconfig -> filesystems -> Partition Types
FreeBSD uses its own hard disk partition scheme on your PC. It requires only one entry in the primary partition table of your disk and manages it similarly to DOS extended partitions, putting in its first sector a new partition table in BSD disklabel format. Saying Y here allows you to read these disklabels and further mount FreeBSD partitions from within Linux if you have also said Y to "UFS filesystem support", above. If you don't know what all this is about, say N.
ich hab jetzt nen kernel mit unterstützung für ufs und freebsd-slices gebaut. aber immer noch das selbe problem. das mounten geht, aber unter dem mountpoint ist nichts zu finden. muß ich hier beim mounten noch etwas extra angeben??? ich versuchte: mount -t ufs /dev/hda2 /mnt
CU Dirk
-- Linux - Less bugs for less bucks!
--------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
-- Markus Jais jais@rz.fh-muenchen.de http://www.informatik.fh-muenchen.de/~ifw98098 May the source be with you!!!! --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
jais wrote:
ich hab jetzt nen kernel mit unterstützung für ufs und freebsd-slices gebaut. aber immer noch das selbe problem. das mounten geht, aber unter dem mountpoint ist nichts zu finden. muß ich hier beim mounten noch etwas extra angeben??? ich versuchte: mount -t ufs /dev/hda2 /mnt
Hallo, chau doch mal in /usr/src/linux/Documentation/filesystems/ufs.txt Der mount-Befehl sieht etwas anders aus... Z.B. könnte mount -t ufs -o ufstype=44bsd /dev/hda2 /mnt bei Dir funktionieren. Gruß, Martin --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
Martin Stark wrote:
jais wrote:
ich hab jetzt nen kernel mit unterstützung für ufs und freebsd-slices gebaut. aber immer noch das selbe problem. das mounten geht, aber unter dem mountpoint ist nichts zu finden. muß ich hier beim mounten noch etwas extra angeben??? ich versuchte: mount -t ufs /dev/hda2 /mnt
Hallo,
schau doch mal in /usr/src/linux/Documentation/filesystems/ufs.txt
Der mount-Befehl sieht etwas anders aus... Z.B. könnte
mount -t ufs -o ufstype=44bsd /dev/hda2 /mnt
danke, das funktioniert schon besser. leider muß ich aber noch mal was fragen ich kann nicht alle verzeichnisse anschauen. wenn ich eingebe: /mnt $ cd home # das ist ein link aus usr/home heißt es: no such file or directory wenn ich eingebe: /mnt $ cd usr ist das verzeichnis leer. das ist ein problem, da freebsd fast alles (so auch die home-verzeichnisse) unter /usr ablegt. leider finde ich dazu in der doku zu den filesystems nichts markus
bei Dir funktionieren.
Gruß, Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
-- Markus Jais jais@rz.fh-muenchen.de http://www.informatik.fh-muenchen.de/~ifw98098 May the source be with you!!!! --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
* jais wrote on Sun, Jan 30, 2000 at 22:48 +0100:
Martin Stark wrote:
Der mount-Befehl sieht etwas anders aus...
mount -t ufs -o ufstype=44bsd /dev/hda2 /mnt
/mnt $ cd home # das ist ein link aus usr/home heißt es: no such file or directory
weil /usr leer ist, klar.
/mnt $ cd usr ist das verzeichnis leer.
Ich kenn UFS von Sun, und da ist es sehr üblich, für /usr eine eigenen Partition zu machen, vielleicht hilft was in der Art von: mount -t ufs -o ufstype=44bsd /dev/hda3 /mnt/usr (oder wie Deine usr Part. heißen könnte...) oki, Steffen -- Dieses Schreiben wurde maschinell erstellt, es trägt daher weder Unterschrift noch Siegel. --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
participants (4)
-
dirk@pirschel.de
-
jais@rz.fh-muenchen.de
-
Martin.Stark@rz-online.de
-
steffen@dett.de