file system

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

    Xfce How to mount disks (ext4, ntfs, fat) from right click menu?

    I've installed sysutils/fusefs-ntfs and sysutils/fusefs-ext2. I've hald_enable="YES" in /etc/rc.conf and fuse_load="YES" in /boot/loader.conf. I can mount FAT disks with mount -t msdosfs /dev/da1s1 /media/usb, EXT4 disks with mount -t ext2fs /dev/ada0p3 /media/ExtHDD/ and NTFS disks with...
  3. G

    Other File System (Help)

    Hi, Im doing a work for school and i need to talk about File System, and i choiced FreeBSD to talk about it. Do you guys know what kinda File System FreeBSD use? Its kinda a dumb question, sorry.
  4. D

    FreeBSD doesn't starting after restart

    I have Hyper-V with Freebsd 12 on vitrual machine. I intalled web server (apache, php, mysql) on freebsd. After hard restarting my hyper-v server (press power button on server) FreeBSD doesn't work, mysql doesn't mount database. I have more troubles with database files. But, if i stoping all...
  5. D

    ZFS need help to make right configuration for my file system

    Hello everybody. I need help: I have HP proliant ml310e gen8 server with Xeon E3-1220v3 on board and two regular 1 TB sata disks. The server also has 8 GB ECC memory. I disabled integrated B120i controller, and installed FreeBSD 12 on mirrored zfs pool. The pool is: # zpool status pool: zroot...
  6. helmet1080

    Read-only filesystem after configuring fstab

    I installed gnome3 and then configure a file, this file /etc/rc.conf like this dbus_enable="YES" hald_enable="YES" Then I updated the file /etc/fstab with this proc /proc procfs rw 0 0 I have only this partition / in virtual-box with the 512k partition. I didn't make much sense but I did...
  7. I

    ZFS Detect Unavailable Disks in ZFS

    Hi All, I have many pool , i want i get a message from ZFS automatically, when disk get Unavailable state , is it possible? The Best Regards,
  8. Q

    File system root directory files

    Hello! Sorry for a newbie question. Is it normal that I have these files in my file system root directory '/': -rw-r--r-- 1 root wheel 957 Jul 21 05:11 .cshrc -rw-r--r-- 1 root wheel 249 Jul 21 05:11 .profile -rw------- 1 root wheel 1024 Sep 27 14:31 .rnd...
  9. A

    Other Recommended file system for virtualization cluster

    Environment: FreeBSD 11.1R, 10Gbx2 Ethernet(LACP), 8GBx2 FC(multipath) I want to build a FreeBSD virtualization cluster with 5+ hosts. Because bhyve doesn't support live migration at this time, Xen(Dom0) is the unique method. The simplest topology looks like: Server2 ... Server9...
  10. A

    Portable Scanner

    Does anybody use one? I consider getting myself one and transferring files instead of using XSANE. Is it that easy?
  11. U

    BTRFS deprecated in Redhat

    Looks like Redhat have stopped any further updates to BTRFS and will be removing it in the next major version. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.4_Release_Notes/chap-Red_Hat_Enterprise_Linux-7.4_Release_Notes-Deprecated_Functionality.html Not that...
  12. IPTRACE

    Systems hang on bhyve guest (11.0)

    Hello! I've encountered a strange problem. At 3 am mail server (bhyve guest) crashed with 100% CPU usage. After hard reset in single user mode I had the following inconsistency file system. # fsck -fy ** /dev/vtbd0p2 ** Last Mounted on / ** Root file system ** Phase 1 - Check Blocks and Sizes...
  13. J

    UFS Newfs installation problems

    Just purchased a 2TB Baracuda SATA HHD - Model ST2000DM006, installing on an i386 platform w/ FreeBSD 10.2-RELEASE #0 To be used as a Storage Disk gpart show -l shows new disk as /dev/ada0 Installation steps # gpart destroy -F /dev/ada0 # dd if=/dev/zero of=/dev/ada0 bs=1k # gpart create -s...
  14. L

    ZFS does zfs send file system metadata flags as part of bio structure to disk drivers

    I want to know if FreeBSD / ZFS or UFS send a flag to lower level drivers regarding File System metadata in fashion similar to Linux where the ext3/4, jfs and other file systems use the REQ_RW_META and BIO_RW_META flags in struct request and struct bio structures respectively to tell lower...
Back
Top