Tinycore is here 12/1/2008! Welcome visitors.
CONFIG_NTFS3_FS=m
mount -t ntfs3 /dev/sdxY /mnt/sdxY
HI xorAccording to the kernel config file, yes it can:Code: [Select]CONFIG_NTFS3_FS=mfound here:http://tinycorelinux.net/13.x/x86/release/src/kernel/config-5.15.10-tinycoreIf specifying the filesystem type, you must use ntfs3 , not ntfs. For example:Code: [Select]mount -t ntfs3 /dev/sdxY /mnt/sdxY
sudo modprobe ntfs3
ntfs-3g /dev/sdxY /mnt/sdxY