Ciao a tutti, oggi dopo qualche mese ho dato il comando ( su ubuntu 13.10 64b) per vedere la velocità del disco e il risultato è stato allarmante:
Il problema è che non ho idea a cosa sia dovuto visto che in fase di installazione avevo fatto tutte le operazioni preliminari, tipo abilitazione ahci, trim, file temporanei in ram, disabilitare cache firefox.
All'inizio l'avevo testato e andava una scheggia ( sopra i 500 M/s) poi non ci ho più guardato eccetto oggi; a cosa può esere dovuto?
Allego anche il partizionamento del disco ( sull'ssd ho ubuntu 13.10 e windows 7) e il file 'fstab'.
Codice:
daniele@daniele-desktop:~$ sudo hdparm -Tt /dev/sda
[sudo] password for daniele:
/dev/sda:
Timing cached reads: 25722 MB in 2.00 seconds = 12874.29 MB/sec
Timing buffered disk reads: 126 MB in 3.04 seconds = 41.46 MB/sec
Il problema è che non ho idea a cosa sia dovuto visto che in fase di installazione avevo fatto tutte le operazioni preliminari, tipo abilitazione ahci, trim, file temporanei in ram, disabilitare cache firefox.
All'inizio l'avevo testato e andava una scheggia ( sopra i 500 M/s) poi non ci ho più guardato eccetto oggi; a cosa può esere dovuto?
Allego anche il partizionamento del disco ( sull'ssd ho ubuntu 13.10 e windows 7) e il file 'fstab'.
Codice:
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda5 during installation
UUID=3079d56f-f0de-4f77-8e6b-00c02da3fa24 / ext4 noatime,discard,errors=remount-ro 0 1
# /home was on /dev/sdb5 during installation
UUID=e6689e31-d741-4c6f-b2b4-79524f3e9a88 /home ext4 defaults 0 2
# temp e log su RAM
tmpfs /tmp tmpfs defaults,noatime 0 0
tmpfs /var/tmp tmpfs defaults,noatime 0 0
tmpfs /var/log tmpfs defaults,noatime 0 0
tmpfs /var/run tmpfs defaults,noatime 0 0
tmpfs /var/cache/apt/archives tmpfs defaults,noatime 0 0
Codice:
daniele@daniele-desktop:~$ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 testine, 63 settori/tracce, 14593 cilindri, totale 234441648 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0005e038
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 2048 123734015 61865984 7 HPFS/NTFS/exFAT
/dev/sda2 123734016 174934015 25600000 5 Esteso
/dev/sda5 123736064 174934015 25598976 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 testine, 63 settori/tracce, 60801 cilindri, totale 976773168 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x000073b6
Dispositivo Boot Start End Blocks Id System
/dev/sdb2 2048 976306175 488152064 5 Esteso
/dev/sdb5 4096 287948799 143972352 83 Linux
/dev/sdb6 287950848 976304127 344176640 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 testine, 63 settori/tracce, 121601 cilindri, totale 1953525168 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Identificativo disco: 0x0006f9c4
Dispositivo Boot Start End Blocks Id System
/dev/sdc1 2048 1953523711 976760832 7 HPFS/NTFS/exFAT