Did you try on Big Sur?Step 1 : boot into recovery and from terminal there issue the following
csrutil disable
csrutil authenticated-root disable
Reboot
Step 2 : once back at desktop, from terminal type mount, you should see deviceses like /dev/disk1s5s1, your case might be different, but look for disk that represent /Volume/Macontosh HD, or whatever your name.
Step 3: from terminal type mkdir mnt, it will create directory in your user home
Step 4: mount this as following:
sudo mount -o nobrowse -t apfs /dev/disk1s5 mnt/
make sure you use disk1s5, not disk1s5s1, remove last "s1"
once mounted from terminal
sudo rm -rf mnt and drag application you want to delete, for example
sudo rm -rf mnt/System/Applications/Maps.app , hit enter
repeat for any application you want to remove
Step4: once done , you need to bless the folder
from terminal
sudo bless --folder mnt/System/Library/CoreServices --bootefi --create-snapshot && sudo reboot
once reboot your application is gone forever.
P.S
in Mojave it was easy, in Catalina it was relativly easy , you still can mount volume by ussing "sudo mount -uw/"
BUT Big Sur, uses snapshot, so you cannot mount it the way in Catalina, and once you done messing your system, you need to create new snapshot, by using "blessing" comand.
/Volume/Mcintosh HD NOTDid you try on Big Sur?
And I actually tried to type mount in terminal but I don't see anything like /Volume/Macontosh HD
i have disk for :
-Volumes/VM
Volumes/Preboot
Volumes/Update
Volumes/xarts
Volumes/iSCPreboot
Volumes/Hardware
Volumes/Data
Volumes/Data/home
Pardon? what that means?/Volume/Mcintosh HD NOT
/Volumes/Mcintosh HD
maybe
In Terminal an entry with a space, likePardon? what that means?
Macintosh HD
is entered as Macintosh\ HD
.volume
, --volume
, /Volumes/
, /volumes/
, etc.There is not an alternative solution
There's Calibre, but it is slow and has an ugly interface.Not at all out of mind. For example, I want to delete the Music app and the Books app.
I want iTunes 12.6.5.3 to handle my books (i.e to change tags and covers and do drag and drop transfers to my iPads). The Books app is worthless crap because it only allows transfers of books that you bought from Apple. This SUCKS big time. Anyway I'll stay on Mojave and maybe a couple of years from now things will get better and I will update the OS. I just wanted to point out that all users are not the same. Some people want to do things differently, that's why they ask for help in the forums.
Core apps are those many people use on a frequent basis, like a brower and a mail client.core apps
There's Calibre, but it is slow and has an ugly interface.
Transfering books works fine in Books. Just drag from the window to the HD in order to get the original format. However, Books never modify the original epubs, but keep an internal database of changes.
Tranferring between devices should not be a problem. I have ten thousand books – non is Apple, all are imported – and they load to my Iphone as expected.
Fresh install takes up roughly 20GB.they take up so much disk space
It's not about the spaceThe protected Applications folder takes up about 650 Mbytes out of a clean install of mebbe 23 Gbytes, or about 2%.
That is about 1/3 of the space that MS Word alone takes up, or a little more than Pages does.
Thanks for your reply. True Calibre can modify tags but I also forgot to mention that audiobooks cannot be transfered to iOS devices if thet are not bought from the Apple.There's Calibre, but it is slow and has an ugly interface.
Transfering books works fine in Books. Just drag from the window to the HD in order to get the original format. However, Books never modify the original epubs, but keep an internal database of changes.
Tranferring between devices should not be a problem. I have ten thousand books – non is Apple, all are imported – and they load to my Iphone as expected.
I only read books on my iPads. And I read A LOT everyday (I am retired and I don’t have a tv). I find the Books app on my Mac completely useless for reading.I rarely use Books any more, as I read books on iPhone and a Lenovo Android pad. I use Google Play Books for free books (i.e. from Project Gutenberg) and Scribd for paid-for books. The advantage of these two apps is that your book collection is held in the cloud and downloaded to the device you want to read it on. As well, where you have read up to is synchronised between devices.
Hm, I think Books is just right for reading (4K screen, dark mode) and keeping a library. It would have been perfect if it had reasonable editing cababilities, actually saving edits to books, allowing for language and other columns in the browser, and having an option for larger list view text and covers.I only read books on my iPads. And I read A LOT everyday (I am retired and I don’t have a tv). I find the Books app on my Mac completely useless for reading.
Can you do a video? I'm a boomer et I'm scared about doing a big mistake and loose eveythingStep 1 : boot into recovery and from terminal there issue the following
csrutil disable
csrutil authenticated-root disable
Reboot
Step 2 : once back at desktop, from terminal type mount, you should see deviceses like /dev/disk1s5s1, your case might be different, but look for disk that represent /Volume/Macontosh HD, or whatever your name.
Step 3: from terminal type mkdir mnt, it will create directory in your user home
Step 4: mount this as following:
sudo mount -o nobrowse -t apfs /dev/disk1s5 mnt/
make sure you use disk1s5, not disk1s5s1, remove last "s1"
once mounted from terminal
sudo rm -rf mnt and drag application you want to delete, for example
sudo rm -rf mnt/System/Applications/Maps.app , hit enter
repeat for any application you want to remove
Step4: once done , you need to bless the folder
from terminal
sudo bless --folder mnt/System/Library/CoreServices --bootefi --create-snapshot && sudo reboot
once reboot your application is gone forever.
P.S
in Mojave it was easy, in Catalina it was relativly easy , you still can mount volume by ussing "sudo mount -uw/"
BUT Big Sur, uses snapshot, so you cannot mount it the way in Catalina, and once you done messing your system, you need to create new snapshot, by using "blessing" comand.