Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
40 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
1answer
273 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 ...
1
vote
1answer
61 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
1answer
207 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 ...
0
votes
0answers
83 views

Let EncFS automatically create missing directory for mount point

EncFS’ default behavior is to ask if it should create a missing directory if it doesn’t exist: The directory "/Volumes/Encrypted" does not exist. Should it be created? (y,n) Directory not created. ...
0
votes
0answers
140 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 ...
0
votes
1answer
665 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) ...
0
votes
0answers
458 views

MacFusion 2.0.4 on Snow Leopard 10.6.5 with MacFUSE 2.1.5 (beta)

MacFusion used to work like a charm until I updated to SnowLeopard 10.6.5 and MacFusion 2.0.4. Now I can't mount remote hosts via SSH anymore. I use the latest version of MacFusion (2.0.4) and ...
3
votes
2answers
2k 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
0answers
114 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
1answer
1k 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 ...
2
votes
1answer
2k 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
1answer
3k views

Mount ext2/ext3 in Mac OS X Snow Leopard

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 ...
2
votes
2answers
3k 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?