My computer's internal hard drive has an intermediate partition called 'Storage' which can be accessed from either Windows or Ubuntu. It is an NTFS partition but when I try to mount it in Ubuntu as root using:
sudo /usr/bin/udisks --mount /dev/sda3
I get the error message
Mount failed: Error mounting: mount exited with exit code 1: helper failed with: mount: unknown filesystem type 'ntfs-3g'
Please note that I only have a very basic understanding of Ubuntu so if anyone could give me step by step instructions to fix this it would be very much appreciated! Thanks.