ufs

  1. 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...
  2. 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...
  3. 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...
  4. DrEuclidean

    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...
  5. 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...
  6. Maxfx

    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
  7. 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...
  8. Cath O'Deray

    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...
  9. Cath O'Deray

    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
  10. Cath O'Deray

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

    Other Drive disappearing from gmirror

    Hello! I have two gmirrors on my machine. Both are showing up as degraded. These are brand new drives that I just installed (so I don't mind blowing up the configuration and re-doing things). I followed this guide to get going as I have no experience with gmirror...
  13. Amzo

    UFS Recover Files Removed with RM

    So I made a blunder today. I was working on the tensorflow 2.x port and I was clearing up getting ready to commit it to git. During the clearing up, I went to rm some test files I had, but during my impatience, I tab completed the name which complete to files/ and deleted all my patches for...
  14. Cesc

    Create UFS system for backups

    Hello everyone, I have an extra hard drive and I would like to use it for small backups, How can I format it in UFS and add it in fstab?
  15. Spity

    Other Format for a second disc

    I was planning to use a second hard disk as a backup for documents and files. I'm not sure what format to use ext4 / ntfs / ufs to be able to access it from FreeBSD and Win10 since I have dual boot. When I was using Linux I used a program from Windows to access ext4., But with ufs I don't know...
  16. Cath O'Deray

    FreeBSD-13.0-RELEASE-amd64-KDE-Plasma (2021-06-23)

  17. Cath O'Deray

    FreeBSD-provided disk images: problems with UFS, fsck_ufs (fsck_ffs(8)); partition sizes …

    Why not ZFS by default? Images are compressed before distribution. I assume that compression is very effective for: non-used space (free, never used) in file systems non-used swap space. Why is there so little free space in the file system for the base OS? Why is so little of the disk given...
  18. Cath O'Deray

    Solved FreeBSD-13.0-RELEASE-amd64-KDE-Plasma (2021-05-22)

    Spun off from <https://forums.FreeBSD.org/threads/freebsd-kommunity-edition.78594/post-513391>, thanks in particular to: Mjölnir for beginning the discussion Samuel Venable for creating the disk image. General comments and questions hald_enable="YES" can be removed from /etc/rc.conf – HAL...
  19. E

    ZFS UFS or ZFS for a FreeBSD workstation

    Hi all, After 13.0 is released and the dust settles down, I'm going to move my workstation (mostly used for neuroscientific computations with R, Julia and Python) from Debian to FreeBSD (this will be my very first time with the system). I have several questions regarding the process, but first...
  20. A

    UFS Why I am using UFS in 2021.

    I am a relatively new user of FreeBSD. For the past 15 years I have been managing a small server farm all running Debian or Ubuntu. Not thrilled with the way these distributions have been progressing, so thought I would give FreeBSD a whirl. Some things in particular that piqued my interest are...
Back
Top