Questions tagged [macfuse]
The macfuse tag has no usage guidance.
23 questions
0
votes
0
answers
158
views
Mac OS - How to enable disable developer?
I was installing the macFUSE and when I was setting it, I was asked by the operations system (OSX) to approve/enable the extension:
However, I accidentally clicked the "Ignore" button and ...
1
vote
1
answer
2k
views
Cannot mount USB drive with ntfs-3g on macOS 11.7
I'm trying to mount 1Tb USB drive on BigSur. Always get the same error.
sudo ntfs-3g /dev/disk3s1 /VOLUMES/NTFS -volname="test" -o local -o negative_vncache -o auto_xattr -o auto_cache -o ...
0
votes
1
answer
1k
views
Cannot uninstall osxfuse from Homebrew
I have an old Macbook Pro where I apparently installed osxfuse at some point. Now I can't uninstall it, even though it's listed as installed.
I tried updating the OS to macOS Monterey 12.1, and I'm ...
1
vote
0
answers
179
views
Lightroom Classic CC unable to access photos on an OSX FUSE-mounted Veracrypt volume
For privacy, especially while travelling, I maintain my photo library in this arrangement:
Lightroom catalogue file inside a Veracrypt volume on an external SSD
Original photos inside a Veracrypt ...
0
votes
1
answer
815
views
Label an Unnamed ext-2/3 Partition in Mac OSX Yosemite
So, slight issue.
I'm attempting to label my Ubuntu partition on my Mac and cannot get access to a flash drive. Here are my resources:
fuse-ext2 enabled terminal emulation
Disk Utility
Mac OS ...
7
votes
0
answers
428
views
mhddfs+osxfuse via fstab?
I'm trying to create a virtual drive pool using FUSE for OS X and mhddfs.
This command works for me:
sudo mhddfs /Volumes/D01,/Volumes/D12,/Volumes/D103,/Volumes/D110 /mnt/DrivePoolA -o allow_other,...
4
votes
1
answer
4k
views
How to find the origin of OSX Fuse installed on my system? Then remove it
I have a computer running OSX Mountain Lion 10.8.4. Recently (within the last month) I noticed OSX Fuse in my System Preferences pane. However, I did not install OSX Fuse to my knowledge. In fact, I ...
-1
votes
1
answer
671
views
MacFusion connecting to CentOS: Authentication failed
I've got three iMacs here (one mine, two from others), which should all connect through SSHFS with a MacFusion client to a CentOS server. I've been trying to get it all working with my iMac, which ...
3
votes
1
answer
1k
views
Backup sshfs volume via Time Machine on macosx
Is it possible to mount a filesystem via sshfs on my mac and have
time machine back that up to external disk?
Time machine does backup any other external drives to its dedicated
external drive so ...
1
vote
1
answer
331
views
In OS X, why does one external HD mount as fusefs and another as ntfs?
I'm on a Mac running Snow Leopard with the old/free version of MacFUSE and NTFS-3G. I have one external harddrive that was pre-formatted in NTFS and mounts itself with fusefs, so everything's great. ...
4
votes
1
answer
3k
views
Is there a copy-on-write filesystem for Mac OS X?
I'm on Snow Leopard. I have both MacFUSE and fuse4x installed. Is there a copy-on-write filesystem that I can install?
I tried building UnionFS-FUSE 0.25 using fuse4x's includes and libs, but I get ...
0
votes
1
answer
509
views
Mount ext2 file on Mac
I want to mount a virtual disk file that has been formatted with ext2. I want to do
sudo mount -t ext2 -o loop my-file mount-point
ext2fuse and macfuse from MacPorts are installed. I can't find an ...
2
votes
1
answer
2k
views
How to use NTFS-3G installed using MacPort?
After upgrading to Lion I'm having problem mounting NTFS drives in read/write mode. This is because NTFS-3G distributed by http://www.tuxera.com does not work with Lion.
As far their suggestion I ...
2
votes
1
answer
273
views
Lost ability to write to NTFS USB disk using MacFUSE and OS X
Up until recently I was able to read and write files from my MacBook Pro to my 1.5TB USB Western Digital HD. I recently lost that ability after a friend copied a folder onto the harddrive from his ...
3
votes
1
answer
818
views
How to get sshfs running on Mac OS X 10.6 64-bit?
There seem to be a couple of problems at play here. First let me describe my set-up:
I have a Xubuntu 11.04 file server that I can SSH into. I believe that machine has all the packages it needs on it ...
2
votes
1
answer
1k
views
Set MacFUSE options with EncFS and password from stdin
Today I set up an EncFS volume and I want to automate it as much as possible. I discovered that I can pass the password via stdin with the -S switch:
echo sekret | encfs -S ~/encrypted JC /Volumes/...
2
votes
2
answers
5k
views
How can I mount a ReiserFS partition on Mac OSX?
I'm on a machine running OSX Leopard and Ubuntu 10.04: Ubuntu is installed on a ReiserFS partition, and it's data as well.
Ubuntu and OSX are installed one for disk (disk0s* OSX - disk1s* Ubuntu)
I'...
6
votes
3
answers
12k
views
MacFUSE + ext4fuse = No luck
So I'm trying to mount my ext4 (with extents) partition on Mac OS X using MacFUSE (from MacPorts) and ext4fuse (compiled from git), but I just can't manage to do it. I'm trying to do it like this:
...
1
vote
0
answers
373
views
sshfs and emacs on OS X; file has changed since last visited or saved
I am trying to use sshfs (2.2.0) and macfuse (2.0.3) along with emacs (23.2.1).
Many times when I try to save a file that I am editing from the remote file system I get the error:
file.txt has ...
0
votes
1
answer
4k
views
Error installing pkgconfig via macports
I installed Macports 1.8.2 from a DMG. That seemed to install fine. I ran sudo port selfupdate to make sure my ports tree was current. I then tried to install bindfs as I want to mount some ...
7
votes
3
answers
15k
views
Mount an sshfs via macfuse at boot
I want to mount an sshfs folder at boot under Mac OSX: I'm using Macfusion right now, that is a GUI for MacFUSE, but I have to mount the folder manually.
How can I achieve that?
2
votes
1
answer
5k
views
Mount ext2/ext3 in Mac OS X Snow Leopard [duplicate]
I'm trying to extract files from an ext3 formatted drive. I have snow leopard. I have tried the Macfuse/macfusion/fuse-ext2 suggestions but suspect my lack of experience is causing a problem. I ...
6
votes
4
answers
17k
views
How can I uninstall fuse-ext2 and macfuse on Mac OS X
Can you please tell me how can I uninstall fuse-ext2 and MacFUSE on Mac OS X?