NOTE THAT THIS IS EXPERIMENTAL AND IS GUARANTEED NOT TO WORK. IF YOU GET IT WORKINGm, YOU ARE LUCKY. I, AlexRoman, WILL POST BACK INFORMATION ON HOW TO REALLY GET THIS WORKING, FOR IT IS POSSIBLE
$ sudo apt-get install libreadline5-dev libpopt-dev libgnomevfs2-dev libntfs-dev libgnomeui-dev
We need to fetch the source of the captive-ntfs program from http://www.jankratochvil.net/project/captive/. Get the latest version!
tar xvzf captive-1.1.5.tar.gz cd captive-1.1.5 ./configure --enable-lufs=no --enable-install-pkg=yes --with-readline=yes --prefix=/usr make sudo groupadd captive sudo useradd -g captive captive sudo make install
During sudo make install
, if or when the program seems to have stalled, press ENTER to continue.
sudo mkdir /windows sudo mount /dev/hda1 /windows sudo captive-install-acquirePress Forward and follow the prompts.
-- AlexRoman - 09 Aug 2005