da premettere che mi sono avvicinato da poco ad ubuntu.
Ho un pc con due hard disk da 40gb eide
1° hd con installato win xp e ubuntu
2° hd partizione ntfs dedicata interamente ai dati
all'avvio di win nessun problema i due dischi vengono visti tranquillamente
il problema nasce con ubuntu all'avvio il 2 hd non viene visto nel menu risorse non compare.......penso che forse ubuntu non lo vede.....lo verifico tramite il comando sudo fdisk -l ed ecco la risposta:
silvio@silvio-linux:~$ sudo fdisk -l
Disco /dev/sda: 40.0 GB, 40027029504 byte
255 testine, 63 settori/tracce, 4866 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xe2cae2ca
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 3187 25599546 7 HPFS/NTFS
/dev/sda2 3188 4866 13486567+ f W95 Esteso (LBA)
/dev/sda5 3188 4789 12868033+ 83 Linux
/dev/sda6 4790 4866 618471 82 Linux swap / Solaris
Disco /dev/sdb: 41.1 GB, 41110142976 byte
255 testine, 63 settori/tracce, 4998 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xc6420a48
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 4998 40146403+ 7 HPFS/NTFS
quindi anche il secondo hd viene visto tranquillamente da ubuntu
provo a lanciare il comando sudo mount -t ntfs /dev/sdb1 /media/dati e il mio hd compare sulla scrivania sinceramente non capisco perchè il mio hd non venga rilevato in avvio da ubuntu e devo montarlo tramite console qualcuno può aiutarmi a risolvere tale problema.....un grazie in anticipo
Ps. non so se può essere utile da quello che ho capito questo file serve per far avviare in automatico la partizione all'avvio allego anche il file fstab:
Codice: Seleziona tutto
# /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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=2ae40af0-a986-4c75-af3a-2e41d4b8a189 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=a778ad85-2a46-4f4d-ac4c-3d4e19de078a 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