Il firmware installato ora è il 739.
Quando è uscito il 717 ho formattato il disco interno in modo da fargli creare le partizioni di root e livepause e da allora non l'ho più riformattato.
Quello che proprio non mi riesce di capire è come mai si comporti in modo così differente con i due dischi interni, mi spiego, il primo è questo:
Codice:
/dev/scsi/host1/bus0/target0/lun0/part1 1.8T 1.1T 682.0G 63% /tmp/hdd/volumes/HDD1
/dev/scsi/host1/bus0/target0/lun0/part3 525.0M 17.3M 481.0M 3% /tmp/hdd/root
/dev/scsi/host1/bus0/target0/lun0/part4 12.0G 778.0k 12.0G 0% /tmp/hdd/livepause
Come si vede la partizione dati viene montata in /tmp/hdd/volumes/HDD1, mentre per il secondo disco che ha una sola partizione dati:
Codice:
/dev/scsi/host0/bus0/target0/lun0/part1 1.8T 1.6T 205.2G 89% /tmp/usbmounts/sdb1
lo monta in tmp/usbmounts/sdb1 posizione differente, come se fosse un disco USB esterno.
Ho pensato che DvDPlayer utilizzasse una qualche label particolare del volume per riconoscere e montare le partizioni per cui ho rinominato la seconda partizione HDD2, ma non è cambiato nulla.
Tra l'altro mi compare anche una fantomatica cartella C: che punta a /tmp/usbmounts/sdc1 ... ovviamente è vuota dato che punta ad un disco che non esiste.
Codice:
/tmp/ramfs/volumes # ls -la
drwxrwxrwx 2 root root 0 Jan 26 15:49 .
drwxrwxrwx 5 root root 0 Jan 26 15:49 ..
lrwxrwxrwx 1 root root 21 Jan 26 15:49 A: -> /tmp/hdd/volumes/HDD1
lrwxrwxrwx 1 root root 19 Jan 26 15:49 C: -> /tmp/usbmounts/sdc1
-rw-r--r-- 1 root root 40 Jan 26 15:49 D:
-rw-r--r-- 1 root root 40 Jan 26 15:49 E:
-rw-r--r-- 1 root root 40 Jan 26 15:49 F:
-rw-r--r-- 1 root root 39 Jan 26 15:49 G:
lrwxrwxrwx 1 root root 19 Jan 26 15:49 H: -> /tmp/usbmounts/sdb1
Altra cosa strana, usando il comando fdisk e chiedendo la lista della partizioni, queste sono tutte praticamente senza senso:
Codice:
/tmp/ramfs/volumes # fdisk /dev/scsi/host1/bus0/target0/lun0/part1
The number of cylinders for this disk is set to 241524.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/scsi/host1/bus0/target0/lun0/part1: 1986.6 GB, 1986602526720 bytes
255 heads, 63 sectors/track, 241524 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/scsi/host1/bus0/target0/lun0/part1p1 ? 33829 155442 976859833 74 Unknown
Partition 1 does not end on cylinder boundary.
/dev/scsi/host1/bus0/target0/lun0/part1p2 ? 120594 169080 389460666 a OS/2 Boot Manager
Partition 2 does not end on cylinder boundary.
/dev/scsi/host1/bus0/target0/lun0/part1p3 ? 33755 137276 831535540+ 0 Empty
Partition 3 does not end on cylinder boundary.
/dev/scsi/host1/bus0/target0/lun0/part1p4 ? 10498 10498 0 65 Unknown
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
idem per il secondo disco, creato e formattato NTFS da Ubuntu 10.01:
Codice:
/tmp/ramfs/volumes # fdisk /dev/scsi/host0/bus0/target0/lun0/part1
The number of cylinders for this disk is set to 243200.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/scsi/host0/bus0/target0/lun0/part1: 2000.3 GB, 2000396289024 bytes
255 heads, 63 sectors/track, 243200 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/scsi/host0/bus0/target0/lun0/part1p1 ? 410 119791 958924038+ 70 Unknown
Partition 1 does not end on cylinder boundary.
/dev/scsi/host0/bus0/target0/lun0/part1p2 ? 121585 234786 909287957+ 43 Unknown
Partition 2 does not end on cylinder boundary.
/dev/scsi/host0/bus0/target0/lun0/part1p3 ? 14052 14052 5 72 Unknown
Partition 3 does not end on cylinder boundary.
/dev/scsi/host0/bus0/target0/lun0/part1p4 164483 164486 25945 0 Empty
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Tra l'altro fdisk riporta anche piccole differenze tra i due dischi che sono due WD 20EARS da 2Tb.
bha .. sono perplesso ....