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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.