Ubuntu - Non vedo più le partizioni di win..

Discussioni sui sistemi operativi Unix like, con un occhio di riguardo per Linux.

Moderatori: cb_123, thrantir, netvandal, CaberNET54

Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 29 set 2007, 10:44

:? questa mattina win non si avvia più.. Vorrei salvarmi dei file importanti dalla partizione C prima di formattare, avvio Ubuntu e.. nn vedo più le partizioni NTFS che ho sempre consultato fino all altro giorno.. Questo è quello che mi si presenta quando lancio ntfs-config..
Immagine
Aiutoooo!!
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

 

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi CaberNET54 il 29 set 2007, 12:37

Domanda:
- Windows lo lanciavi con il boot manager del GRUB di Ubuntu, o in modo indipendente (per esempio da bios)?

Se la prima è giusta non preoccuparti, è possibile correggere il menu.lst di /boot/grub o verificare l'eventuale ricodifica della UUID della partizione NTFS di sistema di Windows nel /etc/fstab.

da terminale digita:

ls /dev/disk/by-uuid/ -alh

così vedrai le corrette UUID di ogni singola partizione, per fare eventualmente una sostituzione di quella corretta, con quella non più valida all'interno del fstab.

Puoi anche digitare da terminale:

blkid

e avere informazioni analoghe!

Fammi sapere, e riporta eventualmente in formato testo sia il menu.lst del grub che il fstab.

Non arrenderti!!! 8-)
Immagine
ASROCK 880G Extreme3 - PHENOM II X6 1055T (OC Daily 3724 Mhz @ 1,3375 Vcore rock-solid) - Cooling by Noctua NH-D14 - Corsair 8GB (4x XMS3 2GB) PC-12800 - POV 8800GT 512Mb @ EXO 650/1950/1625 + Zalman GV1000 - OCZ Vertex2 120GB - 2 x WD Caviar 1 Tb - Enermax Chakra Monster Fan & Modu82+ 625W - APC BACK-UPS RS 800VA.
Immagine
multiboot (WINDOWS7 Ultimate 64bit - UBUNTU 10.04 LTS 64bit)
SEMINA LINUX CHE TANTO WINDOWS SI PIANTA DA SOLO
Avatar utente
CaberNET54
Moderatore
Moderatore
 
Messaggi: 2335
Iscritto il: 02 gen 2004, 08:17
Località: Venezia

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 29 set 2007, 12:41

si lo lanciavo col boot manager di Grub!!

digitando s /dev/disk/by-uuid/ -alh mi esce questo:

drwxr-xr-x 2 root root 140 2007-09-29 13:34 .
drwxr-xr-x 6 root root 120 2007-09-29 13:34 ..
lrwxrwxrwx 1 root root 10 2007-09-29 13:34 2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25 -> ../../sda2
lrwxrwxrwx 1 root root 10 2007-09-29 13:34 467E-B2C8 -> ../../sda4
lrwxrwxrwx 1 root root 10 2007-09-29 13:34 8ad8e98b-5372-4e53-bbfe-76021148beb2 -> ../../sda3
lrwxrwxrwx 1 root root 10 2007-09-29 13:34 B268187168183717 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2007-09-29 13:34 C0F06A76F06A7298 -> ../../sda1

digitando blkid:

/dev/sda1: TYPE="ntfs"
/dev/sda2: UUID="2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda3: UUID="8ad8e98b-5372-4e53-bbfe-76021148beb2" TYPE="swap"
/dev/sdb1: TYPE="ntfs"
/dev/sda4: UUID="467E-B2C8" TYPE="vfat"
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 29 set 2007, 12:43

questo è il 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 change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 4

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

## 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=2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25 ro

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

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

## 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

## ## End Default Options ##

title Ubuntu, kernel 2.6.20-16-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25 ro single
initrd /boot/initrd.img-2.6.20-16-generic

title Ubuntu, kernel 2.6.20-15-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25 ro single
initrd /boot/initrd.img-2.6.20-15-generic

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

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 29 set 2007, 12:45

questo è fstab:

# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0
# Entry for /dev/sda2 :
UUID=2ebd6be4-8c58-4f1a-9e4d-c64e8083ac25 / ext3 defaults,errors=remount-ro 0 1
# Entry for /dev/sda1 :
UUID=C0F06A76F06A7298 /media/sda1 ntfs-3g defaults,locale=it_IT.UTF-8 0 1
# Entry for /dev/sdb1 :
UUID=B268187168183717 /media/sdb1 ntfs-3g defaults,locale=it_IT.UTF-8 0 1
# Entry for /dev/sda3 :
UUID=8ad8e98b-5372-4e53-bbfe-76021148beb2 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 29 set 2007, 13:11

che devo fare Caber? tu vedi qualcosa di anomalo?
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi diegofio il 29 set 2007, 13:16

il problema si risolverebbe se tu riuscissi ad avviare windows normalmente (è successo anche a me in passato). altirimenti non ti resta che montare il disco/partizioni in modalità read only e ti salvi i dati. dopodichè reinstalli windows.
diegofio
AmdPlanet Guru
AmdPlanet Guru
 
Messaggi: 9270
Iscritto il: 29 lug 2005, 09:55

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 29 set 2007, 13:28

e per montare in modalità read only come faresti?
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 29 set 2007, 13:35

ok ho fatto, in modalità read only mi vede tutto!! ora salvo..
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi CaberNET54 il 29 set 2007, 14:31

Mi sembra tutto regolare :? , buona l'idea di Diego :D , non vorrei che si fosse alterata la partition table.

Vediamo come procede!

L'importante ora è salvare i dati.

8-)
Immagine
ASROCK 880G Extreme3 - PHENOM II X6 1055T (OC Daily 3724 Mhz @ 1,3375 Vcore rock-solid) - Cooling by Noctua NH-D14 - Corsair 8GB (4x XMS3 2GB) PC-12800 - POV 8800GT 512Mb @ EXO 650/1950/1625 + Zalman GV1000 - OCZ Vertex2 120GB - 2 x WD Caviar 1 Tb - Enermax Chakra Monster Fan & Modu82+ 625W - APC BACK-UPS RS 800VA.
Immagine
multiboot (WINDOWS7 Ultimate 64bit - UBUNTU 10.04 LTS 64bit)
SEMINA LINUX CHE TANTO WINDOWS SI PIANTA DA SOLO
Avatar utente
CaberNET54
Moderatore
Moderatore
 
Messaggi: 2335
Iscritto il: 02 gen 2004, 08:17
Località: Venezia

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 30 set 2007, 10:06

Tutto ok, nel senso che ho salvato quello che dovevo salvare e ora ho dopo la formattazione ho win che funziona di nuovo.
Adesso però devo affrontare l'operazione "ripristino grub" per poter avviare anche ubuntu in quanto il nostro caro winzozz se lo è mangiato.. :?
Ho trovato sul web varie guide e nn so quale seguire, vi posto quella che sembra più semplice xche la più sbrigativa, ma potrebbe essere sbagliata! :(
Dunque mi dice di far partire un live cd e una volta avviato da shell digitare ste robe:

sudo mkdir /mnt/work
sudo mount /dev/sda2 /mnt/work/
sudo grub-install /dev/sda –root-directory=/mnt/work

ho modificato in base a dove ho installato ubuntu, potete verificare da quello che ho postato più sopra!! spero sia ok..
Attendo il via libera per procedere all'operazione "ripsritino Grub".. 8-)
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi CaberNET54 il 30 set 2007, 10:06

Guardati con attenzione questo thread "famoso", dedicato a questo specifico problema e vedrai che risolvi :D :

viewtopic.php?f=12&t=29137

Poi, come ho già detto in un precedente post, è opportuno per sicurezza di Windows, togliere il monitoraggio nelle partizioni ntfs condivise da Ubuntu con ntfs-3g attivo in lettura e scrittura, e disabilitare la modalità di scrittura dal fstab di Ubuntu per la partizione di sistema di Windows!

Vedrai che non dovresti avere più problemi!

LOL 8-)
Immagine
ASROCK 880G Extreme3 - PHENOM II X6 1055T (OC Daily 3724 Mhz @ 1,3375 Vcore rock-solid) - Cooling by Noctua NH-D14 - Corsair 8GB (4x XMS3 2GB) PC-12800 - POV 8800GT 512Mb @ EXO 650/1950/1625 + Zalman GV1000 - OCZ Vertex2 120GB - 2 x WD Caviar 1 Tb - Enermax Chakra Monster Fan & Modu82+ 625W - APC BACK-UPS RS 800VA.
Immagine
multiboot (WINDOWS7 Ultimate 64bit - UBUNTU 10.04 LTS 64bit)
SEMINA LINUX CHE TANTO WINDOWS SI PIANTA DA SOLO
Avatar utente
CaberNET54
Moderatore
Moderatore
 
Messaggi: 2335
Iscritto il: 02 gen 2004, 08:17
Località: Venezia

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 30 set 2007, 10:07

abbiamo postato insieme Caber..
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi CaberNET54 il 30 set 2007, 10:10

:D

ti riconfermo questo:

viewtopic.php?f=12&t=29137
Immagine
ASROCK 880G Extreme3 - PHENOM II X6 1055T (OC Daily 3724 Mhz @ 1,3375 Vcore rock-solid) - Cooling by Noctua NH-D14 - Corsair 8GB (4x XMS3 2GB) PC-12800 - POV 8800GT 512Mb @ EXO 650/1950/1625 + Zalman GV1000 - OCZ Vertex2 120GB - 2 x WD Caviar 1 Tb - Enermax Chakra Monster Fan & Modu82+ 625W - APC BACK-UPS RS 800VA.
Immagine
multiboot (WINDOWS7 Ultimate 64bit - UBUNTU 10.04 LTS 64bit)
SEMINA LINUX CHE TANTO WINDOWS SI PIANTA DA SOLO
Avatar utente
CaberNET54
Moderatore
Moderatore
 
Messaggi: 2335
Iscritto il: 02 gen 2004, 08:17
Località: Venezia

Re: Ubuntu - Non vedo più le partizioni di win..

Messaggiodi marcosniper il 30 set 2007, 10:17

grassie mo guardo... :D
ImmagineDistance 1110 yd.. wind speed at 6 meters per second, left to right.
An adjustment to the scope to compensate.. Standby.
Steadying breath.. Gun fires.. job is done.
disappear
Avatar utente
marcosniper
Moderatore
Moderatore
 
Messaggi: 4744
Iscritto il: 23 gen 2005, 22:15
Località: LatNord 45°:57' LongEst 12°:30' "Sempre ed Ovunque"

 
Prossimo

Torna a Linux e Unix

Chi c’è in linea

Visitano il forum: Nessuno e 1 ospite

cron