
Iniciado por
steve314
Para escribir en la NTFS en primer lugar ponle el firmware 519 o 751 y luego editar el fichero rcS poniendo:
umount /tmp/hdd/volumes/HDD2
sleep 2
mount -t ntfs -o umask=0000,nls=utf8 /dev/ide/host0/bus0/target0/lun0/part7 /tmp/hdd/volumes/HDD2
Hope that helps. Cheers, Steve.