Login
linux на старый компьютер
551 просмотров
Перейти к просмотру всей ветки
Дактиль старожил
in Antwort Chipolino 12.01.08 12:31
http://делай ext2
Это удобно, если пользуешся винчестером в одиночку... а друзья виндоюзеры, что тогда ?
Вот нашла ...
The solution is to create a file /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi with
Upon restarting hald I can now read and write to the NTFS partition.
Now I was wondering why this has not been included as default? Is this something that only I have experienced?
Это удобно, если пользуешся винчестером в одиночку... а друзья виндоюзеры, что тогда ?
Вот нашла ...
The solution is to create a file /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi with
В ответ на:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<device>
<match key="volume.fstype" string="ntfs">
<match key="@block.storage_device:storage.hotpluggable" bool="true">
<merge key="volume.fstype" type="string">ntfs-3g</merge>
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
<append key="volume.mount.valid_options" type="strlist">locale=</append>
</match>
</match>
</device>
</deviceinfo>
Code:
<?xml version="1.0" encoding="UTF-8"?>
<device>
<match key="volume.fstype" string="ntfs">
<match key="@block.storage_device:storage.hotpluggable" bool="true">
<merge key="volume.fstype" type="string">ntfs-3g</merge>
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
<append key="volume.mount.valid_options" type="strlist">locale=</append>
</match>
</match>
</device>
</deviceinfo>
Upon restarting hald I can now read and write to the NTFS partition.
Now I was wondering why this has not been included as default? Is this something that only I have experienced?