Downloads:
30,228
Downloads of v 1.9.0:
5,755
Last Update:
16 Mar 2024
Package Maintainer(s):
Software Author(s):
- maharmstone
Tags:
winbtrfs driver filesystem- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WinBtrfs
- 1
- 2
- 3
1.9.0 | Updated: 16 Mar 2024
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
30,228
Downloads of v 1.9.0:
5,755
Maintainer(s):
Software Author(s):
- maharmstone
WinBtrfs 1.9.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by maharmstone. The inclusion of maharmstone trademark(s), if any, upon this webpage is solely to identify maharmstone goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WinBtrfs, run the following command from the command line or from PowerShell:
To upgrade WinBtrfs, run the following command from the command line or from PowerShell:
To uninstall WinBtrfs, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download winbtrfs --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade winbtrfs -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade winbtrfs -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install winbtrfs
win_chocolatey:
name: winbtrfs
version: '1.9.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'winbtrfs' do
action :install
source 'INTERNAL REPO URL'
version '1.9.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller winbtrfs
{
Name = "winbtrfs"
Version = "1.9.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'winbtrfs':
ensure => '1.9.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 03 Dec 2024.
Winbtrfs
WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs.
A reimplementation from scratch, it contains no code from the Linux kernel,
and should work on any version from Windows XP onwards. It is also included
as part of the free operating system ReactOS.
If your Btrfs filesystem is on a MD software RAID device created by Linux, you
will also need WinMD to get this to appear
under Windows.
See also Quibble, an experimental
bootloader allowing Windows to boot from Btrfs, and Ntfs2btrfs,
a tool which allows in-place conversion of NTFS filesystems.
First, a disclaimer:
You use this software at your own risk. I take no responsibility for any damage
it may do to your filesystem. It ought to be suitable for day-to-day use, but
make sure you take backups anyway.
Features
- Reading and writing of Btrfs filesystems
- Basic RAID: RAID0, RAID1, and RAID10
- Advanced RAID: RAID5 and RAID6
- Caching
- Discovery of Btrfs partitions, even if Windows would normally ignore them
- Getting and setting of Access Control Lists (ACLs), using the xattr
security.NTACL - Alternate Data Streams (e.g. :Zone.Identifier is stored as the xattr
user.Zone.Identifier) - Mappings from Linux users to Windows ones (see below)
- Symlinks and other reparse points
- Shell extension to identify and create subvolumes, including snapshots
- Hard links
- Sparse files
- Free-space cache
- Preallocation
- Asynchronous reading and writing
- Partition-less Btrfs volumes
- Per-volume registry mount options (see below)
- zlib compression
- LZO compression
- LXSS ("Ubuntu on Windows") support
- Balancing (including resuming balances started on Linux)
- Device addition and removal
- Creation of new filesystems with
mkbtrfs.exe
andubtrfs.dll
- Scrubbing
- TRIM/DISCARD
- Reflink copy
- Subvol send and receive
- Degraded mounts
- Free space tree (compat_ro flag
free_space_cache
) - Shrinking and expanding
- Passthrough of permissions etc. for LXSS
- Zstd compression
- Windows 10 case-sensitive directory flag
- Oplocks
- Metadata UUID incompat flag (Linux 5.0)
- Three- and four-disk RAID1 (Linux 5.5)
- New checksum types (xxhash, sha256, blake2) (Linux 5.5)
Note about Virus Scan Positives
There is a known issue with the mkbtrfs.exe
executable triggering false positives in a variety of malware scanners, even when minimal changes are made between versions.
https://github.com/maharmstone/btrfs/issues/252
Package Parameters
The following package parameters can be set:
/AUTOMOUNT
- Enable automounting of new disks (systemwide, both ntfs and btrfs)
To pass parameters, use --params "''"
(e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'"
).
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Write-Host -ForegroundColor green "Listing drivers"
$btrfsDrivers = Get-WmiObject win32_pnpsigneddriver | where { $_.DeviceName -like "*btrfs*" -and $_.InfName -like "*oem*"}
foreach($driver in $btrfsDrivers)
{
Write-Host -ForegroundColor green "Removing driver" $driver.DeviceName $driver.InfName
pnputil -f -d $driver.InfName
}
md5: 6C16585F557A48F3559434E91F8E4BD3 | sha1: 7C305B217CB2E1BB292ACBBCB4BBFB0E56F45441 | sha256: 673B0ECC23634D85213BA46E309BFB788AC83FCC14E4976773B324592401303A | sha512: CCFC6A58780A257822FA2E7E290A16E49CDBF927D7B9BA292A33D3EEDE2522B7F78DE8DB6CAE3EB2E412CB2CCE5D9085E4E3BE6953BF352B0203365899774B05
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://github.com/maharmstone/btrfs/releases/download/v1.9/btrfs-1.9.zip
to download the archive.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 673B0ECC23634D85213BA46E309BFB788AC83FCC14E4976773B324592401303A
checksumType: sha256
From: https://github.com/maharmstone/btrfs/blob/master/LICENCE
LICENSE
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
Log in or click on link to see number of positives.
- winbtrfs.1.9.0.nupkg (d78aca2d6166) - ## / 63
- btrfs-1.9.zip (673b0ecc2363) - ## / 65
- mkbtrfs.exe (0fde578d2949) - ## / 72
- shellbtrfs.dll (6b0127e63bb1) - ## / 71
- ubtrfs.dll (a0a89170c048) - ## / 71
- mkbtrfs.exe (c566dfb66894) - ## / 72
- shellbtrfs.dll (dd92d7f70f50) - ## / 72
- ubtrfs.dll (13ac4f45e690) - ## / 72
- mkbtrfs.exe (8ee3e276a8ce) - ## / 72
- shellbtrfs.dll (72874d0a0cbb) - ## / 71
- ubtrfs.dll (7ed36dc17aed) - ## / 71
- mkbtrfs.exe (ae9245597257) - ## / 73
- shellbtrfs.dll (d20e295fb941) - ## / 72
- ubtrfs.dll (24286560a6da) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
WinBtrfs 1.9.0 | 5755 | Saturday, March 16, 2024 | Approved | |
WinBtrfs 1.8.2 | 7607 | Thursday, January 12, 2023 | Exempted | |
WinBtrfs 1.8.1 | 2600 | Wednesday, August 24, 2022 | Approved | |
WinBtrfs 1.8 | 2150 | Saturday, March 12, 2022 | Approved | |
WinBtrfs 1.7.9.20220227 | 417 | Sunday, February 27, 2022 | Approved | |
WinBtrfs 1.7.9 | 1763 | Saturday, October 2, 2021 | Approved | |
WinBtrfs 1.7.8.101 | 254 | Wednesday, September 29, 2021 | Approved | |
WinBtrfs 1.7.8.1 | 1166 | Sunday, June 13, 2021 | Approved | |
WinBtrfs 1.7.8 | 247 | Wednesday, June 9, 2021 | Approved | |
WinBtrfs 1.7.7 | 870 | Monday, April 12, 2021 | Approved | |
WinBtrfs 1.7.6 | 1004 | Thursday, January 14, 2021 | Approved | |
WinBtrfs 1.7.5 | 1069 | Saturday, October 31, 2020 | Approved | |
WinBtrfs 1.7.4 | 857 | Sunday, August 23, 2020 | Approved | |
WinBtrfs 1.7.3 | 835 | Monday, May 25, 2020 | Approved | |
WinBtrfs 1.7.2 | 544 | Friday, April 10, 2020 | Approved | |
WinBtrfs 1.7.1 | 494 | Monday, March 2, 2020 | Approved | |
WinBtrfs 1.7 | 248 | Wednesday, February 26, 2020 | Approved | |
WinBtrfs 1.6 | 368 | Tuesday, February 4, 2020 | Approved | |
WinBtrfs 1.5 | 545 | Sunday, November 10, 2019 | Approved | |
WinBtrfs (Install) 1.4.0 | 386 | Saturday, August 31, 2019 | Approved | |
WinBtrfs (Install) 1.3.0 | 331 | Monday, June 10, 2019 | Approved | |
WinBtrfs (Install) 1.2.1 | 252 | Monday, May 6, 2019 | Approved | |
WinBtrfs (Install) 1.2 | 219 | Monday, May 6, 2019 | Approved | |
WinBtrfs (Install) 1.1 | 247 | Thursday, March 28, 2019 | Approved |
2021 Mark Harmstone
This package has no dependencies.
Ground Rules:
- This discussion is only about WinBtrfs and the WinBtrfs package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or WinBtrfs, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.