Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] DVD-R creati con Windows
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
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Sun Oct 19, 2003 2:52 pm    Post subject: [RISOLTO] DVD-R creati con Windows Reply with quote

Salve ragazzi, ho qualche problema nel montare dei dvd creati con windows (dvd dati)...praticamente quando lancio

Code:
mount -t vfat /dev/cdroms/cdrom0 /mnt/cdrom/

o
Code:
mount -t iso9660 /dev/cdroms/cdrom0 /mnt/cdrom/

il risultato è sempre
Code:
mount: block device /dev/cdroms/cdrom0 is write-protected, mounting read-only
mount: No medium found


non capisco cosa possa essere il problema...i dvd originali video li monta perfettamente...c'è qualche stringa particolare da mettere dopo il -t ?

ciao e grassie


Last edited by Cagnulein on Sun Oct 19, 2003 4:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
GhePeU
Guru
Guru


Joined: 12 Aug 2003
Posts: 549
Location: Mestre, Italy

PostPosted: Sun Oct 19, 2003 3:00 pm    Post subject: Reply with quote

sicuro che i dvd dati siano iso9660 o vfat?

con -t auto cosa ti dice?
_________________
That is not dead which can eternal lie,
and with strange aeons even death may die.
Back to top
View user's profile Send private message
blacksword
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 128

PostPosted: Sun Oct 19, 2003 3:01 pm    Post subject: Reply with quote

Nel lilo hai l'opzione append = ide-scsi? Se si toglila! Forse così risolvi. E la prima cosa che mi è venuta in mente, spero sia quella giusta!!!
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Sun Oct 19, 2003 3:06 pm    Post subject: Reply with quote

con auto stessa roba ;)

nel lilo.conf non ho quella riga :(

altro da provare? ho cercato su google e sul forum ma non ho trovato nulla :(
Back to top
View user's profile Send private message
sorchino
Apprentice
Apprentice


Joined: 08 Jul 2003
Posts: 242
Location: Bologna/Treno/Fano

PostPosted: Sun Oct 19, 2003 3:57 pm    Post subject: Reply with quote

Il supporto UDF nel kernel ce l'hai?
_________________
"Colui al quale avete dato il nome di Gesu` in realta` non era che il capo di una banda di briganti i cui miracoli che gli attribuite non erano che manifestazioni operate secondo la magia e i trucchi esoterici." Celso.
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Sun Oct 19, 2003 4:02 pm    Post subject: Reply with quote

sì come modulo, tutte 2 le opzioni

Code:
  ? ?                       <M> UDF file system support (read only)                                                   ? ?
  ? ?                       [ ]   UDF write support (DANGEROUS)                                                       ? ?
  ? ?                       <M> UFS file system support (read only)                                                   ? ?
  ? ?                       [ ]   UFS file system write support (DANGEROUS)
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 19, 2003 4:09 pm    Post subject: Reply with quote

Prova a caricare i moduli manualmente e vedi cosa succede...
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Sun Oct 19, 2003 4:14 pm    Post subject: Reply with quote

caricato senza problemi, con lsmod lo vedo unused...provato a rimontare ma stessa cosa...
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Sun Oct 19, 2003 4:26 pm    Post subject: Reply with quote

risolto, cioè no :(

praticamente ho scambiato i lettori dvd che ho..e ho visto che con questo che è + nuovo (un piooner a105) lo monta alla perfezione...quindi presumo che sia un problema di lettore :(

grazie e scusate se vi ho fatto perdere del tempo
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sun Oct 19, 2003 5:15 pm    Post subject: Reply with quote

Cagnulein wrote:

praticamente ho scambiato i lettori dvd che ho..e ho visto che con questo che è + nuovo (un piooner a105) lo monta alla perfezione...quindi presumo che sia un problema di lettore :(


Hai provato ad aggiornare il firmware di quello più vecchio (lo stesso che non funziona se non ho capito male)?
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Sun Oct 19, 2003 5:38 pm    Post subject: Reply with quote

mmm, hai ragione...no, non ho provato...azz, non so però il modello...lo so, sono pigro, ma c'è un proggy che mi dice nome e modello del lettore, stile winzozz? beh io mi butto alla ricerca, grazie ancora del consiglio!

MODIFICA: ecco il comando:
Code:
 hdparm -i /dev/hdc
Back to top
View user's profile Send private message
GhePeU
Guru
Guru


Joined: 12 Aug 2003
Posts: 549
Location: Mestre, Italy

PostPosted: Sun Oct 19, 2003 5:50 pm    Post subject: Reply with quote

all'avvio lo dice, quindi dmesg potrebbe aiutare

e anche hdparm -I /dev/hdx da quelle informazioni


EDIT: non avevo notato che avevi già risolto
_________________
That is not dead which can eternal lie,
and with strange aeons even death may die.
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Mon Oct 20, 2003 10:38 am    Post subject: Reply with quote

anche aggiornando il firmware non cambia nulla...stesso problema anche sotto winzozz...quindi presumo che sto lettore non legga i dvd-r. Niente da fare. Grazie lo stesso ;)
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