LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-09-2004, 06:32 AM   #1
StefanA
LQ Newbie
 
Registered: Feb 2004
Posts: 1

Rep: Reputation: 0
Firewire NTFS under Fedora


Hello everyone,

I have a bit of a problem mounting to Firewire drive that I have. It's a NTFS filesystem, but I only need to copy files from it (so the read only isn't a problem).

I've installed the NTFS rpm, and checked my kernel acording to the "Linux-NTFS project" (I couldn't post a URL so you have to do a google on that topic). I followed the instructions to make sure the NTFS kernel was loaded.
Code:
[root@menace Desktop]# /sbin/modprobe ntfs
[root@menace Desktop]# dmesg | grep NTFS
NTFS driver v1.1.22 [Flags: R/O MODULE]
NTFS driver v1.1.22 [Flags: R/O MODULE]
[root@menace Desktop]# cat /proc/filesystems
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   tmpfs
nodev   shm
nodev   pipefs
        ext2
nodev   ramfs
        iso9660
nodev   devpts
        ext3
nodev   usbdevfs
nodev   usbfs
nodev   autofs
nodev   lufs
        ntfs
if I run "cat /proc/bus/ieee1394/devices" I see this:
Code:
[root@menace root]# cat /proc/bus/ieee1394/devices
Node[0-00:1023]  GUID[00d04b3107053bd7]:
  Vendor ID: `LaCie Group SA  ' [0x00d04b]
  Capabilities: 0x0083c0
  Bus Options:
    IRMC(0) CMC(0) ISC(0) BMC(0) PMC(0) GEN(0)
    LSPD(0) MAX_REC(64) CYC_CLK_ACC(255)
  Unit Directory 0:
    Vendor/Model ID: LaCie Group SA   [00d04b] / LaCie 1394 Disk drive LUN 0  [0 00000]
    Software Specifier ID: 00609e
    Software Version: 010483
    Length (in quads): 8
Node[0-01:1023]  GUID[374fc00019c87010]:
  Vendor ID: `Linux OHCI-1394' [0x080028]
  Capabilities: 0x0083c0
  Bus Options:
    IRMC(1) CMC(1) ISC(1) BMC(0) PMC(0) GEN(0)
    LSPD(2) MAX_REC(2048) CYC_CLK_ACC(0)
  Host Node Status:
    Host Driver     : ohci1394
    Nodes connected : 2
    Nodes active    : 2
    SelfIDs received: 2
    Irm ID          : [0-01:1023]
    BusMgr ID       : [0-63:1023]
    In Bus Reset    : no
    Root            : yes
    Cycle Master    : yes
    IRM             : yes
    Bus Manager     : no
[root@menace root]#
So the disk is recongnized and working. Also in the Hardware Browser I can see that it's listed under the SCSI devices as sbp2 (and ofcourse under the firewire menu).
So I'm now tying to mount the drive by using:
Code:
mount /dev/sbp2 /mnt/dosc -t ntfs
Doesn't work of course. if I check the /var/log/dmes I can see this in the end of the file
Code:
EXT3-fs: mounted filesystem with ordered data mode.
ohci1394: $Rev: 1010 $ Ben Collins <bcollins@debian.org>
PCI: Found IRQ 11 for device 02:04.1
PCI: Sharing IRQ 11 with 00:1d.0
PCI: Sharing IRQ 11 with 02:04.0
ohci1394_0: OHCI-1394 1.1 (PCI): IRQ=[11]  MMIO=[faffd800-faffdfff]  Max Packet=[2048]
ieee1394: Node added: ID:BUS[0-00:1023]  GUID[00d04b3107053bd7]
ieee1394: Host added: ID:BUS[0-01:1023]  GUID[374fc00019c87010]
SCSI subsystem driver Revision: 1.00
hda: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: HL-DT-ST  Model: RW/DVD GCC-4241N  Rev: A100
  Type:   CD-ROM                             ANSI SCSI revision: 02
my question is: "How do I get this to work?"

My computer is a Dell Inspiron 5150 with nVidia FXgo 5200. I'm using Fedora Core 1 and Gnome 2.4.0

It was a long message but I really hope anyone of you out there can help a n00b like me. I'm very new to Linux, so bare with me if my questions might seem strange at times.

best regards

Stefan Andersson

Last edited by StefanA; 02-09-2004 at 06:39 AM.
 
Old 02-10-2004, 10:14 AM   #2
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
you have an internal dvd burner by chance? that looks like ide-scsi emulation for an atapi disc burner, usually scsi hard drives are /dev/sda, sdb, sdc etc... i don't have much experience with firewiere but
hda: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: HL-DT-ST Model: RW/DVD GCC-4241N Rev: A100
Type: CD-ROM ANSI SCSI revision: 02
doesn't look like a hard drive to me
there should probably be a similar entry under
ohci1394_0: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[faffd800-faffdfff] Max Packet=[2048]
ieee1394: Node added: ID:BUS[0-00:1023] GUID[00d04b3107053bd7]
ieee1394: Host added: ID:BUS[0-01:1023] GUID[374fc00019c87010]
just a thought
 
Old 02-21-2004, 03:26 PM   #3
level
Member
 
Registered: Jan 2004
Posts: 82

Rep: Reputation: 15
I don't know about Fedora but I can tell you what I do. Which may help.

modprobe ohci1394
modprobe raw1394

download and run (as root) this script:
http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh

mkdir /mnt/sda1

mount /dev/sda1 /mnt/sda1

One further note, after I modprobe, I run gscanbus to see if my hard drive is on line. You can also use cdrecord -scanbus.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mounting external Firewire NTFS HDD & Permissions Ganza Linux - Newbie 9 11-06-2005 07:39 AM
(9.3) Firewire external NTFS disk access as root only 1kyle SUSE / openSUSE 1 09-01-2005 02:01 PM
Accessing files from WindowsXP NTFS external firewire hdd... shmegegge Linux - Newbie 19 10-05-2004 06:05 AM
Fedora on gateway solo 9550 se and can fedora mt a firewire hardisk ljrose Linux - Newbie 1 08-18-2004 06:43 PM
Fedora, Firewire, and HP ze4430us Theodizzle Linux - Laptop and Netbook 1 02-06-2004 12:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration