Search results for query: ext3

  1. Alain De Vos

    ZFS Can i shrink and partition a zfs disk?

    Can be shrunk , made smaller : ext2 ,ext3 ,ext4 , btrfs , reiserfs , lvm Not : xfs ,zfs , fat32 , fat16
  2. Alain De Vos

    Where else can tmpfs be mounted besides /tmp?

    once mounted was it ext2/ext3/ext4 , with async off & atime off, way , way ,way much faster.
  3. cracauer@

    Solved Making FreeBSD my primary operating system

    I would rather trust the in-kernel ext2fs than the fuse exFAT. Not to speak of performance.
  4. lgrant

    Solved Making FreeBSD my primary operating system

    ...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...
  5. D

    bhyve Help to spin up a Debian 13 VM with Bhyve

    ...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...
  6. T

    Other mdconfig query

    No need for 3rd party applications. A loadable ext2fs kernel module (“ext2/ext3/ext4 file system”) is available on the system.
  7. M

    bhyve Debian 13.0.0 Guest via Bhyve: Unable to get GRUB working

    ...+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 - *...
  8. J

    bhyve Debian 13.0.0 Guest via Bhyve: Unable to get GRUB working

    ...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...
  9. Maturin

    Other dosfs screwed when copying files from ZFS to a micro SD

    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 😅)
  10. Q

    Other Whence ext2/3/4?

    ...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...
  11. G

    Other USB fat32 flash drive is slow

    ...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...
  12. M

    Solved What is the Best Choice for *Non-Microsoft* External File System?

    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.
  13. cracauer@

    Solved What is the Best Choice for *Non-Microsoft* External File System?

    Anything in `dmesg` during those mounts?
  14. D

    Solved What is the Best Choice for *Non-Microsoft* External File System?

    ...*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*...
  15. Beastie7

    Solved What is the Best Choice for *Non-Microsoft* External File System?

    There's your answer. I believe the fusefs-ext2 driver can be used to access ext3/ext4 external mounts as well.
  16. D

    Solved What is the Best Choice for *Non-Microsoft* External File System?

    ...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...
  17. D

    UFS Slow real disk write results

    ...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...
  18. weldlive

    UFS Slow real disk write results

    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.
  19. cy@

    UFS Slow real disk write results

    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...
  20. rafael_grether

    UFS Slow real disk write results

    ...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...
Back
Top