Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Partizione fantasma
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
cl1ck
n00b
n00b


Joined: 04 Sep 2003
Posts: 49

PostPosted: Mon Aug 30, 2004 9:41 pm    Post subject: Partizione fantasma Reply with quote

Rieccomi qui con l'ennesimo problema.
Ho creato una partizione con fdisk /dev/hdb e il risultato e' il seguente:
Code:

fdisk -l /dev/hdb

Disk /dev/hdb: 30.7 GB, 30750031872 bytes
255 heads, 63 sectors/track, 3738 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1               1        3738    30025453+   5  Extended

poi l'ho inizializzata con:
Code:

mkreiserfs /dev/hdb1


in /etc/fstab e' inserita correttamente (spero)
Code:

]/dev/hdb1               /mnt/data       reiserfs        auto,noatime     0 0


al momento del mounting mi da questo errore:
Code:

mount -t reiserfs /dev/hdb1 /mnt/data/
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
       or too many mounted file systems
       (aren't you trying to mount an extended partition,
       instead of some logical partition inside?)


ho sbagliato qualche cosa?
P.S.
il problema e' che ho gia' inserito dati dentro questa partizione (prima funzionava ed ora no).
chi mi puo' aiutare?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Aug 31, 2004 7:05 am    Post subject: Re: Partizione fantasma Reply with quote

cl1ck wrote:
/dev/hdb1 1 3738 30025453+ 5 Extended


Una partizione estesa non é utilizzabile direttamente, dovresti crearci dentro (almeno) una unità logica, e poi formattare quella.

Perché hai fatto una estesa e non una primaria?
_________________
Ciao da me!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Tue Aug 31, 2004 7:33 am    Post subject: Reply with quote

La partizione estesa serve solo se hai bisogno di fare piu' di 4 partizioni
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
zioponics
n00b
n00b


Joined: 20 Nov 2003
Posts: 65
Location: ClockLand

PostPosted: Tue Aug 31, 2004 7:44 am    Post subject: Re: Partizione fantasma Reply with quote

Per controllare il tuo operato fdisk dovrebbe darti :
Code:

salieri root # fdisk -l /dev/hdb

Disk /dev/hdb: 6448 MB, 6448619520 bytes
255 heads, 63 sectors/track, 784 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1               1         182     1461883+  82  Linux swap
/dev/hdb2             183         784     4835565   83  Linux


notare l'Id delle partizioni...

ciao
_________________
Linux n8Ob that actually 8O RTFM
Back to top
View user's profile Send private message
cl1ck
n00b
n00b


Joined: 04 Sep 2003
Posts: 49

PostPosted: Tue Aug 31, 2004 7:00 pm    Post subject: Reply with quote

questo l'ho capito, ma allora come ho fatto a montare la partizione correttamente con
Code:

mount -t reiserfs /dev/hdb1 /mnt/data

e SPOSTARCI sopra dei file che ora non posso piu' ne' montarla ne (spero di no) visualizzare i miei dati??
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Tue Aug 31, 2004 7:34 pm    Post subject: Reply with quote

Magari aveva tenuto la vecchia partizione
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
cl1ck
n00b
n00b


Joined: 04 Sep 2003
Posts: 49

PostPosted: Tue Aug 31, 2004 8:05 pm    Post subject: Reply with quote

c'e' comunque un modo per almeno recuperare i dati nella partizione?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Tue Aug 31, 2004 8:06 pm    Post subject: Reply with quote

cl1ck wrote:
c'e' comunque un modo per almeno recuperare i dati nella partizione?

Qualche trucco ci sara' sicuramente come io non so aiutarti
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
cl1ck
n00b
n00b


Joined: 04 Sep 2003
Posts: 49

PostPosted: Tue Aug 31, 2004 8:09 pm    Post subject: Reply with quote

vabbe' ho capito...
Code:

fdisk /dev/hdb
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Sep 01, 2004 7:43 am    Post subject: Reply with quote

cl1ck wrote:
c'e' comunque un modo per almeno recuperare i dati nella partizione?


Se hai spazio provare a fare un dump dei dati con dd, creare l'unità logica e poi fare il percorso inverso.

Altrimenti se stai per ricominciare da zero prova prima a creare la partizione logica, fai un bel reboot e prova a montarla....
_________________
Ciao da me!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum