Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: <opgelost> Cannot mount volume  (gelezen 2964 keer)

Offline s_Even

  • Lid
    • Persoonlijke blog
<opgelost> Cannot mount volume
« Gepost op: 2009/04/10, 11:23:18 »
En de problemen blijven maar komen ^^

Ik heb nu ubuntu 8.04 in dualboot met Windows geïnstalleerd, of zou dat toch moeten gedaan hebben. Enige probleem is dat ik windows op geen enkele manier aan de praat krijg. Hij staat niet in het grubmenu, en wat erger is, ik kan de partitie waar hij op staat ook niet openen vanuit ubuntu (wat dus betekent dat ik al mijn documenten, die ik zou kopiëren naar ubuntu, daarna windowspartitie formatteren, en daarna alles terugzetten, kwijt ben). Wanneer ik hem gewoon via de bestandsbladeraar probeer te openen krijg ik
you are not privileged to mount.

Ik las op dit forum dat het soms helpt als je hem met pysdm probeert te mounten, en dan krijg ik dit als antwoord:

$MFTMirr does not match $MFT (record 1).
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
« Laatst bewerkt op: 2009/04/11, 11:09:05 door s_Even »
www

Re: Cannot mount volume
« Reactie #1 Gepost op: 2009/04/10, 11:26:52 »
volgens mij is windows verkeerd afgesloten. Sluit Ubuntu eens af en start op in windows. Deze gewoon afsluiten en terug Ubuntu opstarten.

Offline dobby9

  • Lid
Re: Cannot mount volume
« Reactie #2 Gepost op: 2009/04/10, 12:33:17 »
Indien het boven staande niet helpt .
Wat staat er precies in menu.lst ?
Op the commandline Vi /boot/grub/menu .lst en als su of sudo of root  fdisk -l(L kleine letter) 
Zet de antwoorden van beide commandos op het forum.
Mischien is er wat aan te doen



Offline Kingdom

  • Lid
Re: Cannot mount volume
« Reactie #3 Gepost op: 2009/04/10, 12:43:55 »
volgens mij is windows verkeerd afgesloten. Sluit Ubuntu eens af en start op in windows. Deze gewoon afsluiten en terug Ubuntu opstarten.

Inderdaad das de enige makkelijke manier. In het begin met me externe hardeschijf had ik dit ook nu niet meer want Windows ligt in de vuilnisbak :P
Compaq presario CQ57 Beeld: 15.6, Ram: 4 GB DDR3
CPU: AMD E450 duel Core 1.65 GHZ, ATI HD 6320
XFCE Xubuntu 12.04.1 LTS)  AMD Sempron 2600+ 1,6 GHZ 1 GB DDR, XFCE Xubuntu 12.04.1 LTS 64 Bit.

Offline s_Even

  • Lid
    • Persoonlijke blog
Re: Cannot mount volume
« Reactie #4 Gepost op: 2009/04/10, 12:59:36 »
Het probleem zit hem daar net dat ik hem niet opgestart krijg in Windows, daar die niet in het grubmenu verschijnt :s

menu.lst:

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=fad6f498-559b-4a95-b82b-ce222679917d ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=fad6f498-559b-4a95-b82b-ce222679917d ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=fad6f498-559b-4a95-b82b-ce222679917d ro single
initrd /boot/initrd.img-2.6.24-16-generic

title Ubuntu 8.04, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

de vi krijg ik

command not found
fdisk -l geeft:

Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x434e78fe

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        5333    42837291    7  HPFS/NTFS
/dev/sda2            5334        5457      996030   82  Linux swap / Solaris
/dev/sda3            5458        7296    14771767+  83  Linux



Offline ohjajoh

  • Lid
Re: Cannot mount volume
« Reactie #5 Gepost op: 2009/04/10, 13:52:45 »
Ok is snel opgelost, staat er niet in in je menu.list

In diezelfde menu.list staat een voorbeeld hoe je het er in moet zetten, je kunt het letterlijk overnemen.
Na "### END DEBIAN AUTOMAGIC KERNELS LIST" Voeg je het volgende toe
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root

title Windows 95/98/NT/2000/XP/Vista/7/Dos/whatever
root (hd0,0)
makeactive
chainloader +1
Even opslaan en bij de volgende boot staat ie in de lijst.

achter "title" mag je zetten wat je wilt....

Offline dobby9

  • Lid
Re: Cannot mount volume
« Reactie #6 Gepost op: 2009/04/10, 16:07:29 »
Mocht je het niet weten hoe je het in de menu.lst krijgt als su , sudo of root of sudo nano /boot/grub/menu.lst
Ik weet niet meer of nano apart heb geinstalleerd .
Het is de oudste echte linux editor

Re: Cannot mount volume
« Reactie #7 Gepost op: 2009/04/10, 16:37:24 »
Nano moet je inderdaad apart installeren. Dit kan via Synaptic/Adept of via het volgende commando:

sudo apt-get install nano

Nano is het heerlijkste kladbokje dat ik ken :)

Re: Cannot mount volume
« Reactie #8 Gepost op: 2009/04/10, 17:31:09 »
Hier is Nano standaard geinstalleerd (8.10).

Offline s_Even

  • Lid
    • Persoonlijke blog
Re: Cannot mount volume
« Reactie #9 Gepost op: 2009/04/10, 20:07:48 »
Ik gebruik gewoon gedit ^^

Re: Cannot mount volume
« Reactie #10 Gepost op: 2009/04/11, 01:15:43 »
Indien een windows partitie niet goed is afgesloten kan je hem geforceerd mounten.

Typ in terminal gksudo nautilus

Klik nu op de windows partitie, waarbij je een foutmelding krijgt.
Klik nu op details.
De 3e regel van onderaf geeft aan hoe je hem geforceerd kan mounten.
er staat bv.
 sudo mount -t ntfs-3g /dev/sdc6 /media/hdb6 -o force
Typ dit netjes zonder fouten over in een nieuwe gestarte terminal.

hierna is de partitie gemount en kan je benaderen en erop schrijven of dingen van kopieren.

I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Offline s_Even

  • Lid
    • Persoonlijke blog
Re: Cannot mount volume
« Reactie #11 Gepost op: 2009/04/11, 09:46:50 »
Dan krijg ik bij 'details' ook gewoon weer

Citaat
$MFTMirr does not match $MFT (record 1).
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.

Offline Drummies

  • Lid
Re: Cannot mount volume
« Reactie #12 Gepost op: 2009/04/11, 10:04:46 »
In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. .

dual boot installatie,waarschijnlijk windows niet correct gedefragmenteerd,run chkdsk onder windows.....zie link vwb dual boot
http://sites.google.com/site/computertip/installeren
Gestopt als aktief Forumlid 17/10/2011

Offline s_Even

  • Lid
    • Persoonlijke blog
Re: Cannot mount volume
« Reactie #13 Gepost op: 2009/04/11, 11:07:18 »
Probleem opgelost.
Wat ubuntu niet kon, wist puppy wel te fiksen xD