On Sat, 24 Oct 2009, soko.tica wrote:
You are right, but: ==== $ sudo mount -t ntfs -o ro /dev/wd1j /mnt/disk2 mount_ntfs: /dev/wd1j on /mnt/disk2: Operation not supported $ sudo mount -t ntfs -o ro /dev/wd1c /mnt/disk2 mount_ntfs: /dev/wd1c on /mnt/disk2: Operation not supported $ sudo mount -t ntfs -o ro /dev/wd1 /mnt/disk2 mount_ntfs: /dev/wd1 on /mnt/disk2: Operation not supported $ sudo mount -t ntfs /dev/wd1j /mnt/disk2 mount_ntfs: /dev/wd1j on /mnt/disk2: Operation not supported $ ====
NTFS support is not included in GENERIC kernels. You need a custom kernel. Regards, David

