#41
Posted 17 January 2007 - 05:18 AM
#42
Posted 17 January 2007 - 08:16 AM
This assumes you have the MacFUSE runtime environment installed: either through the binary tarball or through compilation from scratch. For details on setting up MacFUSE, see the HOWTO page.
# Mounting the SSH file system
$ mkdir /some/mount/point # or use one that already exists
$ sshfs user@host:/some/directory /some/mount/point -oping_diskarb,volname=<volname>
<volname> should be a string you wish to use as the name of the newly mounted volume. If everything went fine, you should see the volume on your Desktop and in the Finder (unless you have disabled remote volumes from showing up in these places).
Once you are done using sshfs, you can unmount the volume either using the eject icon in the Finder or other common user-interface means of ejecting. Alternatively, you can do the following from the command line:
$ umount /some/mount/point
So, I ask, is the mounting of remote volumes on the desktop disabled by default? How do I enable it? Anyone successfully mount an ssh file system and have it show up on the desktop?
#43
Posted 17 January 2007 - 09:27 AM
#44
Posted 17 January 2007 - 04:57 PM
Here is the new version from Jan. 16th:
http://idisk.mac.com..... 20070116.dmg
So what is new with this version ?
#45
Posted 17 January 2007 - 05:10 PM
im also getting the same error can anyone helpuhhmmmm...... For some reason i can't install ntfs-3g, it says it needs macfuse but i have already installed macfuse. Any suggestions?
#46
Posted 17 January 2007 - 05:28 PM
Open the file info.plist with textedit & look for this code
<key>IFRequirementDicts</key> <array> <dict> <key>Level</key> <string>requires</string> <key>MessageKey</key> <string>macfuse_required</string> <key>SpecArgument</key> <string>/Library/Receipts/MacFUSE.pkg</string> <key>SpecType</key> <string>file</string> <key>TestObject</key> <true/> <key>TestOperator</key> <string>eq</string> <key>TitleKey</key> <string>macfuse_package</string> </dict> </array>
Remove this code from the info.plist and close textedit,saving the newly edited info.plist. Now just click on the package and install.
#47
Posted 17 January 2007 - 08:11 PM
you can go to /System/Receipt (or something like this)
and You will find a:
MacFuse Core.pkg
Copy it and rename the copy to
MacFuse.pkg
Im not sure about the caps, just keep the same caps as the one with "Core", just remove the core part.
After that you will be able to install.
#48
Posted 17 January 2007 - 09:06 PM
#49
Posted 17 January 2007 - 11:45 PM
thanx jas i got it installed nowTo fix this error you can mount the ntfs-3g dmg and drop the ntfs-3g install pkg into your desktop.Next click on the pkg and pick show contents and go into the contents folder.
Open the file info.plist with textedit & look for this code<key>IFRequirementDicts</key> <array> <dict> <key>Level</key> <string>requires</string> <key>MessageKey</key> <string>macfuse_required</string> <key>SpecArgument</key> <string>/Library/Receipts/MacFUSE.pkg</string> <key>SpecType</key> <string>file</string> <key>TestObject</key> <true/> <key>TestOperator</key> <string>eq</string> <key>TitleKey</key> <string>macfuse_package</string> </dict> </array>
Remove this code from the info.plist and close textedit,saving the newly edited info.plist. Now just click on the package and install.
#50
Posted 18 January 2007 - 03:54 AM
use
ntfs-3g /dev/disk0s1 /Volumes/"Storage" -o ping_diskarb,volname="Storage",locale=zh_CN
instead of,
ntfs-3g /dev/disk0s1 /Volumes/"Storage" -o ping_diskarb,volname="Storage"
Otherwise, all folders/files containing eastern Asian Language will be invisible. You may change zh_CN to real locale setting.
#51
Posted 18 January 2007 - 05:50 AM
It's working great on one of my drives, but not the other. When I try write, I get this error:
The Finder cannot complete the operation because some data in "my file" could not be read or written. (Error code -36).
Any help is much appreciated,
Peekay
#52
Posted 18 January 2007 - 08:09 PM
mickles's method is working. However, I think another method is to disable osx to automount NTFS volume as readonly before mount it using fuse.
In Terminal,
cd /etc
sudo nano fstab
add,
LABEL=NTFSxxx /private/mnt/NTFSxxx ntfs ro,noauto (replace NTFSxxx with real volume name)
^x
then,
cd /System/Library/StartupItems/Disks/
sudo nano Disks
add after "/sbin/autodiskmount -va"
PATH=$PATH:/usr/local/bin
export PATH
mkdir /Volumes/Storage
ntfs-3g /dev/disk2s1 /Volumes/"Storage" -o ping_diskarb,volname="Storage"
^x
reboot
cheesecake I followd your instructions and it went well until I rebooted on the second time.
Now I sometimes get it to mount, and sometimes it won't show up at all. Its becoming like a roulette wheel. any suggestions
thanx
#53
Posted 18 January 2007 - 08:40 PM
#54
Posted 18 January 2007 - 09:53 PM
The latest versions as of this post are:
* MacFUSE 0.1.0_beta6-r3
* NTFS-3G 20070116-r4.
http://forums.applen...p;postcount=114
#55
Posted 19 January 2007 - 12:39 AM
Nevermind, it's working now -- type-o on my part!Hi,
It's working great on one of my drives, but not the other. When I try write, I get this error:
The Finder cannot complete the operation because some data in "my file" could not be read or written. (Error code -36).
Any help is much appreciated,
Peekay
Another question, though:
Is it a bad idea to write to my NTFS partition (or a FAT32 partition, for that matter) using a program other than Finder ie. Bittorrent etc?
Thanks,
Peekay
#56
Posted 22 January 2007 - 12:52 AM
Does this thing allow read/write from OS X and Windows (in both directions)?
#57
Posted 22 January 2007 - 06:44 PM
#58
Posted 22 January 2007 - 10:39 PM
Altho atm I have a FAT32 partition for cross-platform read+write. Would be nice to write to my USB hard drive which for some reason came formatted as NTFS
#59
Posted 23 January 2007 - 02:51 PM
#60
Posted 26 January 2007 - 04:45 PM
defaults write com.apple.Finder AppleShowAllFiles YES
you can display all (hidden) files on a HFS+ parttion and see that a HFS+ partition has a file named .VolumeIcon.icns on it
I was wondering, now that NTFS has write support, I tried to write the file .VolumeIcon.icns wich every mac drive has to the NTFS partitions, in order to display a drive icon of my liking for the NTFS partitions, but somehow, these drive icons are not being displayed. does a drive icon also need something else besides .VolumeIcon.icns???
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Sign In
Create Account







