Windows partitie mounten in ubuntu linux

Status
Niet open voor verdere reacties.

sonicboy

Nieuwe gebruiker
Lid geworden
10 mrt 2009
Berichten
2
Heb een kwaadaardig virus op mijn laptop zitten, en kan niet meer booten in windows. Daarom heb ik de tip gerkegen om via de live versie van ubuntu linux op te starten via cdrom. Nu, dit lukt, maar wat niet lukt is om de windows (vista) schijf te lezen.

Ik krijg volgende error: $logfile indicates unclean shutdown (0,0) Failed to mount '/dev/sda3': Operation not supported Mount is denied because ntfs is marked to be in use. Choose one action: Choice 1: If you have Windwos 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/sda3/media/os -0 force or add the option to the relevant row in the /etc/fstab file: /dev/sda3/media/OS ntfs -3g force 0 0

Wat moet ik nu doen om het te doen slagen? zou volgende helpen? (durf niet te proberen uit schrik dat kan mislukken): http://www.cyberciti.biz/faq/mounting-windows-partition-onto-ubuntu-linux/

bedankt op voorhand
 
Mount is denied because ntfs is marked to be in use.
Je hebt Windows blijkbaar niet goed afgesloten. Daarom kan je de partitie niet mounten.

Je hebt twee mogelijkheden om dit op te lossen:
Choose one action: Choice 1: If you have Windwos 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/sda3/media/os -0 force or add the option to the relevant row in the /etc/fstab file: /dev/sda3/media/OS ntfs -3g force 0 0

Omdat je Windows niet kan opstarten is optie 1 niet mogelijk, dus dan blijft optie 2 (op eigen risico) over
mount -t ntfs -3g /dev/sda3 /media/os -0 force

Als je de partitie alleen wilt lezen kan je ook proberen om hem read-only te mounten:
mount -t ntfs -o ro /dev/sda3 /media/os
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan