All Questions
3 questions
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 ...
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,...
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?