View Single Post
_iCeb0x_
 
 
2007-01-17, 11:36

Just to inform you guys working hard on this, I have noticed some minor problems:

1. When automounted on login or after restarting the Finder, the NTFS partitions show accurate information on size and free space. However, if you use Disk Utility, it will show the infamous "zero-everything". I have not tried the command-line method, since it's working quite well with Finder.

2. As I am not a real UNIX power-user, I took quite some time to find out that ntfslabel would be in /usr/local/sbin, which was not on my PATH. I recommend adding it to the PATH variable too. My solution is editing ~/.bash_profile and adding the following line:

export PATH=/usr/local/bin:/usr/local/sbin:$PATH

This way, you don't have to do it manually everytime you close Terminal.

3. My NTFS partition is being shown as a network mount, which seems strange. I've read this whole thread and saw something about this, but I can't find it now...

These are the really minor problems I've seen so far. Apart from these, it seems perfect for me!

Thanks all of you guys (mainly ShadowOfGed and chucker) for the amazing work.


Cheers,
_iCeb0x_
  quote