Saturday 28 May 2011

Fix "NTFS Configuration Utility" ("No Such File") Error

To fix the "OSError: [Errno 2] No such file or directory: '/etc/hal/fdi/policy'" error, either, install "hal" from the software centre, or, create an empty policy file by opening a terminal and typing...
cd /etc
sudo mkdir hal
cd hal
sudo mkdir fdi
cd fdi
sudo gedit policy
...save and exit, close terminal, and launch ntfs-config by typing...
gksu ntfs-config 

No comments:

Post a Comment