LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-25-2004, 11:16 PM   #1
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Rep: Reputation: 0
Accessing files from WindowsXP NTFS external firewire hdd...


I hope this is in the right forum...

I've searched the forums high and low, and I've found certain threads with useful information, but I'm still confused.

How can I access the files on my NTFS formatted firewire external hdd? I can see the drive, which linux mounts automatically, but it's empty. I've found info about the mount command, but I get an error message saying it's the wrong file system when I type:

mount -t NTFS /dev/sda /mnt/hd

So I get this response:

mount: wrong fs type, bad option, bad superblock on /dev/sda,
or too many mounted file systems

So, after checking just about every forum I can think of, I hear stuff about fstab. So I go check it out.

it says a lot of stuff, but these are the lines that I think are relevant to the external drive.

none /mnt/hd supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0

I have NO IDEA what that all means. I see it says SCSI, which I read somewhere linux sometimes thinks a firewire drive is. other than that, it might as well be chinese. (I don't speak chinese.) I considered just deleting the line, but then what? Can I just type the mount command I pasted above to mount it properly, this time?

Basically, how on earth do I see the files that I put on that drive from windows?

Some supplemental info:

I run a dual-boot system. one internal hard drive is partitioned into 3 sections. 2 windows NTFS partitions on hda1 and hda2, and 3 linux partitions (hda5, 6 and 7). I don't know what hda3 and 4 are. the only other hdd is the external firewire. One large NTFS 160 gig partition that already has data on it I'm not willing to lose from before I installed linux. I can see the internal partitions from windows just fine, and they're the exact same file system.

I'm running Mandrake 10 CE linux. It's a dual Althon MP 2000+ system. I understand that I can't write to NTFS, but that's ok. I just want access to my mp3s and porn while in linux. I... I don't want to have to hurt anybody.

If I can just get at my porn from linux, I can get out of here and no one has to get hurt, alright?

Thanks in advance.
 
Old 04-25-2004, 11:58 PM   #2
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Just like jack the stripper, let's go piece by piece....

1. Post here the entire /etc/fstab so we can try and hack it a bit more. These lines are of little help.

2. There's a link/button in the upper right of every linuxquestions forum page named "hcl", see? Check it out, if your firewire drive is supported.

3. hda5, 6 and 7 are logical partitions. The lowest number a logical partition can display is 5, because every hdd can have up to 4 primaries. Even if you don't currently use four primaries, the system will not assign a logical partition a number lower than 5. The swap should be hda3 and the extended one containing 5, 6 and 7 should be 4, or vice-versa. Got it? Try to issue the command "df" on the console.

4. Take a look at the output of the command "dmesg" and see if it contains any firewire lines. Also, look at the boot.log messages. You might find something useful.

5. Post again.

Last edited by bruno buys; 04-26-2004 at 12:01 AM.
 
Old 04-26-2004, 01:30 AM   #3
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
Here's fstab:

Quote:
/dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
/dev/hda1 /mnt/win_c ntfs umask=0,nls=iso8859-1,ro 0 0
/dev/hda2 /mnt/win_d ntfs umask=0,nls=iso8859-1,ro 0 0
none /mnt/zip supermount dev=/dev/hdb4,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0
none /mnt/hd supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0
my drive (Lacie D2 160gig firewire) is not in the hcl. Surely there's something I can try before giving up, though, right?

In dmesg, it says:
Quote:
ohci1394: $Rev: 1097 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[10] MMIO=[da800000-da8007ff] Max Packet=[2048]
ieee1394: Node added: ID:BUS[0-00:1023] GUID[00d04b3c1a07812c]
ieee1394: Host added: ID:BUS[0-01:1023] GUID[0050625600000ffb]
Linux Tulip driver version 1.1.13 (May 11, 2002)
eth0: ADMtek Comet rev 17 at 0xc400, 00:04:5A:4D:E1:23, IRQ 5.
sbp2: $Rev: 1096 $ Ben Collins <bcollins@debian.org>
scsi0 : SCSI emulation for IEEE-1394 SBP-2 Devices
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: sbp2: Node 0-00:1023: Max speed [S400] - Max payload [2048]
and this:

Quote:
ieee1394: sbp2: aborting sbp2 command
Inquiry 00 00 00 24 00
Vendor: Maxtor 6 Model: Y160P0 Rev: YAR4
Type: Direct-Access ANSI SCSI revision: 06
and this: (since it mentions SCSI, and I have no SCSI drives)
Quote:
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
I figure I should also point out that in Mandrake Control Center, under Hardware, it lists this drive under Disk Drives as "sda" and has the following information:

Quote:
Bus: ‎SCSI

Location on the bus: ‎0:0:0

Channel: ‎00

New devfs device: ‎/dev/scsi/host0/bus0/target0/lun0/disc

Old device file: ‎/dev/sda

Floppy format: ‎Maxtor 6 Y160P0

Media class: ‎hd
now, it seems to me that it clearly thinks this is a different drive than it is. Can I fix this? Even if there isn't any official support for the make and model drive I have? I don't need to write to it, only read.
 
Old 04-26-2004, 03:36 AM   #4
citrus
Member
 
Registered: Dec 2003
Location: California
Distribution: Kubuntu 6.1
Posts: 548

Rep: Reputation: 30
Re: Accessing files from WindowsXP NTFS external firewire hdd...

Quote:
Originally posted by shmegegge

mount -t NTFS /dev/sda /mnt/hd

[/B]


i might be really out of line when i say

did you try


mount /dev/sda1 /mnt/hd

adding the 1 in there..... (given that the ntfs partition your are trying to access is the first partition on the drive....)

sorry if this really doesn't help at all since i have no experience with this

and my buddy had to compile to 2.6 to get is firewire drive working correctly.........
 
Old 04-26-2004, 08:06 AM   #5
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Does these win partition under hda (1 and 2) read ok? Since fstab lists them as ntfs, i'm assuming your ntfs kernel module is loading ok. To make sure, issue (as root): "modprobe ntfs". If it succeeds, there will be no output. If it fails, will print some info. Then, list the currently loaded modules: lsmod (without arguments). Look for the ntfs entry.

Now, one thing called my attention in your fstab. The last entry:
dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0
If this entry addresses your device, the filesystems are wrong, right? Should be ntfs. You see scsi here because linux uses scsi emulation for a variety of devices. My ide cdrw lists as sc0, for example.


What does this line mount?
none /mnt/hd supermount


Does firewire need any special driver? Try looking at the output of lsmod for any firewire related stuff.
What do you mean by "I can see the drive?" in your first post? Where can you see it?

Not listed in hcl is not a conclusive answer, since the database is mantained by the same people who answers questions. Maybe no one bothered to fill an entry for this device. But a positive entry would be good news, indeed.
 
Old 04-26-2004, 02:24 PM   #6
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
Re: Re: Accessing files from WindowsXP NTFS external firewire hdd...

Quote:
Originally posted by citrus
i might be really out of line when i say

did you try


mount /dev/sda1 /mnt/hd

adding the 1 in there..... (given that the ntfs partition your are trying to access is the first partition on the drive....)

sorry if this really doesn't help at all since i have no experience with this

and my buddy had to compile to 2.6 to get is firewire drive working correctly.........
Yeah, I tried that after I posted, when I realized my error. But it still didn't work. I got precisely the same error message. and I'm pretty sure I'm using 2.6.
 
Old 04-26-2004, 02:34 PM   #7
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by bruno buys
Does these win partition under hda (1 and 2) read ok? Since fstab lists them as ntfs, i'm assuming your ntfs kernel module is loading ok. To make sure, issue (as root): "modprobe ntfs". If it succeeds, there will be no output. If it fails, will print some info.
Yeah, they read ok. I can read the data on the windows partitions just fine and modprove doesn't output anything.

Quote:
Then, list the currently loaded modules: lsmod (without arguments). Look for the ntfs entry.
Here's my lsmod:

Module Size Used by
vfat 15680 0
fat 47360 1 vfat
sd_mod 17888 2
sbp2 25000 1
sg 40028 0
sr_mod 18148 0
nfsd 175840 8
exportfs 7552 1 nfsd
lp 13256 2
ppdev 10400 0
usblp 13664 0
nvidia 2070024 12
md5 4864 1
ipv6 251392 14
snd-seq-midi 9184 0
snd-seq-oss 33568 0
snd-seq-midi-event 8704 2 snd-seq-midi,snd-seq-oss
snd-seq 55696 5 snd-seq-midi,snd-seq-oss,snd-seq-midi-event
snd-cmipci 35220 1
snd-opl3-lib 11264 1 snd-cmipci
snd-hwdep 10016 1 snd-opl3-lib
snd-mpu401-uart 8320 1 snd-cmipci
snd-pcm-oss 53316 0
snd-mixer-oss 19008 1 snd-pcm-oss
snd-cs46xx 87912 1
snd-rawmidi 25248 3 snd-seq-midi,snd-mpu401-uart,snd-cs46xx
snd-seq-device 9032 5 snd-seq-midi,snd-seq-oss,snd-seq,snd-opl3-lib,snd-rawmidi
snd-ac97-codec 59588 1 snd-cs46xx
snd-pcm 97440 3 snd-cmipci,snd-pcm-oss,snd-cs46xx
snd-timer 26660 3 snd-seq,snd-opl3-lib,snd-pcm
gameport 5664 2 snd-cmipci,snd-cs46xx
snd-page-alloc 12996 2 snd-cs46xx,snd-pcm
snd 55492 20 snd-seq-midi,snd-seq-oss,snd-seq-midi-event,snd-seq,snd-cmipci,snd-opl3-lib,snd-hwdep,snd-mpu401-uart,snd-pcm-oss,snd-mixer-oss,snd-cs46xx,snd-rawmidi,snd-seq-device,snd-ac97-codec,snd-pcm,snd-timer
soundcore 10560 1 snd
af_packet 22632 2
raw 8640 1
ide-floppy 19776 0
ide-tape 36752 0
ide-cd 41764 0
cdrom 38272 2 sr_mod,ide-cd
floppy 61620 0
tulip 47136 0
ohci1394 35684 0
ieee1394 290480 2 sbp2,ohci1394
nls_iso8859-1 4896 3
ntfs 87532 3
supermount 39856 2
amd-k7-agp 8556 1
agpgart 32460 2 amd-k7-agp
ppa 13448 0
parport_pc 34304 1
imm 13608 0
scsi_mod 117808 6 sd_mod,sbp2,sg,sr_mod,ppa,imm
parport 41032 5 lp,ppdev,ppa,parport_pc,imm
wacom 11296 0
tsdev 8160 0
joydev 11264 0
evdev 10496 1
usbmouse 6208 0
hid 55360 0
ehci-hcd 25572 0
ohci-hcd 20132 0
usbcore 103228 8 usblp,wacom,usbmouse,hid,ehci-hcd,ohci-hcd
rtc 13640 0
ext3 114216 2
jbd 61976 1 ext3

Quote:
Now, one thing called my attention in your fstab. The last entry:
dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0
If this entry addresses your device, the filesystems are wrong, right? Should be ntfs. You see scsi here because linux uses scsi emulation for a variety of devices. My ide cdrw lists as sc0, for example.
Yeah, I noticed that, too. So what does this mean for me?

Quote:
What does this line mount?
none /mnt/hd supermount
no idea.

Quote:
Does firewire need any special driver? Try looking at the output of lsmod for any firewire related stuff.
see above for lsmod output.

Quote:
What do you mean by "I can see the drive?" in your first post? Where can you see it?
I just meant that the scsi entry listed in fstab (which seems to me to be the entry for my firewire drive) is mounted and visible on my desktop as a drive. But when I open it there's nothing inside. One of the things that bothers me is that fstab seems to think it's both a vfat formatted drive and a SCSI drive as well. obviously neither is the case.

Quote:
Not listed in hcl is not a conclusive answer, since the database is mantained by the same people who answers questions. Maybe no one bothered to fill an entry for this device. But a positive entry would be good news, indeed.

Last edited by shmegegge; 04-26-2004 at 02:36 PM.
 
Old 04-26-2004, 04:52 PM   #8
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Well, my friend... I'm running out of ideas.
What most certain to me, so far is:
Your firewire device is NOT listed in /etc/fstab. It makes sense, since is a removable device. If it was written on the fstab, once you remove it, the next boot will popup errors, cause the system will look for it. It'd better be mounted and unmounted every time the user needs it.

Did you try and see if mdk has a control center for hardware, where it can list some info about this device?

You can try some experimental hacking on your box, and see what changes are made. These trials won't do no harm, don't be afraid. Make a backup of your /etc/fstab, just to be safe, before you start.

1. Comment out the line "none /mnt/hd supermount" from your fstab. Do you know the comment option? If you type a # (means a comment) in the beginning of the line the system ignores that line. This way you don't need to delete it.
Now reboot and see what changes.

2. Copy this entire line and paste it again in the fstab file, so as to have it duplicate. This way its very easy to consult the original one.
dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0
Now comment out the first one. The second you will edit, and try to mount the device (if this line is correct. We don't know this, yet).
Try some editing like this:
".....arget0/lun0/part1,fs=ntfs,--,umask=0,iocharset=iso8859-1,kudz...." #Only ntfs as a fs
".....arget0/lun0/part1,fs=ntfs:vfat,--,umask=0,iocharset=iso8859-1,kudz...." # ntfs and vfat
".....arget0/lun0/part0,fs=ntfs,--,umask=0,iocharset=iso8859-1,kudz...." # part0 instead of part1, just trying.

3. If the device is still missing, you can try the command hdparm. hdparm is used by root to set some properties of harddisks and cdroms. I'm not sure if it can work on a firewire device, but is worth trying.
First try it on the hda drive, to see a simple use:
(as root): hdparm /dev/hda
This will list some info about the disk. Try and issue hdparm --help to see all the available commands.
If you do a hdparm /dev/hdc hdparm will show you the properties for your cdrom.

Now the funny stuff: try to point hdparm to places where it can find your fw device:
hdparm /dev/sc0
hdparm /dev/sd0
hdparm /dev/scd0
hdparm /dev/scd1

To make it more accurate, you can take a walk on /dev directory and see what kind of devices you have.

If we couldn't find anything up to here, I really don't know, friend.
Take a look at places over the internet where you can find info about firewire and drivers. Ask more.
Try downloading a distro that runs from a cd and see if it detects your drive. This is an easy way to know if any linux will see the drive. SuSE has a hardware support that is known to be very good. you can dowload their live eval CD 9.1. Try knoppix too. Knoppix is very good, fast and has a great hardware detecting system.

I know it's kinda frustrating, but my feeling is that this drive will work. Just needs a bit of time and patience. When you find out what's the problem, it will look ridiculous....

regards!
 
Old 04-26-2004, 07:18 PM   #9
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
thanks for all the help. I'll try those things out. After that, i'll just throw myself into researching mount, fstab, and firewire until I understand them all as completely as possible to jury-rig it myself.
 
Old 04-27-2004, 05:34 AM   #10
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
alright, i'm really close to figuring this out...

I took a trip on over to http://www.linux1394.org/

and went step by step through every process involved with making firewire work.... only to discover mandrake 10 has firewire working fine.

then I checked the FAQ on how to mount a firewire hard drive and they explained that it mounts as a SCSI device for a reason I don't fully understand.

then they gave the precise mount call to mount it, and it worked. I don't know why. I'd tried it before, and it didn't. it might be because I'd installed the libraw1394 files from linux1394 since then?

1 problem: only root can access the mount directory the filesystem was mounted TO. if I go into kde as root, that's no problem, but i don't like doing that.

I tried logging into kde as root and then right clicking the mnt/hd directory that I mounted the drive to to change the permissions but I got an error message saying it couldn't change the permissions for the directory without giving me a reason why. so now I'm stuck. how can I access this from my normal user login?

also: though not as important... fstab... any idea how to arrange the mount command I linked to above (in my case it would be: mount -t ntfs /dev/sda1 /mnt/hd) in fstab so that this thing mounts automatically at boot while still allowing all users to read the drive?

I tried /dev/sda1 /mnt/hd ntfs users ro 0 0

and at boot the computer just ignored that line and created a whole other convoluted scsi KUDZU line like the one i mentioned way above in an earlier post.

if I can't get it to mount automatically, is there a way to keep hotplug from automatically mounting it and making a bogus entry in fstab at every boot besides turning the drive off every time I reboot?

thanks in advance.
 
Old 04-27-2004, 12:12 PM   #11
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
****mounts as a SCSI device for a reason I don't fully understand.*****

Sometimes its easier to adapt an existent software to work with new features than to write one from scratch. Scsi was the standard for mass storage devices, so I guess they justr used it for new devices. CDRW use scsi too, no matter they are ide.


*****then they gave the precise mount call to mount it, and it worked. I don't know why. I'd tried it before, and it didn't. it might be because I'd installed the libraw1394 files from linux1394 since then?*****

I guess it was.


****1 problem: only root can access the mount directory the filesystem was mounted TO. if I go into kde as root, that's no problem, but i don't like doing that.****

Not be be logged as root all the time is good practice. Keep like this.
Instead, try to create a new dir under /mnt, set the permissions the way you want, and then, edit fstab to point to this new one. Or better: If now you can unmount the firewire as root, just unmount it and mount in this new dir, to test (don't have to reboot like this). Then you see if it is acessible by normal users. If it is, edit fstab.

****I tried logging into kde as root and then right clicking the mnt/hd directory that I mounted the drive to to change the permissions but I got an error message saying it couldn't change the permissions for the directory without giving me a reason why. so now I'm stuck. how can I access this from my normal user login?*****

If the above procedure works, you don't have to workaround this. Anyway, what are the current permissions of the /mnt/hd dir?

*****also: though not as important... fstab... any idea how to arrange the mount command I linked to above (in my case it would be: mount -t ntfs /dev/sda1 /mnt/hd) in fstab so that this thing mounts automatically at boot while still allowing all users to read the drive?
I tried /dev/sda1 /mnt/hd ntfs users ro 0 0******

This line is correct. Strange....
I'm not sure about this, but try to replace "user" with "default".

****and at boot the computer just ignored that line and created a whole other convoluted scsi KUDZU line like the one i mentioned way above in an earlier post.*****

Can you post this line? So, when the computer boots up, the drive isn't mounted correctly?

****if I can't get it to mount automatically, is there a way to keep hotplug from automatically mounting it and making a bogus entry in fstab at every boot besides turning the drive off every time I reboot?*****

Well, you will be able to mount it correctly at boot time. We just have to figure why fstab entries are ignored. And there are other ways to implement mounting of this device. Instead of opening a console and typing the root command every time you need to mount the drive, you can write this command inside a shell script, save it, and link it on your desktop. Once you did that, mounting the drive is all about clicking an icon on the desktop. It's very easy, I can do that with you.


thanks in advance.

you're welcome!
 
Old 04-27-2004, 01:38 PM   #12
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
so, I created another directory in /mnt, and before I mounted the drive's filesystem to that directory, the permissions allowed everyone to read the directory. as soon as I mounted the drive, the permissions changed and it won't allow me to set them back. This, I believe, is because you can't change the permissions of a mount directory once something's been mounted to it. But why would it change the permissions at mount time? I'd put the umask=0000 option into fstab if it weren't for the fact that I can't seem to get fstab to work properly. I mean, OTHER devices and drives work fine with fstab, but the firewire drive gets rewritten into it every time I boot as follows:

none /mnt/hd supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0

(that's one line)

and my own line for the device seems to create an error at boot. something about there being no device /dev/sda1.

what I find funny is that, if I change the above fstab line AT ALL, then a new one just like it gets written. even if I just change the fs option to fs=ext2:ntfs.

is there a mount option similar to umask=0?
 
Old 04-27-2004, 02:08 PM   #13
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
ok, so I got it working, somehow.

as I said, the line for the drive in fstab was as follows:

none /mnt/Tennyson supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu 0 0

(that's one line)

I realized that part of the problem might be this kudzu app, since according to a page I read it tries to detect hardware.

so I took the kudzu out of the line and changed the fs=option to fs=ext2:ntfs. the line is now this:

none /mnt/Tennyson supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:ntfs,--,umask=0,iocharset=iso8859-1 0 0

now it works.

I still don't fully understand this supermount deal that I see in the line, and elsewhere in my fstab. if anyone can point me to a link detailing supermount, that would rock. as near as I can tell, you tell fstab your mounting NO DEVICE (none) at the mountpoint you want (/mnt/Tennyson) then you say you're doing a supermount THEN you list the device and some options. I don't know why. Anyway, thanks a whole lot. couldn't have done it without you.
 
Old 04-27-2004, 02:19 PM   #14
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
A normal user can access the drive now?
 
Old 04-27-2004, 02:52 PM   #15
shmegegge
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by bruno buys
A normal user can access the drive now?
indeed. what's more, the drive automounts at boot just fine.
 
  


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
Accessing quickbooks files on Linux from WindowsXP Fernando534 Linux - Software 5 05-10-2006 12:44 PM
Problem with External Firewire HDD niikos Linux - Hardware 2 11-28-2005 03:23 AM
Mounting external Firewire NTFS HDD & Permissions Ganza Linux - Newbie 9 11-06-2005 07:39 AM
firewire or usb 2.0 for external hdd jfall Linux - Hardware 1 02-24-2005 03:38 AM
How do I go into my External Firewire HDD? WhiteTornado Linux - Hardware 3 11-13-2003 04:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:57 AM.

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