robbie19001
Novello Novizio
Non Connesso
Messaggi: 6
Media messaggi
|
 |
« inserita: 09 Febbraio, 2010, 15:39:05 » |
|
ciao a tutti ho da poco ubuntu 9.10. Lo ho insallato su un computer con windows che era gia partizionato, nella partizione dove c'era windows. Fino a ieri non mi dava problemi, poi ho cercato di rendere sempre attiva la partizione con gestore dischi. risultato, è che non mi legge più la partizione con i dati. Cosa devo fare? Non so veramente dove sbattere la testa..
grazie ciao
|
|
|
|
|
Registrato
|
|
|
|
|
streetcross
|
 |
« Risposta #1 inserita: 09 Febbraio, 2010, 15:49:10 » |
|
|
|
|
|
|
Registrato
|
Ubuntu user #22995 Linux user #474679 UBUNTU+LXDE-9.10 Giochi Wii su Ubuntu!In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
|
|
|
robbie19001
Novello Novizio
Non Connesso
Messaggi: 6
Media messaggi
|
 |
« Risposta #2 inserita: 09 Febbraio, 2010, 15:55:33 » |
|
scusa, devo inserire quel codice nel terminal?
|
|
|
|
|
Registrato
|
|
|
|
|
streetcross
|
 |
« Risposta #3 inserita: 09 Febbraio, 2010, 16:30:11 » |
|
sì certo, posta il risultato
|
|
|
|
|
Registrato
|
Ubuntu user #22995 Linux user #474679 UBUNTU+LXDE-9.10 Giochi Wii su Ubuntu!In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
|
|
|
robbie19001
Novello Novizio
Non Connesso
Messaggi: 6
Media messaggi
|
 |
« Risposta #4 inserita: 09 Febbraio, 2010, 18:23:46 » |
|
Disco /dev/sda: 250.1 GB, 250059350016 byte 255 testine, 63 settori/tracce, 30401 cilindri Unità = cilindri di 16065 * 512 = 8225280 byte Identificativo disco: 0x06dd06dc
Dispositivo Boot Start End Blocks Id System /dev/sda1 * 1 1595 12811806 83 Linux /dev/sda2 1596 30401 231384195 f W95 Esteso (LBA) /dev/sda5 * 2551 30401 223713157+ 7 HPFS/NTFS /dev/sda6 1596 1722 1020064+ 82 Linux swap / Solaris /dev/sda7 1723 2550 6650878+ 83 Linux
Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
questo è quello che mi da , la partizione che non mi legge è quella sda5
|
|
|
|
|
Registrato
|
|
|
|
|
streetcross
|
 |
« Risposta #5 inserita: 10 Febbraio, 2010, 12:56:00 » |
|
se la monti manualmente che errori ti da? è presente nell'fstab? cat /etc/fstab per montare crea un punto di mount: sudo mkdir /media/nomedifantasia e monta: sudo mount /dev/sda5 /media/nomedifantasia
|
|
|
|
|
Registrato
|
Ubuntu user #22995 Linux user #474679 UBUNTU+LXDE-9.10 Giochi Wii su Ubuntu!In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
|
|
|
robbie19001
Novello Novizio
Non Connesso
Messaggi: 6
Media messaggi
|
 |
« Risposta #6 inserita: 10 Febbraio, 2010, 17:07:41 » |
|
con il primo comando questo è quello che mi da:
roberto@behemont:~$ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid -o value -s 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). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=51f900ef-3837-44a8-8607-c44af2087e54 / ext3 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation UUID=25871cbb-cb37-4d6a-a994-2db610e2f179 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /mnt/512Mb.swap none swap sw 0 0
poi ho inserito il resto :
oberto@behemont:~$ sudo mkdir /media/guido [sudo] password for roberto: roberto@behemont:~$ sudo mount /dev/sda5 /media/guido mount: si deve specificare il tipo di filesystem
cosa vuol dire secondo te?
|
|
|
|
|
Registrato
|
|
|
|
|
streetcross
|
 |
« Risposta #7 inserita: 11 Febbraio, 2010, 13:06:29 » |
|
giusto, con kk dai: sudo mount ntfs /dev/sda5 /media/nomedifantasia
|
|
|
|
|
Registrato
|
Ubuntu user #22995 Linux user #474679 UBUNTU+LXDE-9.10 Giochi Wii su Ubuntu!In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
|
|
|
robbie19001
Novello Novizio
Non Connesso
Messaggi: 6
Media messaggi
|
 |
« Risposta #8 inserita: 12 Febbraio, 2010, 19:00:26 » |
|
ciao scusa ancora ma non mi ha risolto il problema , con quel comando mi da questo :
roberto@behemont:~$ sudo mount ntfs /dev/sda5 /media/guido Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir One can change the type of mount containing the directory dir: mount --make-shared dir mount --make-slave dir mount --make-private dir mount --make-unbindable dir One can change the type of all the mounts in a mount subtree containing the directory dir: mount --make-rshared dir mount --make-rslave dir mount --make-rprivate dir mount --make-runbindable dir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount .
|
|
|
|
|
Registrato
|
|
|
|
|