da Naples » mar nov 10, 2009 10:11 pm 
			
			
				
				allora ragazzi reassumiano un po' tutto..
ho usato questa comandi
1) ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 82.0 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x83d383d3
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        9963    80027766    7  HPFS/NTFS
poi 
2) ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt/disco
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
poi 
3) ubuntu@ubuntu:~$ sudo mount -o ro -t vfat /dev/sda1 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
 
poi
4) ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt/disco force
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 .
poi 
5) ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt/disco -o force
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Amico NINJA ho fatto anche questa
6) ubuntu@ubuntu:~$ sudo apt-get install smartmontools 
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
I seguenti pacchetti saranno inoltre installati:
  bsd-mailx mailx postfix
Pacchetti suggeriti:
  procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre sasl2-bin
  resolvconf postfix-cdb
I seguenti pacchetti NUOVI saranno installati:
  bsd-mailx mailx postfix smartmontools
0 aggiornati, 4 installati, 0 da rimuovere e 0 non aggiornati.
È necessario scaricare 1804kB di archivi.
Dopo quest'operazione, verranno occupati 4411kB di spazio su disco.
Continuare [S/n]? 
COSA FACCIO????????
NON SO PIU' che FARE LE HO PROVATE TUTTE QUELLE che MI AVETE DETTO.. SONO ANDATO anche NELLA CARTELLA MNT E NN C'ERA NNT
COSA FACCIO ???  comunque è più comodo x me navigare dal pc rotto così posso fare copia ed incolla e farvi vedere tutti i messaggi... 
Grazie della vostra collaborazione..
Attendo risp