Re: cant mount drive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>
> > >
> > > sg                     28513  0
> > > scsi_mod              105360  1 sg
> > >
> it looks like i accidently unplugged my scanner..i'll make sure the cf reader is unplugged now

Waiiiiit a second maybe this is your problem then and not the CF card.
Maybe the scanner module is causing the problem!

>
> Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
> Drive buf size : 1359872 = 1328 KB
> FIFO size      : 4194304 = 4096 KB
> Track 01: data   545 MB
> Total size:      626 MB (62:02.37) = 279178 sectors
> Lout start:      626 MB (62:04/28) = 279178 sectors
> Current Secsize: 2048
> ATIP info from disk:
>   Indicated writing power: 6
>   Is not unrestricted
>   Is not erasable
>   Disk sub type: Medium Type C, low Beta category (C-) (6)
>   ATIP start of lead in:  -11231 (97:32/19)
>   ATIP start of lead out: 359846 (79:59/71)
> Disk type:    Short strategy type (Phthalocyanine or similar)
> Manuf. index: 27
> Manufacturer: Prodisc Technology Inc.
> Blocks total: 359846 Blocks current: 359846 Blocks remaining: 80668
> Forcespeed is OFF.
> Speed set to 9173 KB/s
> Starting to write CD/DVD at speed  52.0 in real SAO mode for single
> session.
> Last chance to quit, starting real write    0 seconds. Operation starts.
> Waiting for reader process to fill input buffer ... input buffer ready.
> trackno=0
> BURN-Free is ON.
> Turning BURN-Free off
> Performing OPC...
> Sending CUE sheet...
> Writing pregap for track 1 at -150
> Starting new track at sector: 0
> Track 01:  545 of  545 MB written (fifo 100%) [buf  98%]  47.8x.
> Track 01: Total bytes read/written: 571756544/571756544 (279178
> sectors).
> Writing  time:  122.448s
> Average write speed  32.5x.
> Min drive buffer fill was 97%
> Fixating...
> Fixating time:    3.483s
> cdrecord: fifo had 9006 puts and 9006 gets.
> cdrecord: fifo was 0 times empty and 4414 times full, min fill was 53%.
> 

This is great we finally made this work!!!!!


Ok now on to the mounting problem. Remember if you want to mount  a CD
you *have* to create an iso9660 image of the files you want to burn
and then burn the image! So in order to burn let's say some ordinary
files in /home/tmp/ directory you have to give first:

mkisofs -v -o home-tmp.iso -R -J /home/tmp

and then

cdrecord -v gracetime=2 dev=ATAPI:0,0,0 -data blank=fast home-tmp.iso

then after the process is finished you can do

mount /dev/cdrom /mnt/cdrom -t iso9660 -o ro

and see the contents like an ordinary directory. 'k3b' does all that
automatically for ordinary files or for music files but it does that
using 'mkisofs' and 'cdrecord'.

So give it a try and see what you get. Once that is solved as well
then we can see how we can make your scanner and/or your CF card play
nicely with your CD drive!

F.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux