Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Il floppy non si monta
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
decabrista
Apprentice
Apprentice


Joined: 29 Jan 2006
Posts: 164

PostPosted: Sun Feb 05, 2006 2:36 am    Post subject: Il floppy non si monta Reply with quote

Salve,

ho inserito questa riga in /etc/fstab:

/dev/fd0 /floppy msdos noauto,user 0 0

perchè non riesco a montare il floppy con : mount /floppy

poi se provo a montare manualmente tramite: mount -t msdos/dev/fd0 /floppy

mi dice che /dev/fd0 non esiste

non capisco!
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Sun Feb 05, 2006 2:48 am    Post subject: Reply with quote

hai compilato il supporto per il floppy nel kernel?
a me è capitato per errore di aver collegato male il floppy, praticamente me lo rilevava come fd1, però dovevo abilitarlo dal bios.
Back to top
View user's profile Send private message
decabrista
Apprentice
Apprentice


Joined: 29 Jan 2006
Posts: 164

PostPosted: Sun Feb 05, 2006 2:53 am    Post subject: Reply with quote

Ho usato genkernel,avrebbe dovuto abilitarlo no?
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Sun Feb 05, 2006 3:30 am    Post subject: Reply with quote

non lo so... non l'ho mai usato... :roll:

per visualizzare il menuconfig con genkernel dai un'occhiata sull'handbook. mi pare ci sia scritto come fare.
Back to top
View user's profile Send private message
Ferdinando
Veteran
Veteran


Joined: 25 Nov 2003
Posts: 1027
Location: Gaeta (LT) - Italy

PostPosted: Sun Feb 05, 2006 7:46 am    Post subject: Re: Il floppy non si monta Reply with quote

decabrista wrote:
se provo a montare manualmente tramite: mount -t msdos/dev/fd0 /floppy

mi dice che /dev/fd0 non esiste

Un consiglio spassionato: non usare msdos, probabilmente non è quello che vuoi. Con msdos avrai i nomi in stile dos, 8 caratteri + 3 di estensione, e il driver internamente usa vfat; tanto vale usare vfat, che supporta anche nomi lunghi.

Quando a /dev/fd0, per vedere se c'è fai
Code:
# grep FLOPPY /usr/src/linux/.config
CONFIG_BLK_DEV_IDEFLOPPY=y

Se dice y dovrebbe esserci, e allora
Code:
$ dmesg | grep Floppy
Floppy drive(s): fd0 is 1.44M

Ciao
_________________
La risposta, non la devi cercare fuori, la devi cercare dentro di te: e però è SBAGLIATA!
-- Corrado Guzzanti, "Pippo Chennedy Show", 1997
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