Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[mount] problema floppy
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 5:19 am    Post subject: [mount] problema floppy Reply with quote

Ho già guardato gli altri thread in tema ma non ho trovato soluzione.

Non riesco a montare il floppy perchè mi dice che devo specificare il filesystem e se lo specifico (per esempio vfat o umsdos) mi dice che non sono filesystems supportati dal kernel anche se io ho configurato il kernel per supportarli (built-in).
Ho già anche aggiunto il floppy nel mio fstab.

allora riassumento:



Code:

#grep -i fat /usr/src/linux/.config
CONFIG_FAT_FS=y
CONFIG_VFAT_FS=y

#grep -i dos /usr/src/linux/.config
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=y
#CONFIG_NCPFS_SMALLDS is not set
CONFIG_MSDOS_PARTITION=y

#more /etc/fstab
....
/dev/fd0     /mnt/floppy     auto     noauto,users,rw,exec     0 0
....



qualcuno può darmi una mano pf? grazie mille in aniticpo
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31475
Location: here

PostPosted: Wed Sep 01, 2004 5:24 am    Post subject: Reply with quote

Prova a dare il mount a mano con
Code:
# mount -t vfat /dev/fd0 /mnt/floppy

e posta l'errore che ti da
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 5:29 am    Post subject: Reply with quote

fedeliallalinea wrote:
Prova a dare il mount a mano con
Code:
# mount -t vfat /dev/fd0 /mnt/floppy

e posta l'errore che ti da



mi dice che il filesystem vfat non è supportato dal kernel. avevo già provato anche questo. stessa cosa se provo con umsdos...
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31475
Location: here

PostPosted: Wed Sep 01, 2004 5:32 am    Post subject: Reply with quote

Sei sicura che il floppy non sia sputtanato?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
ballero
n00b
n00b


Joined: 10 Jul 2004
Posts: 62

PostPosted: Wed Sep 01, 2004 6:14 am    Post subject: Reply with quote

luna80, controlla nel kernel le impostazioni in:
Code:
File systems-->Native Language Support


Code:
(iso8859-15) Default NLS Option

Code:
<*>   Codepage 850 (Europe)

Code:
<*>   NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)
Back to top
View user's profile Send private message
Danilo
l33t
l33t


Joined: 05 Feb 2004
Posts: 747
Location: Italy

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

Se il floppy ti serve solo per leggere o storare dei files di tanto in tanto prova ad usare gli mtools.
Back to top
View user's profile Send private message
DaVe&OpenMOsix
Apprentice
Apprentice


Joined: 30 Dec 2003
Posts: 213

PostPosted: Wed Sep 01, 2004 10:22 am    Post subject: Reply with quote

se vfat è configurato come modulo, controlla che sia caricato con lsmod.
due centesimini...
DV
_________________
-- Siccome sono un informatico ho votato PCI convinto di aumentare gli slot di espansione della società --
-^v^v^v^v^v^v^v^v^v^-
DaVe the WaVe
http://dave.ccni.it
http://www.davethewave.it
-^v^v^v^v^v^v^v^v^v^-
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31475
Location: here

PostPosted: Wed Sep 01, 2004 10:23 am    Post subject: Reply with quote

DaVe&OpenMOsix wrote:
se vfat è configurato come modulo, controlla che sia caricato con lsmod.

Non e' come modulo se vedi sopra
Code:
CONFIG_FAT_FS=y
CONFIG_VFAT_FS=y

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 10:50 am    Post subject: Reply with quote

fedeliallalinea wrote:
Sei sicura che il floppy non sia sputtanato?


si...in win funziona.

ora sto provando a ricompilare il kernel con le opzioni consigliate da ballero.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 11:05 am    Post subject: Reply with quote

ballero wrote:
luna80, controlla nel kernel le impostazioni in:
Code:
File systems-->Native Language Support


Code:
(iso8859-15) Default NLS Option

Code:
<*>   Codepage 850 (Europe)

Code:
<*>   NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)


non avevo queste impostazioni: le ho aggiunte, ho ricompilato, riavviato ma non cambia assolutamente niente. stesso identico problema.
Back to top
View user's profile Send private message
ballero
n00b
n00b


Joined: 10 Jul 2004
Posts: 62

PostPosted: Wed Sep 01, 2004 11:58 am    Post subject: Reply with quote

Code:
grep -i ide /usr/src/linux/.config


che output ti da'?
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 12:01 pm    Post subject: Reply with quote

ballero wrote:
Code:
grep -i ide /usr/src/linux/.config


che output ti da'?


Code:
# CONFIG_PARIDE is not set
# ATA/IDE/MFM/RLL support
CONFIG_IDE=y
# IDE, ATA and ATAPI Block devices
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_AMD74XX_OVERRIDE is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# Old CD-ROM drivers (not SCSI, not IDE)
# CONFIG_CD_NO_IDESCSI is not set
# CONFIG_VIDEO_DEV is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_SOUND_TRIDENT is not set
Back to top
View user's profile Send private message
ballero
n00b
n00b


Joined: 10 Jul 2004
Posts: 62

PostPosted: Wed Sep 01, 2004 12:06 pm    Post subject: Reply with quote

Code:
# CONFIG_BLK_DEV_IDEFLOPPY is not set


Se vuoi il floppy ... il floppy lo devi installare :wink:
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 12:20 pm    Post subject: Reply with quote

ballero wrote:
Code:
# CONFIG_BLK_DEV_IDEFLOPPY is not set


Se vuoi il floppy ... il floppy lo devi installare :wink:



:oops: :oops: :oops: :oops: :oops:


e bohm..magari non era indispensabile ehehehe :wink:
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 12:37 pm    Post subject: Reply with quote

non cambia niente lo stesso. siamo da capo!!
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Sep 01, 2004 12:57 pm    Post subject: Reply with quote

luna80 wrote:
non cambia niente lo stesso. siamo da capo!!


Lo hai compilato built-in o come modulo?
_________________
Ciao da me!
Back to top
View user's profile Send private message
ballero
n00b
n00b


Joined: 10 Jul 2004
Posts: 62

PostPosted: Wed Sep 01, 2004 1:01 pm    Post subject: Reply with quote

Code:
mount -t vfat /dev/floppy/0 /mnt/floppy/


ti da' sempre l'errore del filesystem?
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Wed Sep 01, 2004 1:07 pm    Post subject: Reply with quote

Domanda stupida:

E' un floppy normale o USB???
Scusa la domanda, ma in un'altro forum mi è capitato di trovare una persona con un errore simile, e dopo due giorni, abbiamo scoperto che il floppy era USB.

@luna80: non picchiarmi :oops:
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 2:01 pm    Post subject: Reply with quote

per randomaze: l'ho compilato built-in, non va bene?

per ballero: si sempre lo stesso errore (vfat non supportato dal kernel)

per mouser: è un normalissimo floppy
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Sep 01, 2004 2:25 pm    Post subject: Reply with quote

luna80 wrote:
per randomaze: l'ho compilato built-in, non va bene?

per ballero: si sempre lo stesso errore (vfat non supportato dal kernel)

per mouser: è un normalissimo floppy


Si si va benissimo (naturalmente andava bene anche come modulo, bastava ricordarsi di controllare che fosse stato caricato).

Cosa dice:

Code:
dmesg | grep -i fd

?

P.S. Hai controllato con un'altro floppy? Non si sa mai che la colpa sia del dischetto....
_________________
Ciao da me!
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 2:36 pm    Post subject: Reply with quote

randomaze wrote:

Code:
dmesg | grep -i fd

?

P.S. Hai controllato con un'altro floppy? Non si sa mai che la colpa sia del dischetto....



Code:
#dmesg | grep -i fd
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077


si ho già provato con un altro floppy e la situazione è identica
Back to top
View user's profile Send private message
ballero
n00b
n00b


Joined: 10 Jul 2004
Posts: 62

PostPosted: Wed Sep 01, 2004 3:55 pm    Post subject: Reply with quote

Di quale kernel si tratta?
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1565
Location: switzerland

PostPosted: Wed Sep 01, 2004 3:59 pm    Post subject: Reply with quote

ballero wrote:
Di quale kernel si tratta?


2.4.26-gentoo-r9
Back to top
View user's profile Send private message
nick_spacca
l33t
l33t


Joined: 29 May 2004
Posts: 689
Location: Paris/France

PostPosted: Wed Sep 01, 2004 10:28 pm    Post subject: Reply with quote

Come diceva Danilo su, perche non provi a vedere se con
Code:
mdir
ti da il contenuto del floppy (senza doverlo montare) ???
Se non li hai gia devi scaricare gli mtools
Code:

emerge -v mtools


E' giusto per provare...non dovrebbe essere la mossa risolutiva... :)
_________________
I can resist anything but temptation.
(O. Wilde)
Back to top
View user's profile Send private message
ballero
n00b
n00b


Joined: 10 Jul 2004
Posts: 62

PostPosted: Wed Sep 01, 2004 11:42 pm    Post subject: Reply with quote

Hai il supporto acpi attivo, nel kernel?
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
Goto page 1, 2  Next
Page 1 of 2

 
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