Προς το περιεχόμενο

Mac OS X: error mounting ext3 HDD


suser

Προτεινόμενες αναρτήσεις

Γειά σας είμαι καινούργιος στον κόσμο του Macintosh.

Έχω μια απορία μιας και είμαι χρήστης linux..

Πως γίνεται το Macbook μου να διαβάζει τους δίσκους μου που είναι διαμορφωμένοι σε μορφή ext3??

Όταν συνδέω το σκληρό δίσκο μου βγάζει το εξής μήνυμα λάθους.

The disk you inserted was not readable by this computer.

Καμία ιδέα??

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Γειά σας είμαι καινούργιος στον κόσμο του Macintosh.

Έχω μια απορία μιας και είμαι χρήστης linux..

Πως γίνεται το Macbook μου να διαβάζει τους δίσκους μου που είναι διαμορφωμένοι σε μορφή ext3??

Όταν συνδέω το σκληρό δίσκο μου βγάζει το εξής μήνυμα λάθους.

 

Καμία ιδέα??

 

check the bold B)

 

Hi there it's me again, the total OS X noob....

 

So OS X mounted my Windoze drives automatically, but I don't know how to mount my ext3 Linux partition.

I found a nice tool for ext2 partition on Sourceforge (http://sourceforge.net/projects/ext2fsx/'>http://sourceforge.net/projects/ext2fsx/), and it seems that it possibly could mount ext3 too, but I always get an error on mounting my ext3 partition:

Vorgang: Mount

Ger�t: disk0s3

Nachricht: Unsupported request (The filesystem may need repair. Please use Disk Utility to check the filesystem.)

Fehler: 0xF8DA000C

 

Has anyone any advice for me?

 

Greeting door

 

 

skn

InsanelyMac Geek

 

Nov 27 2006, 03:02 AM Post #2

 

 

Group: Members

Posts: 178

Joined: 12-August 05

Member No.: 4,798

 

QUOTE (doortokaos @ Nov 26 2006, 12:01 PM)

Hi there it's me again, the total OS X noob....

 

So OS X mounted my Windoze drives automatically, but I don't know how to mount my ext3 Linux partition.

I found a nice tool for ext2 partition on Sourceforge (http://sourceforge.net/projects/ext2fsx/), and it seems that it possibly could mount ext3 too, but I always get an error on mounting my ext3 partition:

Vorgang: Mount

Ger�t: disk0s3

Nachricht: Unsupported request (The filesystem may need repair. Please use Disk Utility to check the filesystem.)

Fehler: 0xF8DA000C

 

Has anyone any advice for me?

 

Greeting door

 

The GUI doesn't work. Try to mount it through the mount command (since you are a Linux user, you shouldn't have any problem to use the shell, should you?)

 

 

doortokaos

InsanelyMac Protégé

 

Nov 27 2006, 07:43 PM Post #3

 

Group: Members

Posts: 14

Joined: 10-November 06

Member No.: 63,939

 

Yeah the shell is a real handy thing...

 

So if I try to mount the partition I get an error, but first the command I tried:

#sudo -s

#mount -t ext3 /dev/disk0s3 /Volumes/Linux

mount: exec /usr/sbin/mount_ext3 for /Volumes/Linux: No such file or directory

 

I tried if it works with -t ext2 but then I get the following error:

mount_ext2: canceled automount on /dev/disk0s3 on /Volumes/Linux: Operation canceled

 

Oh and I got ext2fsx version 1.4d3...

And I'm sure that disk0s3 is the right partition...

Any ideas?

 

Greetings door

 

 

skn

InsanelyMac Geek

 

Nov 27 2006, 09:49 PM Post #4

 

 

Group: Members

Posts: 178

Joined: 12-August 05

Member No.: 4,798

 

QUOTE (doortokaos @ Nov 27 2006, 05:43 PM)

Yeah the shell is a real handy thing...

 

So if I try to mount the partition I get an error, but first the command I tried:

#sudo -s

#mount -t ext3 /dev/disk0s3 /Volumes/Linux

mount: exec /usr/sbin/mount_ext3 for /Volumes/Linux: No such file or directory

 

I tried if it works with -t ext2 but then I get the following error:

mount_ext2: canceled automount on /dev/disk0s3 on /Volumes/Linux: Operation canceled

 

Oh and I got ext2fsx version 1.4d3...

And I'm sure that disk0s3 is the right partition...

 

Any ideas?

 

Greetings door

 

You need to mount it as ext2.

Try the following:

mount_ext2 -o rdonly -x /dev/disk0s3 /Volumes/Linux

 

Disable automount if enabled via GUI.

Let me know if it works.

 

 

doortokaos

InsanelyMac Protégé

 

Nov 27 2006, 10:09 PM Post #5

 

Group: Members

Posts: 14

Joined: 10-November 06

Member No.: 63,939

 

Great that worked... But I don't see it in the Finder... Is there anyway to integrate it?

If not it won't be a big problem, copying in the shell is not very comfortable but nevertheless it works.

Thanks for the help so far.

 

Greetings

 

 

canwolf

InsanelyMac Protégé

 

Nov 28 2006, 07:49 AM Post #6

 

Group: Members

Posts: 5

Joined: 28-October 06

Member No.: 61,977

 

It seems that partitions mounted via the shell don't show up on the desktop automatically. However, if you go to Go->Go To Folder in Finder, and type in the path to your new mount point ("/Volumes/Linux" or whatever), it will open up your linux partition in GUI, and the drive icon for Linux will also magically show up on the desktop as well, as you'll see it in your applications.

 

I've added the commands to mount my ext3 partitions to /etc/rc, so that they get mounted at boot. If you do the same, you'll see these partitions in the GUI whenever you boot OS X, so you don't have to go through mounting them manually through the terminal and then making them appear using the trick described above.

 

doortokaos

InsanelyMac Protégé

 

Nov 28 2006, 08:25 AM Post #7

 

Group: Members

Posts: 14

Joined: 10-November 06

Member No.: 63,939

 

Oh very sweet... now I can access the ext3 partition through the Finder.

 

Thank you so very much. Both of you.

 

That isn't really an OS X topic, but is there something like that for OS X partitions in Windoze? So that I can access my OS X partition in Windoze?

 

 

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Το ξέρω ότι είναι λίγο ακριβό άλλα δουλεύει τουλάχιστον σε μένα....

http://www.paragon-software.com/home/extfs-mac/

Με αυτό μου δούλεψε αλλά δεν υπάρχει και δωρεάν τρόπος??

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...