I am enjoying AntiX but I have a serious problem with it. My Windows NTFS partition won' t mount and I can' t access any files on it from within Linux. I would appreciate any advice you could offer on how to go about fixing this issue.
This is the error message that I get when I try to mount the partition from ROX-Filer:
Code: Select all
Mounting /mnt/sda2
mount: unknown filesystem type 'ntfs-3g'
Mount failed
Done
There was one error.
Code: Select all
# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda6 / ext3 defaults,noatime 1 1
/dev/sda5 swap swap sw,pri=1 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
# Dynamic entries below
/dev/sda1 /mnt/sda1 vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/sda2 /mnt/sda2 ntfs-3g noauto,users,noexec,uid=1000,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/sda3 /mnt/sda3 vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/sda7 /mnt/sda7 vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/sdb1 /mnt/sdb1 vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/sdc /mnt/sdc vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/sdd /mnt/sdd vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0