Search results for query: ext3

  1. V

    Other Accessing external usb hdd ext4

    This worked perfectly!! Thanks so much!!
  2. Vull

    Other Accessing external usb hdd ext4

    For FreeBSD it's mount -t ext2fs not mount -t ext4 for ext2, ext3, or ext4. Journalling and encryption however are not supported, and extended attributes are iffy. Refer to ext2fs. I don't know about FreeNAS.
  3. chris35

    [SOLVED] how to install the NVIDIA proprietary driver

    i saw a pkg : fusefs-ext2-0.0.10_2 FUSE module to mount ext2, ext3 and ext4 with read write support i need to put it in my rc.conf ? fusefs-ext2_load="YES" ?
  4. fernandel

    mismatched checksums

    ...12 and now on fresh install FreeBSD 13.0-RELEASE is the same. e2fsprogs-1.46.2: /usr/local/sbin/e2fsck e2fsprogs-1.46.2: /usr/local/sbin/fsck.ext2 e2fsprogs-1.46.2: /usr/local/sbin/fsck.ext3 e2fsprogs-1.46.2: /usr/local/sbin/fsck.ext4 e2fsprogs-1.46.2: /usr/local/sbin/fsck_ext2fs Thank you.
  5. S

    Does Desktop have a future on BSD?

    ...I haven't figured out the next steps of putting it on it's own IP on a LAN that's not localhost. I also haven't understood setting up Zeroconf. ext3 and ext4 capability is definitely a benefit. I've tried them before, and I've heard it's gotten better since then. By FreeBSD 13.1, at least...
  6. D

    Does Desktop have a future on BSD?

    ...we became able to boot from ZFS, and there were various boot improvements. Our ext2fs filesystem got many bugfixes and improvements, and does ext3 and ext4 filesystems too now. the kernel stopped crashing when mounting write-protected filesystems. multimedia/webcamd got 352+ Linux webcam...
  7. S

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

    Write access on ext3 and ext4 too?
  8. Vull

    Solved r/w access to UFS from Linux

    Along a similar vein, FreeBSD's ext2fs module allows FreeBSD users to mount the GNU/Linux filesystem types ext2, ext3, and ext4, but it has precautionary warnings too. From man ext2fs, "It currently implements most of the features required by ext3 and ext4 file systems. Support for Extended...
  9. R

    A try to look behind the story of Kangjie Lu/Quishi Wu vs. Greg Kroah-Hartman, also known as the "Hypocrit Commit" story

    ...for a decade or more, and they have been used successfully to find bugs. For an example, search the web for "Dawson Engler model checking ext3 reiser", and you'll find a published paper. I don't know whether using such tools is part of the normal Linux kernel development workflow, but I know...
  10. B

    Solved Accessing an ext4 partition

    I was trying to access an ext4 partition using sysutils/e2fsprogs which seemed to work fine for ext2 and ext3 partitions, but then came accross this error which is mentioned here 72286 and this put me on to sysutils/fusefs-lkl. This worked fine from the command line but have been unable to...
  11. A

    UFS Why I am using UFS in 2021.

    I have used ext2, ext3, and ext4 for many years with no data loss. Ext2 lacks journaling. Ext3 and ext4 I would say are about equivalent to UFS. It is nice though that UFS has option to put journal on a separate drive and is also able to utilize many other nice GEOM features. I thought initially...
  12. T

    Other Where am I booting from?

    ...linuxmint installer image - created with gparted a 1G partition after FreeBSD (1G is oversized, grub files are hardly occupying 5M) - formatted ext3 - sudo mount /dev/sdaX /mnt # replace 'a' with appropriate disk letter, 'X' with partition number - sudo grub-install --force...
  13. B

    Other Where am I booting from?

    ...hard disk which has numerous boot options which were launched from a Grub menu. After creating a linux-data partition and formatting it as ext3, I copied the contents of a Ubuntu ISO file to this partition and added the appropriate Grub Menuentry, and Ubuntu loaded up without any problems...
  14. Snurg

    Other Best filesystem for a shared partition between FreeBSD and Linux

    ext2 can be read and written by all Linuxes, BSDs and even Windows. I use it for all my data transport drives. ext3 and ext4 support is not common with all OSes, I agree. NTFS is a four-letter word, like "s**t" (just my personal opinion). There was another thread where some talk was about UFS...
  15. colemakker

    Solved Having trouble changing $SHELL with chsh

    ...e2fsprogs-1.45.7: checksum mismatch for /usr/local/sbin/fsck.ext2 e2fsprogs-1.45.7: checksum mismatch for /usr/local/sbin/fsck.ext3 e2fsprogs-1.45.7: checksum mismatch for /usr/local/sbin/fsck.ext4 e2fsprogs-1.45.7: checksum mismatch for /usr/local/sbin/fsck_ext2fs Checking all packages: 100%...
  16. Phishfry

    Mount exFat as single user

    I use ext2 alot myself. It is easier than disabling ext3/4 journaling. R+W and it suits my needs.
  17. A

    hyper-v Hyper-V problem running Freebsd 12.2 - losing extra disks.

    "Production Checkpoint" is using guest-specific backup e.g. VSS. Also, guest has to run: * NT: AD DS or AD LDS. OR * linux: fsfreeze on ext4, ext3 xfs, jfs and reiserfs. Use normal snapshot aka standard checkpoint i.e. snapshot of VM and memory state.
  18. J

    Booting Windows 7 and FreeBSD from 2 separate disks

    ...on attempting to install itself only to that disk. Choosing resierfs for the file system was key: Knoppix would not install into an ext2 or ext3 partition. It was also important to have a large enough swap partition.) I wanted to install Knoppix on my HDD so I had a quick way of...
  19. gpw928

    Need to test an external SSD drive

    ...device. The link posted by msplsh above is relevant. Or you could just punt on smartctl -d sat -a /dev/da0 (as root) and see what you get. EXT3 and EXT4 are Linux native file systems. For FreeBSD, you probably want UFS format. See newfs. But read the FreeBSD handbook chapter on Storage...
  20. Butterfly

    Need to test an external SSD drive

    ...wondered if some pre-testing was a clever idea. I just jumped into it and I'll see what it gives. There is a folder on it about volume info, but I assume that is for ***dows and not for *Nix. If all goes well, I may reformat it to EXT3 ot event EXT4...but that too is yet to be determined ...
Back
Top