Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
umount non smonta i cd
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
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sat Jul 30, 2005 12:32 pm    Post subject: umount non smonta i cd Reply with quote

ho un problema singolare, non riesco più a smontare i cd-dvd, mi spiego quando provo a dare (da root)
Code:

# umount /mnt/cdrom
umount: /mnt/cdrom: device is busy
umount: /mnt/cdrom: device is busy
# umount /dev/cdroms/cdrom0
umount: /mnt/cdrom: device is busy
umount: /mnt/cdrom: device is busy

vedete i risultati, se il topic è OT ditemelo che modifico il titolo
_________________
Gentoo2005.0+KDE3.4.1
Linux 2.6.12-gentoo-r9 #1 Mon Aug 1 23:16:11 CEST 2005 i686 AMD Athlon(tm) XP Processor 2800+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Sat Jul 30, 2005 1:01 pm    Post subject: Reply with quote

devi prima chiudere tutti i files/programmi che tengono
occupata quella risorsa per poterla smontare.
E' ovvio che ti dia quel problema,
il programma lsof è molto utile a questo
scopo nel caso tu non riesca a capire cosa stia bloccando
quella periferica..
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sat Jul 30, 2005 1:23 pm    Post subject: Reply with quote

mi esce che konqueror mi occupa la periferica, anche se provo a montarla e smontarla subito senza fare altro mi dà lo stesso errore
Code:

# lsof /mnt/cdrom
COMMAND    PID USER   FD   TYPE DEVICE SIZE NODE NAME
konqueror 9541  akx  128r   DIR   22,0 2048 1792 /mnt/cdrom

non ho konqueror aperto!
_________________
Gentoo2005.0+KDE3.4.1
Linux 2.6.12-gentoo-r9 #1 Mon Aug 1 23:16:11 CEST 2005 i686 AMD Athlon(tm) XP Processor 2800+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Sat Jul 30, 2005 2:27 pm    Post subject: Reply with quote

akx wrote:
mi esce che konqueror mi occupa la periferica, anche se provo a montarla e smontarla subito senza fare altro mi dà lo stesso errore
Code:

# lsof /mnt/cdrom
COMMAND    PID USER   FD   TYPE DEVICE SIZE NODE NAME
konqueror 9541  akx  128r   DIR   22,0 2048 1792 /mnt/cdrom

non ho konqueror aperto!

perfetto, almeno adesso sappiamo chi occupa la risorsa,
se non hai nessuna finestra del filemanager aperta (konq.)
magari è colpa di un bug, che versione di kde usi?
ad ogni modo prova a killare quel processo (kill numero-PID)
dovresti essere in grado di smontare il volume.
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sat Jul 30, 2005 4:14 pm    Post subject: Reply with quote

kde-3.4 ma il problema mi è sorto da un paio di giorni prima smontavo senza problemi la periferica...comunque se vado sopra l'icona del cd room sul desktop--->tasto destro--->smonta mi esce una maschera con su scritto di controllare che il disco sia inserito correttamente 8O ...e un'altra cosa, ho 2 icone sul Desktop per il cd/dvd-room non vorrei che fosse questo il problema!
[modifica]ho provato a fare
Code:

# kill 9542-PID
-bash: kill: 9542-PID: arguments must be process or job IDs

ma nulla da fare devo per forza riavviare il pc se voglio togliere quel maledetto cd/dvd[/modifica]
_________________
Gentoo2005.0+KDE3.4.1
Linux 2.6.12-gentoo-r9 #1 Mon Aug 1 23:16:11 CEST 2005 i686 AMD Athlon(tm) XP Processor 2800+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
u238
Guru
Guru


Joined: 04 Mar 2005
Posts: 373

PostPosted: Sat Jul 30, 2005 4:42 pm    Post subject: Reply with quote

sarebbe
Code:

kill 9542


senza "-PID" ... :roll:
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Sat Jul 30, 2005 5:00 pm    Post subject: Reply with quote

u238 wrote:
sarebbe
Code:

kill 9542


senza "-PID" ... :roll:


si infatti, ho scritto kill numero-PID per cercare di essere il piu' esplicito possibile
ma forse dovevo solo scrivergli kill PID :PPP
a quanto pare nn mi ha capito:roll:
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sat Jul 30, 2005 5:05 pm    Post subject: Reply with quote

si scusa ma li avevo provati entrambi con pid e senza pid e visto che senza pid non fungeva....credevo di aver capito male , comunque:
Code:

# kill 9542
-bash: kill: (9542) - No such process

_________________
Gentoo2005.0+KDE3.4.1
Linux 2.6.12-gentoo-r9 #1 Mon Aug 1 23:16:11 CEST 2005 i686 AMD Athlon(tm) XP Processor 2800+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
u238
Guru
Guru


Joined: 04 Mar 2005
Posts: 373

PostPosted: Sat Jul 30, 2005 5:08 pm    Post subject: Reply with quote

ma non era 9541?? :roll:
Back to top
View user's profile Send private message
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sat Jul 30, 2005 5:27 pm    Post subject: Reply with quote

u238 wrote:
ma non era 9541?? :roll:

ecco ...con 38,2 di febbre non lo si dovrebbe manco accendere il pc! si era 9541, quindi con kill riesco a far espellere il cd...ma è una soluzione?
_________________
Gentoo2005.0+KDE3.4.1
Linux 2.6.12-gentoo-r9 #1 Mon Aug 1 23:16:11 CEST 2005 i686 AMD Athlon(tm) XP Processor 2800+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
u238
Guru
Guru


Joined: 04 Mar 2005
Posts: 373

PostPosted: Sat Jul 30, 2005 5:34 pm    Post subject: Reply with quote

se è una soluzione nn lo so... probabilmente è un bug di kde... hai l'ultimissima versione? 3.4.2? ..nn saprei.. a me nn è mai capitato!
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