dj_haruko
12-18-2003, 12:05 AM
I've been searching these forums as to how to mount my external HD, but still can't figure out what I'm doing wrong. I am still unable to mount it and read from it.
It's a 120gig Western Digital 7200rpm drive in a BAFO 2010 case that supports both USB and Firewire connectivity. The partition on it uses NTFS, but I'm not interested in writing to it. It's all files from my Windows box that I want to transfer over, so I just need read capabilities.
I know I have NTFS support in my kernal because of the distro of Linux I use (Topologilinux, essentially Slackware 9.1), as well as SCSI support. It appears that all the modules I need are loaded. Here is the output from lsmod:
Module Size Used by Not tainted
raw1394 17460 0 (unused)
usb-storage 65536 0 (unused)
snd-pcm-oss 37252 1
snd-mixer-oss 11992 1 [snd-pcm-oss]
parport_pc 14724 1 (autoclean)
lp 6752 0 (autoclean)
parport 23264 1 (autoclean) [parport_pc lp]
uhci 24496 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [usb-storage uhci ehci-hcd]
i810_rng 2656 0 (unused)
e1000 62144 1
snd-emu10k1 60212 2
snd-pcm 55904 0 [snd-pcm-oss snd-emu10k1]
snd-timer 13252 0 [snd-pcm]
snd-hwdep 4672 0 [snd-emu10k1]
snd-util-mem 1136 0 [snd-emu10k1]
snd-page-alloc 6004 0 [snd-emu10k1 snd-pcm]
snd-rawmidi 12512 0 [snd-emu10k1]
snd-seq-device 3920 0 [snd-emu10k1 snd-rawmidi]
snd-ac97-codec 37240 0 [snd-emu10k1]
snd 27460 0 [snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd-rawmidi snd-seq-device snd-ac97-codec]
soundcore 3332 8 [snd]
emu10k1-gp 1352 0 (unused)
gameport 1452 0 [emu10k1-gp]
ohci1394 24200 0 (unused)
ieee1394 42436 0 [raw1394 ohci1394]
3c59x 26832 0
pcmcia_core 40032 0
ide-scsi 9424 0
Whenever I try to do a mount /dev/sda /mnt/external -t ntfs, it says that it isn't a valid block device.
Any ideas as to what I'm doing wrong? I'm still a fresh n00b when it comes to Linux.
It's a 120gig Western Digital 7200rpm drive in a BAFO 2010 case that supports both USB and Firewire connectivity. The partition on it uses NTFS, but I'm not interested in writing to it. It's all files from my Windows box that I want to transfer over, so I just need read capabilities.
I know I have NTFS support in my kernal because of the distro of Linux I use (Topologilinux, essentially Slackware 9.1), as well as SCSI support. It appears that all the modules I need are loaded. Here is the output from lsmod:
Module Size Used by Not tainted
raw1394 17460 0 (unused)
usb-storage 65536 0 (unused)
snd-pcm-oss 37252 1
snd-mixer-oss 11992 1 [snd-pcm-oss]
parport_pc 14724 1 (autoclean)
lp 6752 0 (autoclean)
parport 23264 1 (autoclean) [parport_pc lp]
uhci 24496 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [usb-storage uhci ehci-hcd]
i810_rng 2656 0 (unused)
e1000 62144 1
snd-emu10k1 60212 2
snd-pcm 55904 0 [snd-pcm-oss snd-emu10k1]
snd-timer 13252 0 [snd-pcm]
snd-hwdep 4672 0 [snd-emu10k1]
snd-util-mem 1136 0 [snd-emu10k1]
snd-page-alloc 6004 0 [snd-emu10k1 snd-pcm]
snd-rawmidi 12512 0 [snd-emu10k1]
snd-seq-device 3920 0 [snd-emu10k1 snd-rawmidi]
snd-ac97-codec 37240 0 [snd-emu10k1]
snd 27460 0 [snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd-rawmidi snd-seq-device snd-ac97-codec]
soundcore 3332 8 [snd]
emu10k1-gp 1352 0 (unused)
gameport 1452 0 [emu10k1-gp]
ohci1394 24200 0 (unused)
ieee1394 42436 0 [raw1394 ohci1394]
3c59x 26832 0
pcmcia_core 40032 0
ide-scsi 9424 0
Whenever I try to do a mount /dev/sda /mnt/external -t ntfs, it says that it isn't a valid block device.
Any ideas as to what I'm doing wrong? I'm still a fresh n00b when it comes to Linux.