View previous topic :: View next topic |
Author |
Message |
eamonn Tux's lil' helper
Joined: 18 Mar 2003 Posts: 118
|
Posted: Sat Jan 10, 2004 3:30 am Post subject: SCSI emulation and mounting |
|
|
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 |
|
|
ectospasm l33t
Joined: 19 Feb 2003 Posts: 711 Location: Mobile, AL, USA
|
|
Back to top |
|
|
CaptainTrips n00b
Joined: 25 Dec 2003 Posts: 16
|
Posted: Sat Jan 10, 2004 3:25 pm Post subject: |
|
|
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 |
|
|
|
|
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
|
|