Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
loop Bug? [Risolto]
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
saxtro
Apprentice
Apprentice


Joined: 28 Nov 2004
Posts: 153

PostPosted: Fri Apr 08, 2005 2:46 pm    Post subject: loop Bug? [Risolto] Reply with quote

ciao a tutti, oggi volevo montare una immagine iso ed ho avuto una sorpresina....
Code:

bash-2.05b# mount -o loop /mnt/fat32/sparire/image.iso /mnt/disco
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type
bash-2.05b# lsof /dev/loop
bash-2.05b# lsof /dev/loop1
bash-2.05b# lsof /dev/loop2
bash-2.05b# lsof /dev/loop3
bash-2.05b# lsof /dev/loop4
bash-2.05b# lsof /dev/loop5
bash-2.05b# lsof /dev/loop6
bash-2.05b# lsof /dev/loop7
bash-2.05b# lsof /dev/psaux
COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
X       9292 root    6u   CHR   10,1       658 /dev/misc/psaux

avete consigli?


Last edited by saxtro on Fri Apr 08, 2005 4:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
ErniBrown
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 276
Location: Seconda stella a destra e poi dritto fino al mattino...

PostPosted: Fri Apr 08, 2005 2:50 pm    Post subject: Reply with quote

forse dico una ca****a, però mi sembra che ci sia qualcosa che non va nel comando... prova a dare un occhiata al man di mount, oppure da qualche parte nel forum... secondo me loop va messo in fondo
_________________
There are 10 kind of people:
those who understand binaries and
those who don't.
Back to top
View user's profile Send private message
saxtro
Apprentice
Apprentice


Joined: 28 Nov 2004
Posts: 153

PostPosted: Fri Apr 08, 2005 2:56 pm    Post subject: Reply with quote

Code:

9499 root       0 -20     0    0    0 S  0.0  0.0   0:00.08 loop0
 9563 root       0 -20     0    0    0 S  0.0  0.0   0:00.00 loop1
 9570 root       0 -20     0    0    0 S  0.0  0.0   0:00.00 loop2
 9575 root       0 -20     0    0    0 S  0.0  0.0   0:00.00 loop3

non so se può essere di aiuto ma per ogni tentativo mi trovo un loop in top....

@ErniBrown
si infatti lo sapevo infatti ho incollato il secondo tentativo con loop alla fine, ad onor di cronaca
Code:

bash-2.05b# mount /mnt/fat32/sparire/image.iso /mnt/disco -o loop
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type
bash-2.05b#                                                     
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Apr 08, 2005 2:57 pm    Post subject: Reply with quote

saxtro wrote:
mount: you must specify the filesystem type


Specificalo: "-t iso9660"
_________________
Ciao da me!
Back to top
View user's profile Send private message
saxtro
Apprentice
Apprentice


Joined: 28 Nov 2004
Posts: 153

PostPosted: Fri Apr 08, 2005 3:10 pm    Post subject: Reply with quote

Code:

bash-2.05b# mount -t iso9660 /mnt/fat32/sparire/image.iso /mnt/disco -o loop
mount: wrong fs type, bad option, bad superblock on /dev/loop6,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
bash-2.05b# modprobe sg
bash-2.05b# mount -t iso9660 /mnt/fat32/sparire/image.iso /mnt/disco -o loop
mount: wrong fs type, bad option, bad superblock on /dev/loop6,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
bash-2.05b# mount -t auto /mnt/fat32/sparire/image.iso /mnt/disco -o loop
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type
bash-2.05b#                   

;(

edit:
dopo 8 tentativi...
Code:

bash-2.05b# mount /mnt/fat32/sparire/image.iso /mnt/disco -o loop
mount: could not find any free loop device

non è un problema grave (almeno in questo caso) perchè mi basta masterizzare la iso e montarla su cd, però non capisco perchè per ogni tentativo mi blocchi un /dev/loopX visto che risultano occupate già da prima :x

edit2:
non mi picchiate ma la soluzione era la più facile e ovvia e sarebbe stata la prima da provare.......
la iso non funzionava :roll:
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