ufs

  1. apprentice

    UFS How to correctly align the SSD?

    I'm having a lot of trouble understanding and calculating the alignment. OBJECTIVE: Know how to calculate the alignment for my HD, So I can align my HDs on my Laptop, 2 Nvme and 1 SSD, They are different brands and different sizes Problem 1: How do I create a partition table with 4096 byte...
  2. apprentice

    How to mount ext4 correctly on FreeBSD?

    Consulting google, chatgpt, forum, I was very worried about losing 1TB of data that I cannot lose. All I want to do is bring the data from a Linux ext4 partition to another disk on FreeBSD UFS. I read in several places that I should use fusefs-ext4fuse, So I prepare myself, I try to understand...
  3. LibreQuest

    Solved ZFS failing to find zroot default with USB disks

    I have a Sabrent 4 disk dock with spinning disks and ssds for game storage on my system. When I have the dock turned on at boot the boot fails. I initially, per the handbook, had all drives in fstab. I have since removed them and created a mount script to load after boot. Is there a way that I...
  4. B

    UFS FreeNAS EFI GPT Hard drive partition issues

    Hello there, long time lurker, but haven't posted. seems I've found what I needed to survive for 15 years until this day. I have an interesting situation that I've trying to resolve.... I have a hard drive (4Tb) that has a lot of important content on it I was using on a FreeNAS (NAS4free)...
  5. B

    Solved How To Dual Boot Windows 11 and FreeBSD 14 (GELI Encrypted ZFS Root + UFS Boot Drive)

    Introduction: This is a guide on how to dual boot windows 11 and FreeBSD 14. I recently received a fantastic laptop that happens to be surprisingly compatible with FreeBSD, so I highly recommend it, and no, I am not sponsored by MSI; I have merely fought enough laptops to recognize a keeper when...
  6. L

    Is full disk encryption with UFS possible?

    I'm sure you are going to say "YES" but please not so fast. 1. When installing FreeBSD 14.0, I am offered the choice between ZFS and UFS. If I select ZFS, the option to encrypt is there, very clear, impossible to miss. If I select UFS though, encryption is never mentioned at all. Does FreeBSD...
  7. Hornpipe2

    UFS newfs -j: "Journal file fragmented"

    I have a 300gb external HDD that I am trying to partition entirely for FreeBSD, then format with UFS filesystem. I am using newfs -j option to enable Soft Updates + Journal, but getting the warning message "Journal file fragmented" after the format is complete. # gpart show /dev/da0 =>...
  8. RevennaFox

    UFS Best way to recover (very) recently deleted files on UFS?

    I have a situation where a user accidentally deleted all of the photos in a directory and its sub-directories, ironically to save some space in preparation for a backup. (Helpful hint: Wise Duplicate File Remover apparently removes the originals along with the duplicates). The photos in question...
  9. B

    Solved Why use zfs when ufs will do ?

    I've been happily using 13.2-RELEASE for a while, with ufs filesystem Now planning to setup a fresh14.0 system on some old~ish hardwares, likely a combination of modest SSD and a single spinning drive. 14.0 system will just be used for a simple desktop, and various small projects. Most likely I...
  10. hbsd

    Solved FILE SYSTEM IS LEFT MARKED AS DIRTY

    I've been facing a problem for a while. My system sometimes suddenly reboots by itself. I thought my surge protector was ruined and bought another one. But finally I found out that FreeBSD file system is corrupted. This happened to me so many times and it was really annoying. I (almost) solved...
  11. abdelilah

    Solved I can't expand my root partition

    Hi everyone, I'm trying to expand my root partition but can't do it, I tried gpart, I also tried deleting the swap partition and adding more space, here is the result : root@appserver:~ # gpart show => 63 83886017 ada0 MBR (40G) 63 1 - free - (512B) 64...
  12. LibreQuest

    Solved Permission denied on newly created fs not in fstab.

    Hey! I have a newbie question. I have a USB enclosure with a 1TB SATA 2.5" Spinning disk. I have followed this guide, https://docs.freebsd.org/en/books/handbook/disks/ but I don't want the disk in fstab as it's detachable. I have mounted the disk with 'mount /dev/da0 /media/da0' which works...
  13. D

    Mount FreeBSD (UFS) filesystem under WSL2 (Debian)

    I'm attempting to share a home partition between my WSL2 (Debian) and FreeBSD (dual-boot). wsl cannot mount the partition containing the home filesystem since it is on the same disk as the C: drive. Same output for `ufs2' The partition number is correct EDIT: This is salient...
  14. Snubbi

    Solved Recommendations UFS or UFS on workstation

    I'm new to FreeBSD, and right now I'm practicing installing and setting it up in VirtualBox on a Linux machine. What are the disadvantages e.g. by using UFS. So far I have used Clonezilla for Bcakup of my computers. Clonezilla cannot backup ZFS. What do I do if I choose ZFS file system. I have...
  15. M

    make memstick with ufs

    Do you anybody script how to create memstick for sdcard with UFS ? I have script only for create zfs memstick. Thank you
  16. john_rambo

    Solved I have an EXT4 partition .....Can this cause any complications later ? Should I format it to UFS ?

    I have one SSD where FreeBSD is installed. I also have a spinning HDD where I keep my data. This spinning HDD is EXT4 since I was using Linux before. FreeBSD's support for EXT4 is very nice. I don't feel I am using a non native filesystem. Everything is working smoothly. My question is if I...
  17. grahamperrin

    Improvements to sysutils/lsof

    sysutils/lsof Background – and so on. Now Good news. Significant improvements ahead: https://github.com/lsof-org/lsof/pull/184 Related FreeBSD bugs include: 253553 – sysutils/lsof: no zfs support on 13 260235 – sysutils/lsof: filenames missing on FreeBSD >= 13, due to namecache field change …
  18. grahamperrin

    tuning(7) – FreeBSD performance tuning manual

    <https://www.freebsd.org/cgi/man.cgi?query=tuning&sektion=7&manpath=FreeBSD> Before I open a bug for a part of the page that's wrong: does anyone else have corrections, or suggestions for improvement? Thanks
  19. grahamperrin

    UFS UFS: zeroing free space

    With UFS: how best to write zeros (or whatever) into free space? In this case: to allow better compaction of the underlying virtual disk. (Above: 73 G, compacted, for a system that uses only 12 G.)
  20. christhegeek

    Solved I finally have created an experimental BSD Project called CultBSD it uses uzip compressed with zstd level 19 compression its pretty fast.

    I finally have created an experimental BSD Project called CultBSD it uses uzip compressed with zstd level 19 compression its pretty fast.
Back
Top