Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SCSI emulation and mounting
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
eamonn
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 118

PostPosted: Sat Jan 10, 2004 3:30 am    Post subject: SCSI emulation and mounting Reply with quote

i have two atapi devices and use scsi emulation (2.6.0 kernel) and i cannot mount my DVDR. it gives the error

Quote:
mount: Not a directory


All the directories exist!


any ideas?

i also cannot mount my zip250



my fstab
Code:

dev/hda1               /boot           ext2            noauto,noatime          1 1
/dev/hda3               /               jfs             noatime                 0 0
/dev/hda2               none            swap            sw                      0 0
/dev/scsi/host3/bus0/target0/lun0/cd    /mnt/LiteOn     iso9660                 noauto,ro,user          0 0
/dev/scsi/host2/bus0/target0/lun0/cd    /mnt/Pioneer    iso9660                 noauto,ro,user          0 0
/dev/fd0                /mnt/floppy     vfat            rw,user,noauto          0 0
/dev/sdb                /mnt/zip250     auto            rw,user,noauto          0 0
Back to top
View user's profile Send private message
ectospasm
l33t
l33t


Joined: 19 Feb 2003
Posts: 711
Location: Mobile, AL, USA

PostPosted: Sat Jan 10, 2004 6:51 am    Post subject: Reply with quote

Could you show us the command you're using to mount? Like this:

Code:
 # mount /mnt/cdrom0

_________________
Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance!
Back to top
View user's profile Send private message
CaptainTrips
n00b
n00b


Joined: 25 Dec 2003
Posts: 16

PostPosted: Sat Jan 10, 2004 3:25 pm    Post subject: Reply with quote

It could be because of your fstab. DVD disks normally store information as UDF, not iso9660. Try this in fstab instead:-

/dev/scsi/host3/bus0/target0/lun0/cd /mnt/LiteOn iso9660,udf noauto,ro,user 0 0
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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