Menu

#81 Cannot write on ext2/ext3 with Leopard

open
5
2008-03-12
2008-03-12
No

I can easily mount ext2 and ext3-partitions on a MacBook Air using 10.5.2 Leopard. Unfortunatly I can't write on these partitions. I tried checking them with e2fsck, converting the ext3-partition to a ext2-partition, to no avail. It always mounts read-only:

/dev/disk2s3 on /Volumes/Storage (ext2, local, nodev, nosuid, read-only, noowners)

It says in the "info"-part, that it is not writable. But why?

Nom IOKit : Untitled 3
Périphérique : disk2s3
Éjectable : Non
DVD/CD: Non
Point de montage : /Volumes/Storage
Inscriptible : Non
Système de fichier : Linux Ext2
UUID du volume : B214B898-84D6-4954-A3D5-E042122D72C4
Nom du volume : Storage
Autorisations activées : Non
Supporte la journalisation : Non
Journalisé : Non
Supporte les fichiers à trous : Oui
Noms sensibles à la casse : Oui
Noms préservant la casse : Oui
Capacité : 1'3'7.21 GB (1'4'7'3'3'1'2'1'5'3'6'0 octets)
Espace libre : 2'9.78 GB (3'1'9'7'6'9'2'3'1'3'6 octets)
Taille de bloc : 4'0'9'6 octets
Nombre de blocs : 3'5'4'0'5'0'1'3
Nombre de fichiers : 1'0'6'8'6'1
Nombre de dossiers : 4'3'3'6'5

Spécifique à Ext2/3 :

Dossiers indexés : Oui
Fichiers larges : Oui

Discussion

  • Linus Gasser

    Linus Gasser - 2008-03-19

    Logged In: YES
    user_id=40052
    Originator: YES

    I found a flag that doesn't work with this ext2. It can be disabled from a linux-system with the following command:

    sudo tune2fs -O ^dir_index /dev/sdb3

    Then you need to re-check the system:

    sudo e2fsck -fyD /dev/sdb3

    After that it works also under MacOSX...

     
  • Nobody/Anonymous

    Logged In: NO

    try to turn off disk indexing...
    and be carefull, on mactel, this driver is much less reliable than on ppc mac. at least on tiger 10.4.11 (ppc) vs tiger 10.4.7 (x86)

     
  • Linus Gasser

    Linus Gasser - 2008-03-24

    Logged In: YES
    user_id=40052
    Originator: YES

    Yes, I saw that it's unstable on Mactel, I had to reboot 4 times already or so :( Any hint on to where it does that?

    Any other ext2-driver for MacOS? ext2fuse perhaps?

    OT: But all my tries to install Ubuntu on the machine didn't work so far, as I don't have an external CD-ROM... This must be the reason they didn't ship one with it ;)

     
  • Eric

    Eric - 2008-04-02

    Logged In: YES
    user_id=1779392
    Originator: NO

    I'm having this issue too with 10.5.2...any progress on fixing it? It'd be worth some money to me to get this fixed...

     
  • Nobody/Anonymous

    Logged In: NO

    same here. same version. partition is mounted as read only. How to mount it rw?

     
  • Nobody/Anonymous

    Logged In: NO

    Yes, turning off dir_index will work, but I have seen several kernel panic after using this driver extensively for writing to ext2 partition. It isn't stable on Intel Mac at all.

     
  • Nobody/Anonymous

    Logged In: NO

    You should desactivate the index directory and then it will work fine....

     
  • Nobody/Anonymous

    It's because dir_index is set to Oui you will have to change dir_index with tune2fs to No to allow write mount.

     

Log in to post a comment.

MongoDB Logo MongoDB