Chiavetta usb
Inviato: giovedì 6 marzo 2008, 3:47
scusa ancora una cosa:
non mi vede la chiavetta usb
devo fare qualcosa?
non mi vede la chiavetta usb
devo fare qualcosa?
Il forum della comunità italiana di Ubuntu.
https://forum.ubuntu-it.org/
Codice: Seleziona tutto
sudo fdisk -lCodice: Seleziona tutto
cat /etc/fstabCodice: Seleziona tutto
questo è utilizzare le tag codeCodice: Seleziona tutto
Disco /dev/sdb: 400.0 GB, 400088457216 byte
255 heads, 63 sectors/track, 48641 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0x33893388
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 * 1 48640 390700768+ 7 HPFS/NTFS
Disco /dev/sdc: 160.0 GB, 160041885696 byte
255 heads, 63 sectors/track, 19457 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe0710bc3
Dispositivo Boot Start End Blocks Id System
/dev/sdc1 1 9831 78967476 7 HPFS/NTFS
/dev/sdc2 9832 19457 77320845 f W95 Esteso (LBA)
/dev/sdc5 9832 18755 71681998+ 7 HPFS/NTFS
/dev/sdc6 18756 19393 5124703+ 83 Linux
/dev/sdc7 19394 19457 514048+ 82 Linux swap / Solaris
ayla@ayla-desktop:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b / ext2 defaults,errors=remount-ro 0 1
# /dev/sda6
UUID=91dda51e-616b-456e-af14-33d6a4dc8023 /home ext2 defaults 0 2
# /dev/sda1
UUID=7A58732A5872E3F3 /media/sda1 ntfs defaults,umask=007,gid=46 0 1
# /dev/sda9
UUID=3F68-772E /media/sda9 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sdb1
UUID=0608F58A08F578CF /media/sdb1 ntfs defaults,umask=007,gid=46 0 1
# /dev/sda8
UUID=2b121019-8afa-4046-b684-cf3c2723f938 /usr ext3 defaults 0 2
# /dev/sda7
UUID=73553174-0daa-4e1d-92c8-14bd9620fe26 none swap sw 0 0
# /dev/sdc7
UUID=cc422751-c5b9-4eee-a8bd-f7ef32e270e7 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
ayla@ayla-desktop:~$
Codice: Seleziona tutto
lsusbCodice: Seleziona tutto
ayla@ayla-desktop:~$ lsusb
Bus 005 Device 004: ID 05e3:0702 Genesys Logic, Inc. USB 2.0 IDE Adapter
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 004: ID 04fc:0003 Sunplus Technology Co., Ltd CM1092 Optical Scroller Mouse
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 06bd:0001 AGFA-Gevaert NV SnapScan 1212U
Bus 001 Device 001: ID 0000:0000
ayla@ayla-desktop:~$
Codice: Seleziona tutto
Bus 005 Device 004: ID 05e3:0702 Genesys Logic, Inc. USB 2.0 IDE AdapterCodice: Seleziona tutto
cat /boot/grub/menu.lstCodice: Seleziona tutto
ayla@ayla-desktop:~$ cat /boot/grub/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 10
## 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=26d796cb-91e3-4519-ab9e-892ccf790c7b ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,4)
## 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 7.10, kernel 2.6.22-14-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,4)
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 Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
ayla@ayla-desktop:~$ Codice: Seleziona tutto
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quietCodice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro quiet splashCodice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro quiet splashCodice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro noapic quiet splashSistema->Amministrazione->Sorgenti Software nella schermata che appare spunti (ovvero abilita se non c'è già la V di spunta):
main, restricted, multiverse, universe
Poi clicchi su "chiudi" e su "ricarica"
fai tutto quello che ho scritto prima e che ti ho appena quotato! se funziona ripeto rendiamo le cose permanenti ^^V ha scritto: grazie a questo comando possiamo anche identificare la tua distribuzione ^^ infatti non hai semplicemente Ubuntu 7 (di 7 c'è la 7.04 e 7.10) hai la 7.10 ^^ (e questa è una cosa importante da sapere). Tornando a noi, di quel file ci interessa:e più precisamente ci interessa SOLO questa stringa:Codice: Seleziona tutto
title Ubuntu 7.10, kernel 2.6.22-14-generic root (hd0,4) kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro quiet splash initrd /boot/initrd.img-2.6.22-14-generic quietAdesso io volendo ti potrei far fare la modifica permanente al file ma per sicurezza tento di spiegarti come fare per fare una semplice prova...Codice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro quiet splash
allora devi riavviare il pc, quando arrivi al grub (il grub è quella schermata in cui selezioni cosa far partire) ti posizioni su Ubuntu 7.10, kernel 2.6.22-14-generic ma non premi invio, mi pare che con "E" tu possa editare la stringa (comunque sotto c'è scritto quali sono i tasti ^^)
quando ti ritrovi davanti questa:scorri con il cursore di testo fino a posizionarti dopo ro e scrivi noapic e ottieni una cosa simile a:Codice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro quiet splashpoi non mi ricordo onestamente quale sia il tasto per confermare (mi pare B per fare il boot).Codice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro noapic quiet splash
e avvii in quel modo... quando sei dentro Ubuntu prova ad inserire la chiavetta dove prima non te la leggeva e speriamo funzioni.. se funziona allora rendiamo il tutto permanente modificando il file da dentro Ubuntu.
Se il sistema non parte semplicemente riavvialo (anche con il tasto per riavviare) e tutto torna alla normalità
ciao! attendo notizie
Edit:
è importante che se non hai capito qualcosa e vuoi che ti spieghi meglio qualche passo che tu me lo dica prima di fare qualcosa ^^
leggi la parte in grassettoAvvio interattivo del sistema
I comandi necessari per fare partire un sistema possono essere inseriti interattivamente all'avvio di GRUB, quando compare il menù con una voce per ogni sistema operativo installato: premendo il tasto "c" si ha accesso alla linea di comando di GRUB, in cui si possono inserire da zero i comandi per far partire un sistema operativo qualunque; invece, spostandosi su una voce a scelta e premendo il tasto "e" è possibile modificare le opzioni di avvio per quella specifica voce. GRUB può leggere le varie partizioni e visualizzare i nomi dei file, e grazie all'autocompletamento è impossibile sbagliare il percorso dei file o i nomi dei comandi. In questo modo è facile fare velocemente molte prove con kernel o parametri di boot diversi al volo; se si verifica un errore che blocca il caricamento del kernel basta riavviare il sistema e provare un'opzione diversa. Trovati i parametri giusti si possono rendere permanenti le modifiche in modo che non sia più necessario inserirle a mano.
Codice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro noapic quiet splashCodice: Seleziona tutto
sudo rebootintendi dire che hai premuto B e si è avviato ubuntu? vero?ho aggiunto noapic e riavviato che paura
Codice: Seleziona tutto
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=26d796cb-91e3-4519-ab9e-892ccf790c7b ro noapic nolapic acpi=off pci=noacpi quiet splash