Unknown filesystem type 'ntfs' | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Gnome complains when trying to mount ntfs, saying it unknowing its filesystem type
But the problem doesn't concern only gnome... its a bug on some core system, when trying to mount from the terminal
Code | [In neuem Fenster öffnen] | |
[diogo@hp-laptop:~]$ sudo mkdir /mnt/test
[diogo@hp-laptop:~]$ sudo mount /dev/sda1 /mnt/test/
mount: type of filesystem 'ntfs' unknown
[diogo@hp-laptop:~]$
|
But when forcing it to use ntfs-3g... it works:
Code | [In neuem Fenster öffnen] | |
[diogo@hp-laptop:~]$ sudo mount -t ntfs-3g /dev/sda1 /mnt/test/
WARNING: All config files need .conf: /etc/modprobe.d/nvidia-glx.modprobe, it will be ignored in a future release.
[diogo@hp-laptop:~]$
| .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|
Re: Unknown filesystem type 'ntfs' | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | I found that it can be fixed if you symlink the command mount.ntfs to mount.ntfs-3g
.............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|