[MontelLUG] Da NTFS a ext3

francesco vettoretti f.vettoretti a gmail.com
Ven 7 Ago 2009 12:01:49 CEST


franki a Asus-l5c:~$ sudo mount -t ext /dev/sdb1
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 .

Ho sbagliato qualcosa?

Ho provato a riformattarlo con mkfs.ext3 ma mi dice sempre  che puņ
montarlo solo da root

Il 07/08/09, Diego<panda84 a inwind.it> ha scritto:
> francesco vettoretti ha scritto:
>>
>>
>> Il giorno 26 luglio 2009 10.57, Diego <panda84 a inwind.it
>> <mailto:panda84 a inwind.it>> ha scritto:
>>
>>     Per passare a ext3 č facile:
>>     sudo tune2fs -j /dev/sdb1
>>
>>     http://www.troubleshooters.com/linux/ext2toext3.htm#_two2three
>>
>>     Ciao,
>>     Diego
>>
>>
>> Grazie di tutto! Ho seguito la guida di Troubleshooters (TS).
>> Naturalmente l'HD non c'era su /etc/fstab quindi ho usato lo script
>> trovato sul forum di Ubuntu:
>> http://forum.ubuntu-it.org/index.php?theme=4&topic=47927.msg260416
>> <http://forum.ubuntu-it.org/index.php?theme=4&topic=47927.msg260416>
>> Successivamente ho seguito il resto della procedura di TS ma č rimasto
>> ext2...
>
> Non serviva fare tutta la procedura, l'avevo messa solo come
> "bibliografia". Bastava dare il comando:
> sudo tune2fs -j /dev/sdb1
>
>> Ma non so perchč mi č venuta l'idea di rientrare su GParted e sono
>> riuscito subito a formattarlo in ext3!
>> Purtroppo perņ mi dice che riesce a montarlo solo da root, e se io
>> faccio da terminale sudo mount /dev/sdb1 mi da:
>> franki a Asus-l5c:~$ sudo mount /dev/sdb1
>>
>> mount: wrong fs type,
>
> prova con:
> sudo mount -t ext /dev/sdb1
>
> In ogni caso dovrebbe collegarlo automaticamente, quindi forse hai
> pasticciato qualcosa.
> Se vuoi formattarlo a mano:
> sudo mkfs.ext3 /dev/sdb1
>
> Ciao,
> Diego
>
>
>
> _______________________________________________
> montellug mailing list
> montellug a montellug.it
> http://mail.montellug.it/mailman/listinfo/montellug_montellug.it
>




More information about the montellug mailing list