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 Previous  1, 2  
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: 1563
Location: switzerland

PostPosted: Thu Sep 02, 2004 4:48 am    Post subject: Reply with quote

ballero wrote:
Hai il supporto acpi attivo, nel kernel?


non avevo il supporto attivo nel kernel: l'ho messo built-in e ho ricompilato ma non cambia niente: sempre il medesimo errore

qui sotto qualche info


Code:
#less /usr/src/linux/.config | grep -i ACPI

# CONFIG_HOTPLUG_PCI_ACPI is not set
# ACPI Support
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_PROCESSOR is not set
# CONFIG_ACPI_THERMAL is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_RELAXED_AML is not set
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1563
Location: switzerland

PostPosted: Thu Sep 02, 2004 4:53 am    Post subject: Reply with quote

nick_spacca wrote:
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... :)



allore: questo l'output di

Code:
#mdir
 Volume in drive A has no label
 Volume Serial Number is 787B-D177
Directory for A:/

No files
                          1 457 664 bytes free



mm...penso sia un buon segno! (è giusto che non contiene files)
...però...quindi?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Sep 02, 2004 6:27 am    Post subject: Reply with quote

luna80 wrote:
mm...penso sia un buon segno! (è giusto che non contiene files)
...però...quindi?


quindi puoi usare un dischetto con le utility degli mtools (mcopy, mformat, ...), anche se non capisco come mai non riesci a montarlo in maniera normale.
_________________
Ciao da me!
Back to top
View user's profile Send private message
kartone
n00b
n00b


Joined: 01 Jun 2004
Posts: 52

PostPosted: Sat Sep 04, 2004 12:54 pm    Post subject: Reply with quote

Se il mio output e' questo

Code:

dmesg | grep -i fd
floppy: controller ACPI FDC0 at I/O 0x3f0-0x3f5, 0x3f7-0x3f7 irq 6 dma channel 2


mentre
Code:

ls -la /dev | grep -i fd
lr-xr-xr-x   1 root root      13 Sep  4 13:45 fd -> /proc/self/fd
lr-xr-xr-x   1 root root       4 Sep  4 13:45 stderr -> fd/2
lr-xr-xr-x   1 root root       4 Sep  4 13:45 stdin -> fd/0
lr-xr-xr-x   1 root root       4 Sep  4 13:45 stdout -> fd/1


il floppy non riesco a montarlo.
Questa è la riga di fstab
Code:

/dev/fd0                /mnt/floppy     auto            noauto,rw,users         0 0


Code:

mount /mnt/floppy/
mount: you must specify the filesystem type


Il problema e' la lucina del floppy non si accende proprio!
Ma mi sa che io /dev/fd0 non ce l'ho proprio !!
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Sep 04, 2004 1:49 pm    Post subject: Reply with quote

kartone wrote:
Ma mi sa che io /dev/fd0 non ce l'ho proprio !!


Probabile (e potrebbe anche essere lo stesso problema di luna80).
Il motivo per cui non lo hai é che devfs (oppure usi udev?) lo ha messo chissá dove :roll:
(il mio PC non ha floppy e non posso aiutarvi....)
_________________
Ciao da me!
Back to top
View user's profile Send private message
kartone
n00b
n00b


Joined: 01 Jun 2004
Posts: 52

PostPosted: Sun Sep 05, 2004 10:17 pm    Post subject: Reply with quote

uso devfs...
ma come faccio a trovarlo? :D
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Sep 06, 2004 10:45 am    Post subject: Reply with quote

kartone wrote:
uso devfs...
ma come faccio a trovarlo? :D


Hai una directory /dev/floppy/ ?

(luna80, ma tu hai quella directory? Cosa contiene?)
_________________
Ciao da me!
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1563
Location: switzerland

PostPosted: Mon Sep 06, 2004 2:35 pm    Post subject: Reply with quote

randomaze wrote:


(luna80, ma tu hai quella directory? Cosa contiene?)


si c'è l'ho:

Code:
# ls /dev/floppy
0
0u1040
0u1120
0u1440
0u1600
0u1680
0u1722
0u1743
0u1760
0u1840
0u1920
0u360
0u720
0u800
0u820
0u830

Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Sep 06, 2004 2:42 pm    Post subject: Reply with quote

luna80 wrote:
si c'è l'ho:


Il comando:

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


fa qualcosa?
_________________
Ciao da me!
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1563
Location: switzerland

PostPosted: Mon Sep 06, 2004 2:56 pm    Post subject: Reply with quote

randomaze wrote:

Il comando:

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


fa qualcosa?


come in tutti gli altri casi:
Code:
# mount -t vfat /dev/floppy/0u1440 /mnt/floppy
mount: fs type vfat not supported by 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 Previous  1, 2
Page 2 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