mrcrowley ha scritto:
Ho anch'io lo stesso problema ... spero tu possa aiutare anche me, ma come posso vedere le partizioni/dischi che sono presenti nel mio pc ???
Questo è il mio 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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=1a36e2af-e2c0-44c6-9c63-a0a42d59c30c / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=1c58407a-f660-4771-947d-8818de45366b /home ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=7ce866fb-6b94-4f34-879a-5ff296329126 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/mapper/jmicron_GRAID___________1 /media/Windows1 ntfs-3g defaults,locale=it_IT.UTF-8 0 0
/dev/mapper/jmicron_GRAID___________2 /media/Windows2 ntfs-3g defaults,locale=it_IT.UTF-8 0 0
Ecco cosa ottengo con fdisk -l:
Disco /dev/sda: 320.1 GB, 320072933376 byte
255 testine, 63 settori/tracce, 38913 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x69b8293f
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 973 7815591 82 Linux swap / Solaris
/dev/sda2 974 38913 304753050 5 Esteso
/dev/sda5 974 3405 19535008+ 83 Linux
/dev/sda6 3406 38913 285217978+ 83 Linux
Disco /dev/sdb: 320.1 GB, 320072933376 byte
255 testine, 63 settori/tracce, 38913 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0xe0e67ff0
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 * 1 20887 167772160 7 HPFS/NTFS
/dev/sdb2 20887 77820 457308160 7 HPFS/NTFS
Disco /dev/sdc: 320.1 GB, 320072933376 byte
255 testine, 63 settori/tracce, 38913 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x00000000
Il disco /dev/sdc non contiene una tabella delle partizioni valida
Dovrei avere due partizioni per Kubuntu e due NTFS (una con Vista e l'altra archivio). Con Koala le avevo montate in automatico entrambe.
Ciao