Search results for query: ext3

  1. S

    Howto: mounting ext4 partitions by using ext2fs, rw access

    More recently, ext2fs that comes in FreeBSD's base is capable of reading and writing ext4 filesystems. It's claimed to work on ext2 and ext3 as well. Previously, sysutils/fusefs-ext2 had to be used, or ext2fs could only mount ext4 as read only. Set the ext2fs driver to be loaded by compiling it...
  2. P

    Is it real: UE5 or Godot4, blender3D, Starcaft 2 and Quake Champions on MSI laptop?

    ...say - yes, you can rely on it with your eyes closed: "if something goes wrong you can lose all you data like with any fs". But hey.. not with ext3 and 4 (talking about battery, I hope at least). Because ext is for end users not servers. It's the most scary moment in freebsd in 2022 and we...
  3. J

    Is it real: UE5 or Godot4, blender3D, Starcaft 2 and Quake Champions on MSI laptop?

    If you want things to be exactly like Linux I'd recommend that you'd use Linux. ZFS is an extremely capable filesystem with great scalability. It runs very in almost all scenarios from single-drive laptops to multi exabyte cloud storage scenarios. ZFS runs great on a single-drive laptop. In any...
  4. SirDice

    Is it real: UE5 or Godot4, blender3D, Starcaft 2 and Quake Champions on MSI laptop?

    It's much more than that. UFS. Ridiculous statement.
  5. P

    Is it real: UE5 or Godot4, blender3D, Starcaft 2 and Quake Champions on MSI laptop?

    ...like LVM+EXT4. It's great! But what if I don't need that "more" functionality on some laptops and looking for a simple variant like exactly ext3/4? So.. something goes wrong with a battery or Anything else. And there is a chance to lose everything? It's not a working variant. It's not...
  6. E

    Other How to mount such partition

    ...that is native or basic to FreeBSD (UFS or ZFS) and for which FreeBSD has a driver. Or a known filesystem is a filesystem that is not native or basic to FreeBSD but, for which there is a special driver available that gives FreeBSD access to that non-native filesystem, for example NTFS or ext3.
  7. SirDice

    Solved How can I group two or more hard drives to create a single large volume ?

    gconcat, graid (RAID0). And yes, they're all pretty destructive. Never mind the fact that FreeBSD can only boot from UFS or ZFS and none of the other filesystems.
  8. ZioMario

    Solved How can I group two or more hard drives to create a single large volume ?

    ...way and not destructive method (if there is any) for the moment. I prefer to don't destroy those disks because they are occupied by OpenBSD and DragonFlyBSD. I mean, the disks should be for sure formatted using UFS2 or ZFS, not NTFS or ext3/4 because FreeBSD has problems writing on these fs.
  9. Vull

    Other Multiple system data recovery

    Although it's not mentioned in fsck, 13.0-RELEASE also has /sbin/fsck_ext2fs which checks ext2, ext3, and ext4 filesystems included in /etc/fstab.
  10. BSD-Kitsune

    Other XFS on BSD

    ...don't need to know Linux kernel driver development, and as far as filesystems go it's far far simpler than either the FreeBSD UFS version, or EXT3/4 which are the standard for many linux distros. I'm done here. That's all I can say. Spout all the bull and lies you want. Clearly, this...
  11. BSD-Kitsune

    Call for Foundation-supported Project Ideas

    That assumes writing one from scratch. I'm not suggesting that. This also assumes a nearly direct free-time focus with at least 10-20 hours of work and QA a week towards a project from each person in a team. And no thank you. GEOM is decently written, but I'm not screwing with ancient UFS2...
  12. hardworkingnewbie

    Other XFS on BSD

    ...has started. ext4 on the other hand is able to do that since ages. Also ext4 is the direct descendant of default file systems before, ext2 and ext3, while XFS is a third party thing. And aside that some people still believe that XFS will eat data in case of an power outage compared to ext4...
  13. A

    Call for Foundation-supported Project Ideas

    ...But I was refering to following article. The article is stating that "XFS also consumes about twice the CPU-per-metadata operation compared to Ext3 and Ext4". I've just drawn a conclusion. If the comparision and my conclusion are wrong, I'll take back my words. Redhat | How to Choose Your Red...
  14. BSD-Kitsune

    Other XFS on BSD

    ...a codebase worse than even UFS2, and btrfs, which after over a decade in development is still a pile of rubbish. Reiser3 (4 is not in kernel), ext3, JFS etc. are far lower on the development totem pole. What did I miss? Anecdotes man. Is there a white paper for UFS like XFS has? Have you...
  15. Vull

    All data of an EXT4 partition just vanishes in both Caja & Thunar ......As if the partition is completely empty [Video included]

    How do you mount the partition? I use mount -t ext2fs and can see everything okay using Caja. I remember some time ago, someone else reported having problems seeing ext4 partitions mounted with fusefs, but I don't have the link. From man ext2fs ext2fs
  16. ZioMario

    I'm looking for a secure ext driver for linux which works great on Freebsd

    If I don't remember bad,ext2fs doesnt have the write support. Or if it supports it,it is not encouraged. So,without it,how can the errors be fixed with fsck ?
  17. D

    I'm looking for a secure ext driver for linux which works great on Freebsd

    ...issues with the file system, of course I don't know if there's some bugs that can prevent you to fix something really bad, but it worked in all of my use case scenarios. I never had a situation that these two tools was unable to give me access or unable to fix external drives under ext3 and ext4.
  18. C

    I'm looking for a secure ext driver for linux which works great on Freebsd

    I've actually encountered this issue on, needing to run fsck on an EXT3/4 partition. Frankly it was more of an issue, that I had a power loss and the partition got marked as dirty/bad and it wouldn't mount without having a fsck run over it first. In the end, I had to rip that drive from the...
  19. Nick-6

    Solved fsck on ext4 [Cannot find file system superblock]

    ...fsck.ext2: Bad magic number in super-block while trying to open /dev/sdc The superblock could not be read or does not describe a valid ext2/ext3/ext4 filesystem. If the device is valid and it really contains an ext2/ext3/ext4 filesystem (and not swap or ufs or something else), then the...
Back
Top