APFS - how do I enable transparent compressionApple website images compressionMultithreaded compression in xz on macosAPFS folder encryption?Howto recover APFS without container (new APFS bug)APFS technical documentationHow to tell if I'm using HFS+ or APFS?How does APFS manage snapshots?df with APFS: still working?APFS partition inaccessibleCannot Compile APFS Fuse
Is random forest for regression a 'true' regression?
How could it be that 80% of townspeople were farmers during the Edo period in Japan?
Does this "yield your space to an ally" rule my 3.5 group uses appear anywhere in the official rules?
Are there microwaves to heat baby food at Brussels airport?
Do high-wing aircraft represent more difficult engineering challenges than low-wing aircraft?
labelled end points on logic diagram
Is my test coverage up to snuff?
Why are lawsuits between the President and Congress not automatically sent to the Supreme Court
Does the Rogue's Reliable Talent feature work for thieves' tools, since the rogue is proficient in them?
Why would company (decision makers) wait for someone to retire, rather than lay them off, when their role is no longer needed?
Why were the bells ignored in S8E5?
Can a tourist shoot a gun in the USA?
Why do galaxies collide?
Why would someone open a Netflix account using my Gmail address?
APFS - how do I enable transparent compression
How will the lack of ground stations affect navigation?
Should I communicate in my applications that I'm unemployed out of choice rather than because nobody will have me?
Slice a list based on an index and items behind it in python
Is the seat-belt sign activation when a pilot goes to the lavatory standard procedure?
the correct order of manual install WP and SSL on server
Understanding Deutch's Algorithm
Why does SSL Labs now consider CBC suites weak?
Why is the Advance Variation considered strong vs the Caro-Kann but not vs the Scandinavian?
Promotion comes with unexpected 24/7/365 on-call
APFS - how do I enable transparent compression
Apple website images compressionMultithreaded compression in xz on macosAPFS folder encryption?Howto recover APFS without container (new APFS bug)APFS technical documentationHow to tell if I'm using HFS+ or APFS?How does APFS manage snapshots?df with APFS: still working?APFS partition inaccessibleCannot Compile APFS Fuse
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
How do i enable transparent filesystem compression on any APFS volume?
Or check if it is already enabled?
I am expecting something similiar to NTFS compressed
attribute.
According to Wiki it should be supported.
Is it per file or volume ?
I am using Mojave 10.14.0, volumes without encryption.
macos filesystem apfs compression
New contributor
add a comment |
How do i enable transparent filesystem compression on any APFS volume?
Or check if it is already enabled?
I am expecting something similiar to NTFS compressed
attribute.
According to Wiki it should be supported.
Is it per file or volume ?
I am using Mojave 10.14.0, volumes without encryption.
macos filesystem apfs compression
New contributor
Firstly, welcome to Ask Different! :) I hope you come to find this site has a lot to offer! In case you haven't already, it's worth taking the time to read the tour. All the best with your question.
– Monomeeth♦
4 hours ago
add a comment |
How do i enable transparent filesystem compression on any APFS volume?
Or check if it is already enabled?
I am expecting something similiar to NTFS compressed
attribute.
According to Wiki it should be supported.
Is it per file or volume ?
I am using Mojave 10.14.0, volumes without encryption.
macos filesystem apfs compression
New contributor
How do i enable transparent filesystem compression on any APFS volume?
Or check if it is already enabled?
I am expecting something similiar to NTFS compressed
attribute.
According to Wiki it should be supported.
Is it per file or volume ?
I am using Mojave 10.14.0, volumes without encryption.
macos filesystem apfs compression
macos filesystem apfs compression
New contributor
New contributor
edited 4 hours ago
Monomeeth♦
48.4k8100147
48.4k8100147
New contributor
asked 4 hours ago
Sidias-KorradoSidias-Korrado
61
61
New contributor
New contributor
Firstly, welcome to Ask Different! :) I hope you come to find this site has a lot to offer! In case you haven't already, it's worth taking the time to read the tour. All the best with your question.
– Monomeeth♦
4 hours ago
add a comment |
Firstly, welcome to Ask Different! :) I hope you come to find this site has a lot to offer! In case you haven't already, it's worth taking the time to read the tour. All the best with your question.
– Monomeeth♦
4 hours ago
Firstly, welcome to Ask Different! :) I hope you come to find this site has a lot to offer! In case you haven't already, it's worth taking the time to read the tour. All the best with your question.
– Monomeeth♦
4 hours ago
Firstly, welcome to Ask Different! :) I hope you come to find this site has a lot to offer! In case you haven't already, it's worth taking the time to read the tour. All the best with your question.
– Monomeeth♦
4 hours ago
add a comment |
2 Answers
2
active
oldest
votes
I had not heard that Apple had implemented and released file system compression in APFS like NTFS in Windows. In fact the only thing I found was this on GITHub which is titled AFSCTool.
Which is most decidedly not an Apple-supported file system compression tool and is based on work done by someone else to give HFS+ file system level compression if I am understanding correctly.
Personally I wouldn't touch this with a 10 foot pole. But then I work in corporate IT and such things are frowned upon. We don't even use NTFS compression on our 20+ Windows servers. So if you have a technical bent and lean towards programming don't let my pessimism dissuade you from at least investigating and seeing if it is suitable to your needs.
1
I'd add another 15 feet to that pole.
– IconDaemon
2 hours ago
I use and have used afsctool for a while, and it’s worked perfectly fine. It’s just a program that taps into the system’s native file compression system.
– At0mic
1 hour ago
add a comment |
The standard Mojave setup does have APFS compression implemented, but there's no user visible tools that allows you yourself to select files/folders for compression.
It seems that the "ditto" command supplied with macOS is supposed to be able to employ compression on APFS, but it only actually works with HFS+ file systems.
However, even though no user visible tools comes with Mojave - the developer level APIs are actually there. A third party utility exists that uses these APIs to provide a user tool for compressing files/folders:
https://github.com/RJVB/afsctool
You refer to the wikipedia page for your statement that APFS compression is supported. The wikipedia page actually refers to the above mentioned tool for that support.
You can install afsctool from Homebrew by this command:
brew install afsctool
You can compress a file or folder like this:
afsctool -c filename
where filename can be the name of a file or a folder.
You can check if a file is compressed, and how much, by this command:
afsctool -v filename
The built-in compression feature of APFS is implemented in the same way as it was on HFS+. That support was introduced with OS X 10.6. Even though it has thus been a part of the macOS system for almost 10 years, it is not really widely used.
In my own experience it just works (HFS+ or APFS - doesn't matter). However, you might run into an edge case where some program reports the file size incorrectly or something like that. I haven't seen any such misbehavior yet. The whole idea with transparent compression is that user programs do not need to know that compression is used at all.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had not heard that Apple had implemented and released file system compression in APFS like NTFS in Windows. In fact the only thing I found was this on GITHub which is titled AFSCTool.
Which is most decidedly not an Apple-supported file system compression tool and is based on work done by someone else to give HFS+ file system level compression if I am understanding correctly.
Personally I wouldn't touch this with a 10 foot pole. But then I work in corporate IT and such things are frowned upon. We don't even use NTFS compression on our 20+ Windows servers. So if you have a technical bent and lean towards programming don't let my pessimism dissuade you from at least investigating and seeing if it is suitable to your needs.
1
I'd add another 15 feet to that pole.
– IconDaemon
2 hours ago
I use and have used afsctool for a while, and it’s worked perfectly fine. It’s just a program that taps into the system’s native file compression system.
– At0mic
1 hour ago
add a comment |
I had not heard that Apple had implemented and released file system compression in APFS like NTFS in Windows. In fact the only thing I found was this on GITHub which is titled AFSCTool.
Which is most decidedly not an Apple-supported file system compression tool and is based on work done by someone else to give HFS+ file system level compression if I am understanding correctly.
Personally I wouldn't touch this with a 10 foot pole. But then I work in corporate IT and such things are frowned upon. We don't even use NTFS compression on our 20+ Windows servers. So if you have a technical bent and lean towards programming don't let my pessimism dissuade you from at least investigating and seeing if it is suitable to your needs.
1
I'd add another 15 feet to that pole.
– IconDaemon
2 hours ago
I use and have used afsctool for a while, and it’s worked perfectly fine. It’s just a program that taps into the system’s native file compression system.
– At0mic
1 hour ago
add a comment |
I had not heard that Apple had implemented and released file system compression in APFS like NTFS in Windows. In fact the only thing I found was this on GITHub which is titled AFSCTool.
Which is most decidedly not an Apple-supported file system compression tool and is based on work done by someone else to give HFS+ file system level compression if I am understanding correctly.
Personally I wouldn't touch this with a 10 foot pole. But then I work in corporate IT and such things are frowned upon. We don't even use NTFS compression on our 20+ Windows servers. So if you have a technical bent and lean towards programming don't let my pessimism dissuade you from at least investigating and seeing if it is suitable to your needs.
I had not heard that Apple had implemented and released file system compression in APFS like NTFS in Windows. In fact the only thing I found was this on GITHub which is titled AFSCTool.
Which is most decidedly not an Apple-supported file system compression tool and is based on work done by someone else to give HFS+ file system level compression if I am understanding correctly.
Personally I wouldn't touch this with a 10 foot pole. But then I work in corporate IT and such things are frowned upon. We don't even use NTFS compression on our 20+ Windows servers. So if you have a technical bent and lean towards programming don't let my pessimism dissuade you from at least investigating and seeing if it is suitable to your needs.
answered 2 hours ago
Steve ChambersSteve Chambers
15.3k21741
15.3k21741
1
I'd add another 15 feet to that pole.
– IconDaemon
2 hours ago
I use and have used afsctool for a while, and it’s worked perfectly fine. It’s just a program that taps into the system’s native file compression system.
– At0mic
1 hour ago
add a comment |
1
I'd add another 15 feet to that pole.
– IconDaemon
2 hours ago
I use and have used afsctool for a while, and it’s worked perfectly fine. It’s just a program that taps into the system’s native file compression system.
– At0mic
1 hour ago
1
1
I'd add another 15 feet to that pole.
– IconDaemon
2 hours ago
I'd add another 15 feet to that pole.
– IconDaemon
2 hours ago
I use and have used afsctool for a while, and it’s worked perfectly fine. It’s just a program that taps into the system’s native file compression system.
– At0mic
1 hour ago
I use and have used afsctool for a while, and it’s worked perfectly fine. It’s just a program that taps into the system’s native file compression system.
– At0mic
1 hour ago
add a comment |
The standard Mojave setup does have APFS compression implemented, but there's no user visible tools that allows you yourself to select files/folders for compression.
It seems that the "ditto" command supplied with macOS is supposed to be able to employ compression on APFS, but it only actually works with HFS+ file systems.
However, even though no user visible tools comes with Mojave - the developer level APIs are actually there. A third party utility exists that uses these APIs to provide a user tool for compressing files/folders:
https://github.com/RJVB/afsctool
You refer to the wikipedia page for your statement that APFS compression is supported. The wikipedia page actually refers to the above mentioned tool for that support.
You can install afsctool from Homebrew by this command:
brew install afsctool
You can compress a file or folder like this:
afsctool -c filename
where filename can be the name of a file or a folder.
You can check if a file is compressed, and how much, by this command:
afsctool -v filename
The built-in compression feature of APFS is implemented in the same way as it was on HFS+. That support was introduced with OS X 10.6. Even though it has thus been a part of the macOS system for almost 10 years, it is not really widely used.
In my own experience it just works (HFS+ or APFS - doesn't matter). However, you might run into an edge case where some program reports the file size incorrectly or something like that. I haven't seen any such misbehavior yet. The whole idea with transparent compression is that user programs do not need to know that compression is used at all.
add a comment |
The standard Mojave setup does have APFS compression implemented, but there's no user visible tools that allows you yourself to select files/folders for compression.
It seems that the "ditto" command supplied with macOS is supposed to be able to employ compression on APFS, but it only actually works with HFS+ file systems.
However, even though no user visible tools comes with Mojave - the developer level APIs are actually there. A third party utility exists that uses these APIs to provide a user tool for compressing files/folders:
https://github.com/RJVB/afsctool
You refer to the wikipedia page for your statement that APFS compression is supported. The wikipedia page actually refers to the above mentioned tool for that support.
You can install afsctool from Homebrew by this command:
brew install afsctool
You can compress a file or folder like this:
afsctool -c filename
where filename can be the name of a file or a folder.
You can check if a file is compressed, and how much, by this command:
afsctool -v filename
The built-in compression feature of APFS is implemented in the same way as it was on HFS+. That support was introduced with OS X 10.6. Even though it has thus been a part of the macOS system for almost 10 years, it is not really widely used.
In my own experience it just works (HFS+ or APFS - doesn't matter). However, you might run into an edge case where some program reports the file size incorrectly or something like that. I haven't seen any such misbehavior yet. The whole idea with transparent compression is that user programs do not need to know that compression is used at all.
add a comment |
The standard Mojave setup does have APFS compression implemented, but there's no user visible tools that allows you yourself to select files/folders for compression.
It seems that the "ditto" command supplied with macOS is supposed to be able to employ compression on APFS, but it only actually works with HFS+ file systems.
However, even though no user visible tools comes with Mojave - the developer level APIs are actually there. A third party utility exists that uses these APIs to provide a user tool for compressing files/folders:
https://github.com/RJVB/afsctool
You refer to the wikipedia page for your statement that APFS compression is supported. The wikipedia page actually refers to the above mentioned tool for that support.
You can install afsctool from Homebrew by this command:
brew install afsctool
You can compress a file or folder like this:
afsctool -c filename
where filename can be the name of a file or a folder.
You can check if a file is compressed, and how much, by this command:
afsctool -v filename
The built-in compression feature of APFS is implemented in the same way as it was on HFS+. That support was introduced with OS X 10.6. Even though it has thus been a part of the macOS system for almost 10 years, it is not really widely used.
In my own experience it just works (HFS+ or APFS - doesn't matter). However, you might run into an edge case where some program reports the file size incorrectly or something like that. I haven't seen any such misbehavior yet. The whole idea with transparent compression is that user programs do not need to know that compression is used at all.
The standard Mojave setup does have APFS compression implemented, but there's no user visible tools that allows you yourself to select files/folders for compression.
It seems that the "ditto" command supplied with macOS is supposed to be able to employ compression on APFS, but it only actually works with HFS+ file systems.
However, even though no user visible tools comes with Mojave - the developer level APIs are actually there. A third party utility exists that uses these APIs to provide a user tool for compressing files/folders:
https://github.com/RJVB/afsctool
You refer to the wikipedia page for your statement that APFS compression is supported. The wikipedia page actually refers to the above mentioned tool for that support.
You can install afsctool from Homebrew by this command:
brew install afsctool
You can compress a file or folder like this:
afsctool -c filename
where filename can be the name of a file or a folder.
You can check if a file is compressed, and how much, by this command:
afsctool -v filename
The built-in compression feature of APFS is implemented in the same way as it was on HFS+. That support was introduced with OS X 10.6. Even though it has thus been a part of the macOS system for almost 10 years, it is not really widely used.
In my own experience it just works (HFS+ or APFS - doesn't matter). However, you might run into an edge case where some program reports the file size incorrectly or something like that. I haven't seen any such misbehavior yet. The whole idea with transparent compression is that user programs do not need to know that compression is used at all.
answered 59 mins ago
jksoegaardjksoegaard
21.6k12552
21.6k12552
add a comment |
add a comment |
Firstly, welcome to Ask Different! :) I hope you come to find this site has a lot to offer! In case you haven't already, it's worth taking the time to read the tour. All the best with your question.
– Monomeeth♦
4 hours ago