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 - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 03-23-2005, 02:22 AM   #16
Siryel
LQ Newbie
 
Registered: Mar 2005
Posts: 3

Rep: Reputation: 0

Hia,

I just formated my drives in Fat and it works, so that suits me...

Thanks a lot anyways

Steph
 
Old 03-24-2005, 02:40 PM   #17
z9_87
Member
 
Registered: Dec 2004
Location: Urbana, IL
Distribution: Ubuntu 6.10
Posts: 118

Rep: Reputation: 15
would it be okay if i took windows off my ntfs drive, It's not reading the drivers from that drive every time is it?
Oh and one thing to point out, and i don't think this really matters much but, it does say that I have 1.7*10^19 Bytes Free. I only wish I had a drive that big

Another thing is this is a super slow writing drive. It's taking over a minute to write a 4mb mp3 from one drive to the other. Anything to fix this?

Last edited by z9_87; 03-24-2005 at 03:30 PM.
 
Old 06-15-2005, 08:43 AM   #18
jwsnl
LQ Newbie
 
Registered: Jan 2004
Posts: 11

Rep: Reputation: 0
Hi all,

I run over the topics above again again and it partially works.

I'm able to see the the NTFS drive, I can create dirs. and files and they are stored there until I restart and look into the NTFS drive via either W2K or LNX the info is gone.
I added the "sync" option to my fstab but still.....

Also if I try to dismount manually the drive to flusch my cache it says: drive busy.

Helpie please
 
Old 06-29-2005, 10:32 AM   #19
obscure-shadow
Member
 
Registered: Nov 2004
Location: Lawrence, Kansas
Distribution: SuSE 10.2 Gentoo Knoppix
Posts: 63

Rep: Reputation: 15
hey .. i'm having some trouble with getting it to work..
when i try to mount the drive (either manually or through the /etc/fstab) it gives me the message
Code:
linux:/home/shadow # mount -t captive-ntfs /dev/hdb1 /mnt/captive-dragon_c/ -o rw,sync,gid=users,uid=ST,users
Captive NTFS v1.1.5.  Check a new version at: http://www.jankratochvil.net/
Preparing LUFS kernel module... Run /usr/share/lufs/prepmod if problems occur.
lufs module not loaded: Try running /usr/share/lufs/prepmod to see more. at /usr/bin/captive-lufsd line 180
so, then I go on to run the /usr/share/lufs/prepmod and it prints out a bunch of hairy code that i have no idea what it all means.. but doesnt look good.. and it still doesnt work..
here's the output it gives me..
Code:
linux:/home/shadow # /usr/share/lufs/captive-prepmod
+ /sbin/modprobe lufs 2>/dev/null
Preparing LUFS kernel module... Run /usr/share/lufs/prepmod if problems occur.
Running kernel version: 2.6.11.4-21.7-default (base version 2.6.11.4)
Destination module directory: /lib/modules/2.6.11.4-21.7-default/kernel/fs/lufs
Using kernel sources: /lib/modules/2.6.11.4-21.7-default/build
+ set -e; /bin/mkdir -p `dirname /var/lib/lufs/lufs.ko`; /bin/rm -f /var/lib/lufs/lufs.ko; cd /var/lib/lufs; /usr/bin/gcc -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -D__KERNEL__ -DMODULE -DLINUX -DKBUILD_MODNAME=lufs   -I/lib/modules/2.6.11.4-21.7-default/build/include -I/lib/modules/2.6.11.4-21.7-default/build/include/asm-i386/mach-default -DMODVERSIONS -include /lib/modules/2.6.11.4-21.7-default/build/include/linux/version.h -include /lib/modules/2.6.11.4-21.7-default/build/include/linux/modversions.h -c /usr/share/lufs/2.6/proc.c /usr/share/lufs/2.6/inode.c /usr/share/lufs/2.6/dir.c /usr/share/lufs/2.6/file.c /usr/share/lufs/2.6/symlink.c; /usr/bin/ld -r -o /var/lib/lufs/lufs.ko proc.o inode.o dir.o file.o symlink.o; /bin/rm -f proc.o inode.o dir.o file.o symlink.o
<command line>:10:1: /lib/modules/2.6.11.4-21.7-default/build/include/linux/modversions.h: No such file or directory
In file included from /usr/include/linux/list.h:7,
                 from /usr/include/linux/wait.h:23,
                 from /usr/include/asm/semaphore.h:41,
                 from /usr/include/linux/sched.h:18,
                 from /usr/include/linux/module.h:9,
                 from /usr/share/lufs/2.6/proc.c:25:
/usr/include/linux/prefetch.h: In function `prefetch_range':
/usr/include/linux/prefetch.h:64: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared (first use in this function)
/usr/include/linux/prefetch.h:64: error: (Each undeclared identifier is reported only once
/usr/include/linux/prefetch.h:64: error: for each function it appears in.)
In file included from /usr/include/linux/module.h:22,
                 from /usr/share/lufs/2.6/proc.c:25:
/usr/include/asm/module.h:56:2: #error unknown processor family
<command line>:10:1: /lib/modules/2.6.11.4-21.7-default/build/include/linux/modversions.h: No such file or directory
In file included from /usr/include/linux/list.h:7,
                 from /usr/include/linux/wait.h:23,
                 from /usr/include/asm/semaphore.h:41,
                 from /usr/include/linux/sched.h:18,
                 from /usr/include/linux/module.h:9,
                 from /usr/share/lufs/2.6/inode.c:25:
/usr/include/linux/prefetch.h: In function `prefetch_range':
/usr/include/linux/prefetch.h:64: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared (first use in this function)
/usr/include/linux/prefetch.h:64: error: (Each undeclared identifier is reported only once
/usr/include/linux/prefetch.h:64: error: for each function it appears in.)
In file included from /usr/include/linux/module.h:22,
                 from /usr/share/lufs/2.6/inode.c:25:
/usr/include/asm/module.h:56:2: #error unknown processor family
<command line>:10:1: /lib/modules/2.6.11.4-21.7-default/build/include/linux/modversions.h: No such file or directory
In file included from /usr/include/linux/list.h:7,
                 from /usr/include/linux/wait.h:23,
                 from /usr/include/asm/semaphore.h:41,
                 from /usr/include/linux/sched.h:18,
                 from /usr/include/linux/module.h:9,
                 from /usr/share/lufs/2.6/dir.c:25:
/usr/include/linux/prefetch.h: In function `prefetch_range':
/usr/include/linux/prefetch.h:64: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared (first use in this function)
/usr/include/linux/prefetch.h:64: error: (Each undeclared identifier is reported only once
/usr/include/linux/prefetch.h:64: error: for each function it appears in.)
In file included from /usr/include/linux/module.h:22,
                 from /usr/share/lufs/2.6/dir.c:25:
/usr/include/asm/module.h:56:2: #error unknown processor family
<command line>:10:1: /lib/modules/2.6.11.4-21.7-default/build/include/linux/modversions.h: No such file or directory
In file included from /usr/include/linux/list.h:7,
                 from /usr/include/linux/wait.h:23,
                 from /usr/include/asm/semaphore.h:41,
                 from /usr/include/linux/sched.h:18,
                 from /usr/include/linux/module.h:9,
                 from /usr/share/lufs/2.6/file.c:25:
/usr/include/linux/prefetch.h: In function `prefetch_range':
/usr/include/linux/prefetch.h:64: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared (first use in this function)
/usr/include/linux/prefetch.h:64: error: (Each undeclared identifier is reported only once
/usr/include/linux/prefetch.h:64: error: for each function it appears in.)
In file included from /usr/include/linux/module.h:22,
                 from /usr/share/lufs/2.6/file.c:25:
/usr/include/asm/module.h:56:2: #error unknown processor family
<command line>:10:1: /lib/modules/2.6.11.4-21.7-default/build/include/linux/modversions.h: No such file or directory
In file included from /usr/include/linux/list.h:7,
                 from /usr/include/linux/wait.h:23,
                 from /usr/include/asm/semaphore.h:41,
                 from /usr/include/linux/sched.h:18,
                 from /usr/include/linux/module.h:9,
                 from /usr/share/lufs/2.6/symlink.c:25:
/usr/include/linux/prefetch.h: In function `prefetch_range':
/usr/include/linux/prefetch.h:64: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared (first use in this function)
/usr/include/linux/prefetch.h:64: error: (Each undeclared identifier is reported only once
/usr/include/linux/prefetch.h:64: error: for each function it appears in.)
In file included from /usr/include/linux/module.h:22,
                 from /usr/share/lufs/2.6/symlink.c:25:
/usr/include/asm/module.h:56:2: #error unknown processor family
Failed to prepare lufs.ko module for your Linux kernel 2.6.11.4-21.7-default.
Detected Linux kernel sources "/lib/modules/2.6.11.4-21.7-default/build" do not appear to be valid.
Please install kernel-source-x.y.z.i386.rpm or kernel-headers_x.y.z_i386.deb.
The following directory paths were search (first existing directory used):
                /lib/modules/2.6.11.4-21.7-default/build
                /usr/src/kernel-headers-2.6.11.4-21.7-default
                /usr/src/linux-2.6.11.4-21.7-default
                /usr/src/linux-2.6.11.4
                /usr/src/linux
                /usr/src/kernel-source-2.6.11.4-21.7-default
 at /usr/share/lufs/captive-prepmod line 181
and then i went to look at line 181 on the prepmod thing.. but it was just an if-then statement and really told me nothing about what the problem was.. i more expected it to be some kind of error log.. but i really have no clue what is going on here...

Last edited by obscure-shadow; 06-29-2005 at 10:33 AM.
 
Old 09-26-2005, 12:11 AM   #20
cowlip
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Rep: Reputation: 0
Hi, http://www.linuxquestions.org/questi...11#post1871011
 
  


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 NTFS partitions with write access Tinky1901 Debian 13 04-09-2005 09:22 AM
read/write ntfs partitions!!!! mlu Linux - Software 2 01-20-2005 01:42 PM
Does captive support write access for Win2k NTFS partitions? dreamtheater Linux - Software 1 03-09-2004 02:06 AM
Can't write to vfat and ntfs partitions linuxfond Linux - Newbie 7 11-12-2003 04:54 PM
I can't write enable my ntfs partitions ItWillNeverWork Linux - Hardware 5 10-26-2003 02:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 06:36 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