i'm trying to mount an external harddrive (fantom 1tb) which is pretty new, been using it in windows for a week or so
i added the line to my /dev/fstab
/dev/sda1 /mnt/extdisk ntfs rw,defaults 0 0
when i type mount -a, i get the following message:
FATAL: Could not load /lib/modules/2.6.22.18/modules.dep: No such file or directory
fuse: device not found, try 'modprobe fuse' first
i know the drive is attached because:
root@debian:/dev# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: MICRONET Model: FANTOM DRIVE Rev: 2.10
Type: Direct-Access ANSI SCSI revision: 02
similarly i know its sda1 because:
root@debian:/dev# tail -f /var/log/messages
Aug 3 21:32:14 debian kernel: Freeing init memory: 104K
Aug 3 21:32:14 debian kernel: scsi 0:0:0:0: Direct-Access MICRONET FANTOM DRIVE 2.10 PQ: 0 ANSI: 4
Aug 3 21:32:14 debian kernel: sd 0:0:0:0: [sda] 1953525168 512-byte hardware sectors (1000205 MB)
Aug 3 21:32:14 debian kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 3 21:32:14 debian kernel: sd 0:0:0:0: [sda] 1953525168 512-byte hardware sectors (1000205 MB)
Aug 3 21:32:14 debian kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 3 21:32:14 debian kernel: sda: sda1
Aug 3 21:32:14 debian kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Aug 3 21:32:14 debian kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Aug 3 21:52:13 debian -- MARK --
anywho... this is a fresh plug. i followed the quickstart. i think i also intalled ntfs-3g and lighttpd and wget
the error message seems specific to the plug, and i can't seem to get around it. any ideas?