[Risolto] Mount error dopo upgrade
- ilmondo
- Scoppiettante Seguace

- Messaggi: 334
- Iscrizione: venerdì 20 novembre 2009, 18:08
- Desktop: gnome, unity
- Distribuzione: 14.04 lts, 12.04 lts
- Contatti:
[Risolto] Mount error dopo upgrade
Salve ho fatto il upgrade a 10.04 da 9.04 facendo prima il upgrade a 9.10..
E andat tutto a buon fine tranne il messagio di boot:
an error occured while mounting 0
ho controllato la mia fstab che con 9.04 funzionava senza problemi anche con 9.10
# /etc/fstab: static file system information.
#
# Use 'vol_id --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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sda2 during installation
UUID=e2082306-67c5-4793-ae15-8f923a624929 / ext4 relatime,errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=3360ace3-eb35-4207-a896-e701891d1b4a /home ext4 relatime 0 2
# /home/linux was on /dev/sdb5 during installation
UUID=A8F6D44D7F684FE4 /home/andreas/non_salvati ntfs
relatime 0 2
#defaults,nls=utf8,umask=007,gid=46 0 1
# /home/non_salvati was on /dev/sdb7 during installation
UUID=68923EE13ED1B9D4 /home/andreas/linux ntfs relatime 0 2
# /home/salvati was on /dev/sdb6 during installation
UUID=6B2DE9DB764D553E /home/andreas/salvati ntfs relatime 0 2
# /mnt/windows was on /dev/sda1 during installation
UUID=E0ECAAAAECAA7A84 /mnt/windows ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda5 during installation
UUID=f8f6af61-9894-4d1e-af14-730f3656063d none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Ecco anche la menu.lst di grub che avevo fatto ul upgrade alla versione 2 durante il upgrade
# 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 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
color cyan/blue white/blue
## ## End Default Options ##
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic
uuid e2082306-67c5-4793-ae15-8f923a624929
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=e2082306-67c5-4793-ae15-8f923a624929 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
quiet
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode)
uuid e2082306-67c5-4793-ae15-8f923a624929
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=e2082306-67c5-4793-ae15-8f923a624929 ro single
initrd /boot/initrd.img-2.6.32-22-generic
title Ubuntu 10.04 LTS, memtest86+
uuid e2082306-67c5-4793-ae15-8f923a624929
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 Microsoft Windows XP Home Edition
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
some suggestions???
E andat tutto a buon fine tranne il messagio di boot:
an error occured while mounting 0
ho controllato la mia fstab che con 9.04 funzionava senza problemi anche con 9.10
# /etc/fstab: static file system information.
#
# Use 'vol_id --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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sda2 during installation
UUID=e2082306-67c5-4793-ae15-8f923a624929 / ext4 relatime,errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=3360ace3-eb35-4207-a896-e701891d1b4a /home ext4 relatime 0 2
# /home/linux was on /dev/sdb5 during installation
UUID=A8F6D44D7F684FE4 /home/andreas/non_salvati ntfs
relatime 0 2
#defaults,nls=utf8,umask=007,gid=46 0 1
# /home/non_salvati was on /dev/sdb7 during installation
UUID=68923EE13ED1B9D4 /home/andreas/linux ntfs relatime 0 2
# /home/salvati was on /dev/sdb6 during installation
UUID=6B2DE9DB764D553E /home/andreas/salvati ntfs relatime 0 2
# /mnt/windows was on /dev/sda1 during installation
UUID=E0ECAAAAECAA7A84 /mnt/windows ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda5 during installation
UUID=f8f6af61-9894-4d1e-af14-730f3656063d none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Ecco anche la menu.lst di grub che avevo fatto ul upgrade alla versione 2 durante il upgrade
# 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 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
color cyan/blue white/blue
## ## End Default Options ##
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic
uuid e2082306-67c5-4793-ae15-8f923a624929
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=e2082306-67c5-4793-ae15-8f923a624929 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
quiet
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode)
uuid e2082306-67c5-4793-ae15-8f923a624929
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=e2082306-67c5-4793-ae15-8f923a624929 ro single
initrd /boot/initrd.img-2.6.32-22-generic
title Ubuntu 10.04 LTS, memtest86+
uuid e2082306-67c5-4793-ae15-8f923a624929
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 Microsoft Windows XP Home Edition
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
some suggestions???
Ultima modifica di ilmondo il mercoledì 12 maggio 2010, 0:30, modificato 1 volta in totale.
- ilmondo
- Scoppiettante Seguace

- Messaggi: 334
- Iscrizione: venerdì 20 novembre 2009, 18:08
- Desktop: gnome, unity
- Distribuzione: 14.04 lts, 12.04 lts
- Contatti:
Re: Mount error dopo upgrade
ah mi sono scordato di dire , che facendo skip tutto parte normalmente e anche i mount sono montati tutti a modo.
cosa vuol dire mounting 0 ???
cosa vuol dire mounting 0 ???
- ilmondo
- Scoppiettante Seguace

- Messaggi: 334
- Iscrizione: venerdì 20 novembre 2009, 18:08
- Desktop: gnome, unity
- Distribuzione: 14.04 lts, 12.04 lts
- Contatti:
[Mount] Re: Mount error dopo upgrade
Bump.
Nessuno ha una idea??? di che si possa trattare???
Nessuno ha una idea??? di che si possa trattare???
- ilmondo
- Scoppiettante Seguace

- Messaggi: 334
- Iscrizione: venerdì 20 novembre 2009, 18:08
- Desktop: gnome, unity
- Distribuzione: 14.04 lts, 12.04 lts
- Contatti:
[Risolto] Re: Mount error dopo upgrade
Risolto:
ho modificato la fstab e ho tolto tutti spazi vuoti da cosi:
ho modificato la fstab e ho tolto tutti spazi vuoti da cosi:
a cosi:#
proc /proc proc defaults 0 0
# / was on /dev/sda2 during installation
UUID=e2082306-67c5-4793-ae15-8f923a624929 / ext4 relatime,errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=3360ace3-eb35-4207-a896-e701891d1b4a /home ext4 relatime 0 2
# /home/linux was on /dev/sdb5 during installation
UUID=A8F6D44D7F684FE4 /home/andreas/non_salvati ntfs
relatime 0 2
#defaults,nls=utf8,umask=007,gid=46 0 1
# /home/non_salvati was on /dev/sdb7 during installation
UUID=68923EE13ED1B9D4 /home/andreas/linux ntfs relatime 0 2
# /home/salvati was on /dev/sdb6 during installation
UUID=6B2DE9DB764D553E /home/andreas/salvati ntfs relatime 0 2
# /mnt/windows was on /dev/sda1 during installation
UUID=E0ECAAAAECAA7A84 /mnt/windows ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda5 during installation
UUID=f8f6af61-9894-4d1e-af14-730f3656063d none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Non ho fatto altro e adesso funziona. E possibile che la 9.04 e la 9.10 sono meno sensibile a spazi vuoti che la 10.04????? ???#
proc /proc proc defaults 0 0
# / was on /dev/sda2 during installation
UUID=e2082306-67c5-4793-ae15-8f923a624929 / ext4 relatime,errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=3360ace3-eb35-4207-a896-e701891d1b4a /home ext4 relatime 0 2
# /home/linux was on /dev/sdb5 during installation
UUID=A8F6D44D7F684FE4 /home/andreas/non_salvati ntfs relatime 0 2
#defaults,nls=utf8,umask=007,gid=46 0 1
# /home/non_salvati was on /dev/sdb7 during installation
UUID=68923EE13ED1B9D4 /home/andreas/linux ntfs relatime 0 2
# /home/salvati was on /dev/sdb6 during installation
UUID=6B2DE9DB764D553E /home/andreas/salvati ntfs relatime 0 2
# /mnt/windows was on /dev/sda1 during installation
UUID=E0ECAAAAECAA7A84 /mnt/windows ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda5 during installation
UUID=f8f6af61-9894-4d1e-af14-730f3656063d none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
- il_muflone
- Tenace Tecnocrate

- Messaggi: 18878
- Iscrizione: venerdì 1 maggio 2009, 15:31
- Desktop: GNOME Shell
- Distribuzione: Arch Linux x86_64
- Località: Profondo sud
- Contatti:
Re: Mount error dopo upgrade
l'errore stava qui, non negli spazi
quelle due righe vanno su una sola, come hai corretto tu stesso
Codice: Seleziona tutto
UUID=A8F6D44D7F684FE4 /home/andreas/non_salvati ntfs
relatime 0 2http://www.muflone.com - I miei contatti e i miei progetti - La guida completa a VirtualBox
Non mandatemi messaggi privati per chiedere aiuto, li cancello senza rispondere nemmeno.
Non mandatemi messaggi privati per chiedere aiuto, li cancello senza rispondere nemmeno.
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 7 ospiti