PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Windows Partitionen lassen sich nicht mehr mounten



Djingle
27.11.07, 17:50
Hi,
Neuerdings lassen sich meine Windows Partitionen nicht mehr Mounten. Hat gestern noch alles geklappt.
bei "mount -a" kommt dieser Fehler:



$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:

mount -t ntfs-3g /dev/sda1 /media/sda1 -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sda1 /media/sda1 ntfs-3g defaults,force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda4': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:

mount -t ntfs-3g /dev/sda4 /home/shared -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sda4 /home/shared ntfs-3g defaults,force 0 0


Bin noch ein Linux neuling. Daher weiß ich nicht was das zu bedeuten hat.
ach.. btw. ich nutze Ubuntu Gutsy Gibbon.
danke schonmal

Djingle

MiGo
27.11.07, 18:47
Steht doch exakt da, was du machen sollst :)
Anscheinend sind die Partitionen nicht vernünftig ausgehängt worden (Windows-Absturz?), das ist natürlich im Dateisystem vermerkt ("Mount is denied because NTFS is marked to be in use", "Konnte nicht mounten, da das NTFS als 'wird noch verwendet' markiert ist).

Linux (genauer ntfs-3g) hat Schwierigkeiten damit, und ist sich nicht sicher, was es machen soll (sooo genau ist NTFS noch nicht reverse engeneered) und bietet dir 2 Lösungsmöglichkeiten an:
A) Entweder den Kram in Windows einmal mounten und sauber unmounten (Wenns interne Festplatten sind, einfach einmal Windows booten und sauber runterfahren) oder aber
B) mit "mount -t ntfs-3g /dev/sda4 /home/shared -o force" gewaltsam auf eingene Gefah einhängen. Wenns permanent sein soll, die Option "force" in die fstab eintragen mit der beschreibenen Zeile (" /dev/sda4 /home/shared ntfs-3g defaults,force 0 0").

Gruß,
MiGo

Entweder, du mounted

gropiuskalle
28.11.07, 04:38
http://hometown.aol.de/allerleirauh/images/motz.gif

» Doppelpost (http://www.unixboard.de/vb3/showthread.php?t=34179) «

marce
28.11.07, 08:52
A) Entweder den Kram in Windows einmal mounten und sauber unmounten (Wenns interne Festplatten sind, einfach einmal Windows booten und sauber runterfahren) oder aber
... und wiklich herunterfahren - also nicht "Ruhezustand", "Suspend", oder wie auch immer das bei Windows in welcher Version gerade heisst...

temir
28.11.07, 11:12
Könnte auch mit dem Ubuntu-Problem zusammenhängen, dass der umount mit ntfs-3g nicht sauber funktioniert, die ntfs-Vols sind danach mit 'dirty' markiert. Wenn ich mich nicht täusche, gibt es sogar einen Eintrag in der Ubuntu-Bugzilla.