You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

jetman

Beginner

  • "jetman" started this thread

Posts: 8

Location: New York, NY

  • Send private message

1

Wednesday, January 24th 2007, 12:07am

[Solved] Konqueror and NTFS-3g

This weekend, I built new modules for FUSE 2.61 and NTFS-3g-20070118 for Slax. They work, but there's a wrinkle. I can't mount NTFS partitions as R/W from KDE's KONQUEROR. KONQUEROR's mount helper seems to skip past /etc/fstab and apparently uses the obsolete NTFS R/O kernel support (yes, I explicitly built the FUSE kernel module).

When I mount w/ the MOUNT cmd, this is what goes into the System log:

Source code

1
2
3
Jan 23 14:59:02 (none) ntfs-3g[26192]: Version 0.20070118-BETA
Jan 23 14:59:02 (none) ntfs-3g[26192]: Mounted /dev/hda1 (Read-Write, label "WINXP-NTFS", NTFS 3.1)
Jan 23 14:59:02 (none) ntfs-3g[26192]: Options: noatime,rw,users,silent,allow_other,fsname=/dev/hda1,blkdev,blksize=4096


If I mount via KONQUEROR, this is what shows up:

Source code

1
Jan 23 14:42:05 (none) kernel: NTFS volume version 3.1.


I went so far as to test a shell-script wrapper for the Mount cmd on KONQUEROR's service (context) menu. No joy. I could generate and issue the desired MOUNT cmd, but when I took KNOQUEROR's mount helper out of the loop (naturally) KONQUEROR didn't know the partition had been mounted. Not even after restarting it.

I'm just about out of ideas, so if someone has fresh brain cells to spare, I'd apreciate....

This post has been edited 1 times, last edit by "jetman" (Feb 10th 2007, 6:24pm)


2

Wednesday, January 24th 2007, 10:46am

did you disable the generic ntfs driver to prevent it from loading into the kernel?
Help mee om KDE 3.5.5 in het Nederlands te vertalen

jetman

Beginner

  • "jetman" started this thread

Posts: 8

Location: New York, NY

  • Send private message

3

Wednesday, January 24th 2007, 3:34pm

Quoted

Originally posted by Rinse
did you disable the generic ntfs driver to prevent it from loading into the kernel?


No I did not. If you could share the instuctions, I'd appreciate. So far, variations of searches on "disable kernel driver" have come up w/ nothing relevant....

jetman

Beginner

  • "jetman" started this thread

Posts: 8

Location: New York, NY

  • Send private message

4

Saturday, February 10th 2007, 6:24pm

Solved with a recompile of the kernel and disabling the NTFS kernel driver. Later....Jet