Code: /dev/disk/by-id/bloody-great-long-thing vfat /media/flash noatime,users 0 0
i have used the second colum for mount point Code: /dev/sda1 /media/usb vfat rw,user,noauto 0 0
did you mentioned front usb drive and dvd-rom, next the flash drive...
is about a portable hard disk with usb plug, a external dvd-rom plugged by usb and a flash drive (pen drive) ???
your computer detects usb drive and dvd-rom without problems and pendrive creates the conflict???
chech which device is used when you external drive is detected (in order to avoid conflicts) when i plug my pendrive and run the command, this is shown: Code: [ 4438.045599] sd 2:0:0:0: [sdb] 1001472 512-byte hardware sectors (513 MB)
[ 4438.046221] sd 2:0:0:0: [sdb] Write Protect is off
[ 4438.046224] sd 2:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[ 4438.046227] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 4438.055220] sd 2:0:0:0: [sdb] 1001472 512-byte hardware sectors (513 MB)
[ 4438.055717] sd 2:0:0:0: [sdb] Write Protect is off
[ 4438.055721] sd 2:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[ 4438.055723] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 4438.055726] sdb: sdb1
[ 4438.056947] sd 2:0:0:0: [sdb] Attached SCSI removable disk
for example:
my pendrive is detected on sdb1
i have a external dvd-rw with usb plug and is detected on scd0
i don't have a external HDD...
i hope this will be useful for give you some ideas to find the problem.
See you. |