26 replies to this topic
#1
Posted 26 November 2006 - 02: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.n...ojects/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
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.n...ojects/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
#2
Posted 27 November 2006 - 03:02 AM
doortokaos, on Nov 26 2006, 12:01 PM, said:
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.n...ojects/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
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.n...ojects/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?)
#3
Posted 27 November 2006 - 07:43 PM
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
#4
Posted 27 November 2006 - 09:49 PM
doortokaos, on Nov 27 2006, 05:43 PM, said:
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
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.
#5
Posted 27 November 2006 - 10:09 PM
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
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
#6
Posted 28 November 2006 - 07:49 AM
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.
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.
#7
Posted 28 November 2006 - 08:25 AM
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?
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?
#8
Posted 28 November 2006 - 08:52 AM
Yes. Macdrive.
#9
Posted 28 November 2006 - 11:26 AM
doortokaos, on Nov 28 2006, 06:25 AM, said:
Thank you so very much. Both of you. 
doortokaos, on Nov 28 2006, 06:25 AM, said:
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?
Even Linux partitions are not fully supported in Windoze.
Create a FAT32 partition to exchage files with Windoze. It's safer!
#10
Posted 28 November 2006 - 11:11 PM
doortokaos, on Nov 28 2006, 09:09 AM, said:
Great that worked... But I don't see it in the Finder... Is there anyway to integrate it?
Maybe you can use disktool?
Usage: -a -- Notify of mount. Adds the disk to the Disk Arbitrations
internal tables.
Useful when you have already forced the mount and want
to let applications know it.
(ex. disktool -a disk1 AFPVolName AFPFlags)
so once it is mounted try the following:
disktool -a /dev/disk0s3 Linux
I have not tried this so I might not have the syntax right or it might not work but it is worth a try.
#11
Posted 28 November 2006 - 11:25 PM
skn, on Nov 28 2006, 06:26 AM, said:
Even Linux partitions are not fully supported in Windoze.
http://www.fs-driver.org/download.html
#12
Posted 28 November 2006 - 11:50 PM
#13
Posted 29 November 2006 - 12:19 AM
Ye. All Win ext2/3 drivers are much better these days. Personally, I use...ah crap, don't remember what it's called XD
#14
Posted 29 November 2006 - 12:28 AM
skn, this one is new, and it works but so dose macdrive...hint....hint...
I totally agree that it's easy to fu** things up and I always use fat32 partitions for writing around different os's
I totally agree that it's easy to fu** things up and I always use fat32 partitions for writing around different os's
#15
Posted 29 November 2006 - 12:33 AM
#16
Posted 29 November 2006 - 06:08 AM
Well I wish I could abendon Windows, but I need to use Windowssoftware at my University, because there is nothing compareable in Linux...
Im always using the officially unsopprted partition types (e.g. ext2/3 in Windows, ntfs in OS X and so on) in readmode only. The writemodes can fu** things up thats right. But read only is sufficient to me and in that mode there shouldn't be any grave problems.
I just want to thank all of you for your hints, now I got my system nearly perfectly running.
Greetings door
Im always using the officially unsopprted partition types (e.g. ext2/3 in Windows, ntfs in OS X and so on) in readmode only. The writemodes can fu** things up thats right. But read only is sufficient to me and in that mode there shouldn't be any grave problems.
I just want to thank all of you for your hints, now I got my system nearly perfectly running.
Greetings door
#17
Posted 22 February 2007 - 05:29 PM
doortokaos, on Nov 26 2006, 02:01 PM, said:
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.n...ojects/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
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.n...ojects/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
Hi,
I have read your posting and I have a similar problem. I am trying to run a drive that seems to be ext2 or even ext3 and I want to read it/use it on a mac. I could use it on a PC but only as a last resort. I am using some software that recognises the drive but does not let me mount it - it gives me the same error message as you had above (only mine is in English
The guy who helped you out went into some Linux techy speak that I got very confused about so I was wondering if there was a simple solution you or someone else can help me with.
This would be a great help as I really can't lose this data.
Thanks!
Paul
#18
Posted 28 November 2007 - 07:06 AM
doortokaos, on Nov 26 2006, 03:01 PM, said:
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.n...ojects/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
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.n...ojects/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
here are my discoveries...
1) if you have that problem try to run fsck from the linux box (or cd live ...)... in ubuntu you have also a automatic grub boot option named recovery mode
after that osx should be able to recognize the partition
2) my REAL problem was the write access to the partition (i.e. it was always mounted in read only)... I discovered that in the release note of b3 version extfsx says that write is disabled for filesystem with dir_index feature enabled
2.1.) I tried to disable it with the command tune2fs ... I had to repair the fs from the linux box (same error of you) ... and now I have the partition ext3 in read/write enabled...
I didn't stress the thing at the moment... but I didn't find anywhere this suggestion... so I want to share with this community
PS in ext2FSmanager there the checkbox for Indexed Directory support... so perhaps it should be working, but in my case it didn't...
#19
Posted 30 March 2008 - 02:03 PM
Hi All,
I'm also a TOTAL OS X noob and i'm trying to mount my old ext3 drive on OS X (10.5.2) , i'm using ext2fsx version 1.4d3.
Using
bash-3.2# mount_ext2 -o rdonly -x /dev/disk0s2 /Volumes/Linux/
I'm getting the error:
mount_ext2: /dev/disk0s2 on /Volumes/Linux: Resource busy
can anyone help?
Thankx
palohi
I'm also a TOTAL OS X noob and i'm trying to mount my old ext3 drive on OS X (10.5.2) , i'm using ext2fsx version 1.4d3.
Using
bash-3.2# mount_ext2 -o rdonly -x /dev/disk0s2 /Volumes/Linux/
I'm getting the error:
mount_ext2: /dev/disk0s2 on /Volumes/Linux: Resource busy
can anyone help?
Thankx
palohi
#20
Posted 13 April 2008 - 01:57 AM
I have achieved a method that works great to mount ext3 partitions on OS X Startup 
http://fuz2y.blogspo...on-on-os-x.html
Enjoy ツ
http://fuz2y.blogspo...on-on-os-x.html
Enjoy ツ
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








