View previous topic :: View next topic |
Author |
Message |
ThisBullet Tux's lil' helper
Joined: 24 Sep 2004 Posts: 81
|
Posted: Tue Apr 26, 2005 7:56 pm Post subject: captive-ntfs |
|
|
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
lmfao. Any ideas? Tried to be as detailed as possible. Sorry for any bad grammar/spelling. |
|
Back to top |
|
|
ThisBullet Tux's lil' helper
Joined: 24 Sep 2004 Posts: 81
|
Posted: Tue Apr 26, 2005 8:40 pm Post subject: |
|
|
um |
|
Back to top |
|
|
richard.xsi n00b
Joined: 22 Apr 2005 Posts: 28
|
Posted: Tue Apr 26, 2005 9:58 pm Post subject: Re: captive-ntfs |
|
|
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
lmfao. Any ideas? Tried to be as detailed as possible. Sorry for any bad grammar/spelling. |
|
|
Back to top |
|
|
r3pek Retired Dev
Joined: 17 Sep 2003 Posts: 568 Location: Lisbon - Portugal
|
Posted: Tue Apr 26, 2005 11:07 pm Post subject: |
|
|
just run this: Code: |
echo "sys-fs/captive ~x86" >> /etc/portage/package.keywords
emerge captive |
much easier! |
|
Back to top |
|
|
ThisBullet Tux's lil' helper
Joined: 24 Sep 2004 Posts: 81
|
Posted: Wed Apr 27, 2005 2:41 am Post subject: |
|
|
oh man!! your the coolest. Thanks so much. It works. i did mkdir /WinD/test and it worked!! this is so friggen awesome |
|
Back to top |
|
|
|