Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
captive-ntfs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ThisBullet
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2004
Posts: 81

PostPosted: Tue Apr 26, 2005 7:56 pm    Post subject: captive-ntfs Reply with quote

I have a problem with captive ntfs and i need my ntfs partitions (i got two) to work. One partition is on the same drive the other on a seperate drive. completly ntfs. the one on the same drive obviously shares with other partitions.

here is my current print from df
Code:
johnny@anubis johnny $ df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hdb4             16583388   5101632  10807848  33% /
/dev/hdb2                93707     31170     57699  36% /boot
none                    386984         0    386984   0% /dev/shm
/dev/hdb1             12583840   7239096   5344744  58% /WinD
/dev/hda1             15020740   9854124   5166616  66% /WinC

btw.. where did swap go? and whats shm ?

okay. back to the topic.
I run install and i get
Code:
root@anubis captive-static-1.1.5 # ./install
Checking installation archive integrity... done.
Extracting Captive... done.
Initializing Captive...
WARNING: Can't read module /lib/modules/2.6.11-gentoo-r6/kernel/fs/lufs/lufs.ko: No such file or directory
Initialization done.

NTFS disk drives can be now mounted by:
        mkdir /mnt/drive-c
        mount -t captive-ntfs /dev/hda1 /mnt/drive-c

You can later uninstall Captive by executing: /etc/captive-uninstall.sh

Um.. well ^^ is that good ? im guessing the WARNING!! thing isnt good eH? (im not canadian)

so now lets umount an NTFS drive.
i will unmount /dev/hda1 alright?
Code:
root@anubis captive-static-1.1.5 # umount /dev/hda1

good.
now as stated in the instalation...
Quote:
NTFS disk drives can be now mounted by:
mkdir /mnt/drive-c
mount -t captive-ntfs /dev/hda1 /mnt/drive-c

kk. Now lets do it
Code:

root@anubis captive-static-1.1.5 # mount -t captive-ntfs /dev/hda1 /WinC
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

hmm....
Code:

root@anubis captive-static-1.1.5 # df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hdb4             16583388   5135936  10773544  33% /
/dev/hdb2                93707     31170     57699  36% /boot
none                    386984         0    386984   0% /dev/shm
/dev/hdb1             12583840   7239096   5344744  58% /WinD

where'd it go 8O
lmfao. Any ideas? Tried to be as detailed as possible. Sorry for any bad grammar/spelling.
Back to top
View user's profile Send private message
ThisBullet
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2004
Posts: 81

PostPosted: Tue Apr 26, 2005 8:40 pm    Post subject: Reply with quote

um
Back to top
View user's profile Send private message
richard.xsi
n00b
n00b


Joined: 22 Apr 2005
Posts: 28

PostPosted: Tue Apr 26, 2005 9:58 pm    Post subject: Re: captive-ntfs Reply with quote

as far as i know, you should install "lufs" at first before you can make captive fs work. lufs can be download from captive's site.


ThisBullet wrote:
I have a problem with captive ntfs and i need my ntfs partitions (i got two) to work. One partition is on the same drive the other on a seperate drive. completly ntfs. the one on the same drive obviously shares with other partitions.

here is my current print from df
Code:
johnny@anubis johnny $ df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hdb4             16583388   5101632  10807848  33% /
/dev/hdb2                93707     31170     57699  36% /boot
none                    386984         0    386984   0% /dev/shm
/dev/hdb1             12583840   7239096   5344744  58% /WinD
/dev/hda1             15020740   9854124   5166616  66% /WinC

btw.. where did swap go? and whats shm ?

okay. back to the topic.
I run install and i get
Code:
root@anubis captive-static-1.1.5 # ./install
Checking installation archive integrity... done.
Extracting Captive... done.
Initializing Captive...
WARNING: Can't read module /lib/modules/2.6.11-gentoo-r6/kernel/fs/lufs/lufs.ko: No such file or directory
Initialization done.

NTFS disk drives can be now mounted by:
        mkdir /mnt/drive-c
        mount -t captive-ntfs /dev/hda1 /mnt/drive-c

You can later uninstall Captive by executing: /etc/captive-uninstall.sh

Um.. well ^^ is that good ? im guessing the WARNING!! thing isnt good eH? (im not canadian)

so now lets umount an NTFS drive.
i will unmount /dev/hda1 alright?
Code:
root@anubis captive-static-1.1.5 # umount /dev/hda1

good.
now as stated in the instalation...
Quote:
NTFS disk drives can be now mounted by:
mkdir /mnt/drive-c
mount -t captive-ntfs /dev/hda1 /mnt/drive-c

kk. Now lets do it
Code:

root@anubis captive-static-1.1.5 # mount -t captive-ntfs /dev/hda1 /WinC
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

hmm....
Code:

root@anubis captive-static-1.1.5 # df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hdb4             16583388   5135936  10773544  33% /
/dev/hdb2                93707     31170     57699  36% /boot
none                    386984         0    386984   0% /dev/shm
/dev/hdb1             12583840   7239096   5344744  58% /WinD

where'd it go 8O
lmfao. Any ideas? Tried to be as detailed as possible. Sorry for any bad grammar/spelling.
Back to top
View user's profile Send private message
r3pek
Retired Dev
Retired Dev


Joined: 17 Sep 2003
Posts: 568
Location: Lisbon - Portugal

PostPosted: Tue Apr 26, 2005 11:07 pm    Post subject: Reply with quote

just run this:
Code:

echo "sys-fs/captive   ~x86" >> /etc/portage/package.keywords
emerge captive



much easier! :D
Back to top
View user's profile Send private message
ThisBullet
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2004
Posts: 81

PostPosted: Wed Apr 27, 2005 2:41 am    Post subject: Reply with quote

oh man!! your the coolest. Thanks so much. It works. i did mkdir /WinD/test and it worked!! this is so friggen awesome :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum