Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

BTRFS, sector alignment and Advance Format Disks

From my experience, letting btrfs take over a whole disk with no partitions will not result in proper logical/physical sector alignment. I've tried this with 3.14.1; latter versions may do this differently (current release is 3.18.x).

My suggestion is to use properly aligned GPT partitions and tell BTRFS to use a 4K sector size with mkfs.btrfs --sectorsize.

Tags:

Hard Drive

Btrfs

Performance Tuning

Partition Alignment

Related

Disk Usage Analyzer on Synology Why doesn't Kosovo have its own ccTLD yet? Can't start CentOS 7 "network" service OpenSSH: Difference between internal-sftp and sftp-server Teamcity Build Agent gets killed by systemd when upgrading What is '_autodiscover._tcp' in DNS settings? Allowing SSH on a server with an active OpenVPN client Security concerns with glusterfs? How to permanently increase innodb_buffer_pool_size on Ubuntu How do servers with redundant power supplies balance consumption? How to solve nginx reverse proxy mixed content(http, https) How to get php-fpm to log to stdout / stderr when running in a docker container

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy