Friday, July 16, 2010

Mount NTFS in Linux

How to mount NTFS in Linux with appropriate code page?

Mount command

# mount -t ntfs /dev/hda1 /mnt/hda1 -o user,ntfs,codepage=850,exec,umask=0,iocharset=iso8859-2

Record in /etc/fstab

/dev/hda1 /mnt/hda1 ntfs user,ntfs,codepage=850,exec,kudzu,umask=0,iocharset=iso8859-1 0 0

0 komentářů: