To begin with, I have already installed ntfs-config and ntfsprogs-fuse
When I plug in my USB HDD (formatted in NTFS fs), I get:
Permission denied
So I mount it manually:
sudo mount /dev/sdb1 /media/Glade
Now if I try to access it, I get:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
The HDD shows “No files, No folder” and the above mentioned error message. While on the same laptop, I dual boot with Ubuntu Hardy and the HDD works perfectly. Plus, ofcourse, it works fine with my Windows desktop.
>
> To begin with, I have already installed ntfs-config and ntfsprogs-fuse
> When I plug in my USB HDD (formatted in NTFS fs), I get:
>> Permission denied
> So I mount it manually:
>
> Code:
> --------------------
> sudo mount /dev/sdb1 /media/Glade
> --------------------
>
> Now if I try to access it, I get:
>> mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing
>> codepage or helper program, or other error In some cases useful info is
>> found in syslog - try dmesg | tail or so
>
> dmesg | tail returns: http://pastebin.com/m2250c797
>
> The HDD shows “No files, No folder” and the above mentioned error
> message. While on the same laptop, I dual boot with Ubuntu Hardy and
> the HDD works perfectly. Plus, ofcourse, it works fine with my Windows
> desktop.
>
> I have tried everything advised here:
> http://tinyurl.com/63dr7a
>
> Any suggestions?
>
>
Yes. Read post from Nagilum and the answer in this group (30/6/08)
I have the same problem. And the problem is right there in the mount command.
mount /dev/sdb1 /media/Glade
That worked in 10.3 perfectly with NTFS partitions. In 11.0 it returns an error - says unknown fs type.
Still I have only one suggestion. Try to use NTFS-3G driver and use the command:
mount -t ntfs-3g /what/ /where/ -o force,locale=ru_RU.UTF-8
The last part is optional. Use “force” option in case you have the problem with “unclear unmounts” and use the “locale” option, if you have language-specific problems with your NTFS partition. (if you do not need both - skip the “-o” as well)
I think, we should wait for updates.
P.S.
DO NOT use ntfs-config - thats my personal recommendation. In 10.3 I had real problems with this app. It worked 100% well for my external NTFS HDD, but at the same time I got issues with my USB Flash disks, which are FAT-32.
The NTFS-3G driver and some manual manipulations allowed me to have my external USB HDD automount on hotplug with write permissions for user. Unfortunately, that does not work on 11.0, because mount problem