...Yes, they say ext2fs can access ext4 filesystems (actually, the man page says "It currently implements most of the features required by ext3 and ext4 file systems. Support for Extended Attributes in ext4 is experimental. Journalling and encryption are currently not supported."), but I...
...newer ext4 features/flags that the current bhyve grub2 loader doesn't understand, so you end up at the grub console. Even trying with to use `ext3` on a separate `/boot` partition doesn't seem to work for me.
And using the `uefi` loader doesn't (initially) work either, because it goes to a...
...+117,26 @@ GRUB_MOD_LICENSE ("GPLv3+");
* journal because they will ignore the journal, but the next
* ext3 driver to mount the volume will find the journal and
* replay it, potentially corrupting the metadata written by
- *...
...and 'swap'.
I would give '/boot' a 1GB partition, 'swap' a 2GB partition, and '/' whatever is left over. The trick is to specify the use of ext3 on the '/boot' partition. I used ext4 on '/'. After that, it worked!
I am still struggling a bit though. I am trying to automate the loading of...
K. I just try to rule out the simple ones. They are not seldom overseen.
If exfat and ntfs are no options your choices getting few. I don't know Android. Ain't it kind of Linux? So maybe ext2, ext3 or ext4? (I'm out of here 😅)
...talking all around this question ... but I seem to be missing any that take it head-on. So I ask here ...
I have a usb stick formatted for ext3 and intended for use as a sneakernet ( Remember that??? ) medium between a FreeBSD host and a small cluster of Linux ( Sigh! ) machines. It works...
...fusefs-exfat-1.4.0_1 Full-featured exFAT FS implementation as a FUSE module
fusefs-ext2-0.0.11_2 FUSE module to mount ext2, ext3 and ext4 with read write support
fusefs-libs-2.9.9_2 FUSE allows filesystem implementation in userspace
fusefs-ntfs-2022.10.3_1...
It can; I recently moved 20GB of data from a Linux based system over to FreeBSD using an ext4 FS as an intermediary (the production system was XFS). Files transferred 100% and the data passed integrity checking 100%.
It is, however, very slow.
...*ALL DATA IS GONE.* Verified from command line. All data is gone. (or, more likely, doesn't show.)
Then, attempted from FreeBSD to access ext3 external drive, drive shows read only.
Then, attempted from FreeBSD to access ext4 external drive, drive shows read only.
Apparently all ext*...
...what is the best file system for external use (thumb drives and external hard drive(s)/enclosures)?
Some possibilities at this point:
ext2
ext3/4 - (I heard there can be incompatibilities between linux versions / ext3/4, not sure if true, but journaling is not good for thumb drives.)
UFS...
...on a different OS -- installed on the same physical machine (with no control over where things are actually residing on that media).
Create a EXT3 FS on the FreeBSD box and repeat the test. Or, UFS on the Linux. Or, both FSs (different partitions/slices) on either OS. So you can see what...
Thank you, but I keep repeating: I don't compare UFS to EXT3! It's all about the poor results of disk operations most likely resulting from the hardware specifications and its support by FreeBSD, but I don't know how to prove it and whether there is a way to improve these values.
It's not that. Debian puts /tmp on tmpfs. My little show&tell above did the same, as you can see it was lightning fast. I could have used /tmp but I limit my /tmp to 300MB. You can do the same as debian with the following in fstab.
tmpfs /tmp tmpfs...
...could cause significant differences in this case (just 500MiB), perhaps a developer can confirm this, but I would check the UFS Block Size and EXT3 Block Size from booth.
Larger block size will perform less I/O operations on disk partition.
On FreeBSD you can check this using dumpfs -s...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.