This is what maybe happened: ntfs-config makes a permanent entry in the file system table (called fstab). You shouldn't use ntfs-config for temporary partitions like usb sticks. Now there's maybe a line in fstab similar to this:
Code:
/dev/disk/by-id/etc-etc-part1 /mnt/sdb1 ntfs-3g users,gid=users,blah_blah_F-8 0 0
You have to remove it.
You can see the line/s in fstab by executing this command in a console:
See the one with ntfs-3g in it; that would let you see whether I am right or whether I misdiagnosed the situation.
If it's there, make a backup copy of fstab and then edit fstab and remove the offending line.
Swerdna