e72c
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I'm a Linux user, quite new to FreeBSD. I recently installed FreeBSD 8.2-RELEASE amd64 as a backup server. These backups consist of the synchronisation between SAN snapshots of the FS I want to backup and ZFS filesytems. In order to mount my Linux FS, I installed the port of e2fsprog, and it works great for ext2/3, but not for ext4 : I can fsck it : Code:
endor# fsck_ext2fs /dev/da1s2 e2fsck 1.41.14 (22-Dec-2010) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/da1s2: 63569/657072 files (0.2% non-contiguous), 498732/2624256 blocks Code:
endor# mount -t ext2fs /dev/da1s2 /mnt mount: /dev/da1s2 : Invalid argument Code:
WARNING: mount of da1s2 denied due to unsupported optional features Code:
root@xen0adm1:~# tune2fs -O ^flex_bg /dev/iscsi/xen0adm1-2011-09-30-14p2 tune2fs 1.41.12 (17-May-2010) Clearing the flex_bg flag would cause the the filesystem to be inconsistent. root@xen0adm1:~# tune2fs -O ^uninit_bg /dev/iscsi/xen0adm1-2011-09-30-14p2 tune2fs 1.41.12 (17-May-2010) root@xen0adm1:~# tune2fs -O ^dir_index /dev/iscsi/xen0adm1-2011-09-30-14p2 tune2fs 1.41.12 (17-May-2010) root@xen0adm1:~# tune2fs -O ^extents /dev/iscsi/xen0adm1-2011-09-30-14p2 tune2fs 1.41.12 (17-May-2010) Clearing filesystem feature 'extent' not supported. So my question is, is it a way to mount an ext4 fs on FreeBSD? Even in ro, without journal. Thank you, jC Last edited by DutchDaemon; October 6th, 2011 at 18:42. |
|
#2
|
|||
|
|||
|
Unfortunately, there's currently no way to mount ext4 slice. The original driver was created for ext2, still, it somehow works also with ext3, but not with ext4.
|
|
#3
|
|||
|
|||
|
I read that it was not possible, but this page made me think I missed something...
"This project implements preallocation in ext2fs and update ext2fs to be able to read ext4 file systems and possibly add other functionality, such as write ext4 file systems." |
|
#4
|
|||
|
|||
|
Aren't ext3 and ext4 back compatible with ext2?
|
|
#5
|
|||
|
|||
|
ext3 mostly is, ext4 mostly is not
![]() Adam |
|
#6
|
|||
|
|||
|
Ext3 is forward compatible with ext4. An ext4 system can be mounted as ext3 if extents aren't enabled. Is ext2fs feature complete for ext3?
|
|
#7
|
||||
|
||||
|
You can mount an ext3 filesystem on FreeBSD by mounting it as ext2.
Last I checked, you could not mount an ext3 filesystem as ext3. |
![]() |
| Tags |
| ext4 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UFS vs EXT3 vs EXT4 vs HAMMER vs NTFS vs zfs | alie | Storage | 28 | November 17th, 2011 01:52 |
| [kFreeBSD - closed] Mounting an ext4 file system | alanl | System Hardware | 3 | April 6th, 2011 22:34 |
| Complete command to mount ext3 or ext4 filesystem | cola | General | 7 | November 29th, 2010 01:15 |
| Phoronix ZFS vs UFS vs EXT4 vs Btrfs | trybeingarun | General | 17 | August 31st, 2010 19:16 |