11.3 - RC1 - ntsf-config

I note that ntfs-config not start:

ntfs-config
Traceback (most recent call last):
File “/usr/bin/ntfs-config”, line 102, in <module>
main(args, opts)
File “/usr/bin/ntfs-config”, line 75, in main
app = NtfsConfig()
File “/usr/lib/python2.6/site-packages/NtfsConfig/NtfsConfig.py”, line 56, in init
os.mkdir(HAL_CONFIG_DIR)
OSError: [Errno 2] No such file or directory: ‘/etc/hal/fdi/policy’

Can i solve this problem?

Thanks

giovanni

On 06/18/2010 12:06 PM, predieri wrote:
>
> I note that ntfs-config not start:
>
> ntfs-config
> Traceback (most recent call last):
> File “/usr/bin/ntfs-config”, line 102, in <module>
> main(args, opts)
> File “/usr/bin/ntfs-config”, line 75, in main
> app = NtfsConfig()
> File “/usr/lib/python2.6/site-packages/NtfsConfig/NtfsConfig.py”,
> line 56, in init
> os.mkdir(HAL_CONFIG_DIR)
> OSError: [Errno 2] No such file or directory: ‘/etc/hal/fdi/policy’
>
>
> Can i solve this problem?

sudo mkdir -p /etc/hal/fdi/policy

My system has 3 empty directories under /etc/hal/fdi, namely
information, policy and preprobe. I have not a clue as to why your
system has not created them.

These missing dirs are due to the fact that hal wasn’t installed by default?
See bugs about missing usb mount feature of kde-4.4.3