Nicht autorisierter Mount hd ubuntu 10.04

476
Roger Câmara

Hey, ich versuche, meine HD auf Ubuntu zu mounten, indem ich die Meldung "Kein möglicher Mount-Standort - Nicht autorisiert" erhalte.

Dies geschah nach einigen Upgrades auf dem System und der Sound hörte ebenfalls auf.

Hier ist meine Fstab-Datei:

# /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda5 during installation UUID=34a80206-2142-427e-9c43-52aabbd28d81 / ext4 errors=remount-ro 0 1 UUID="F0DE78CDDE788D9A" /media/sda2 ntfs-3g defaults,locale=pt_BR.UTF-8 0 0   # # # 

In diesem Fall ist es der sda2, der mich nicht montiert hat.

Vielen Dank.

0

1 Antwort auf die Frage

0
RobotHumans

Versuchen Sie, die Gebietsschema-Option zu löschen, und prüfen Sie, ob sie angehängt wird. Auch das UUID-Format sieht für mich nicht richtig aus.