Re: [SLUG] NTFS and Fedora

2004-05-28 Thread Richard Neal
command_line_mode
[EMAIL PROTECTED] captive
captive
file system application Project implements full read/write
access to NTFS disk drives. You can mount your Microsoft
Windows NT, 200x or XP partition as a transparently accessible
volume for your GNU/Linux.

As opposed to other projects this is currently the only
software supporting the full read/write access including
the possibility to create/delete files, modify directories
etc securely with no loss of data due to the use of native
windows .dll libraries.

http://www.jankratochvil.net/project/captive/

(2004-05-06)
/command_line_mode

Personal Note
Captive is easy as hell to install thanks to its nice clicky GUI tool
that scans the hardisk/s for NTFS partitions and also installs the
.ddl's either from a service pack or from the windows partition itself.
No stuffing around with kernel modules with hope it doesn't screw up my
NTFS partition in write mode because it uses Microsoft's own .dll's
(and a bit of Wine wizardry ). Its open source and free to enjoy and its
one of those gems in the open source community.

Regards
Richard Neal

** Often the best tool is a rock **

On Fri, 2004-05-28 at 10:36, Simon Bryan wrote:
 Hi all,
 I need to install an NTFS disk in an FC1 system. I have downloaded the
 NTFS rpm and tried to install it and got the following message:
 
 This RPM requires kernel-2.4.22-1.2188.nptl.
 You already have it installed, but it is not running.
 Please reboot and select that kernel, then retry the install.
 
 My kernel appears to be 2.4.22-1.2115 and when I boot it does not offer me
 an alternative kernel to boot from.
 
 I have installed the apt-get on this system.
 
 Could the rpm be mistaken, or is it likely I do have that kernel, if so
 where would it be and how do I activate it. I have never built a kernel
 and have no concept of the process...yet.
 
 -- 
 Simon Bryan
 IT Manager
 OLMC Parramatta


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] NTFS and Fedora

2004-05-27 Thread Mike MacCana
On Fri, 28 May 2004, Simon Bryan wrote:

 Hi all,
 I need to install an NTFS disk in an FC1 system. I have downloaded the
 NTFS rpm and tried to install it and got the following message:

 This RPM requires kernel-2.4.22-1.2188.nptl.
 You already have it installed, but it is not running.
 Please reboot and select that kernel, then retry the install.

 My kernel appears to be 2.4.22-1.2115 and when I boot it does not offer me
 an alternative kernel to boot from.

 I have installed the apt-get on this system.

 Could the rpm be mistaken, or is it likely I do have that kernel, if so
 where would it be and how do I activate it. I have never built a kernel
 and have no concept of the process...yet.

Building a kernel is generally unnecessary. If you need a new driver, just
grab the package containing that driver for your kernel.

rpm -q kernel

Will list installed kernels on your machine.

Tell us the output and we'll take it from there.

Mike

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] NTFS and Fedora

2004-05-27 Thread mlh
 On Fri, 28 May 2004, Simon Bryan wrote:
 
  Hi all,
  I need to install an NTFS disk in an FC1 system. I have downloaded the
  NTFS rpm and tried to install it and got the following message:
 
  This RPM requires kernel-2.4.22-1.2188.nptl.
  You already have it installed, but it is not running.
  Please reboot and select that kernel, then retry the install.
 
  My kernel appears to be 2.4.22-1.2115 and when I boot it does not offer me
  an alternative kernel to boot from.

Have you been dual-booting?  And not sharing /boot between instances
of fedora?

Then you probably need to run grub-install.

Matt

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] NTFS and Fedora

2004-05-27 Thread Simon Bryan

On Fri, May 28, 2004 11:00 am, Mike MacCana said:
 On Fri, 28 May 2004, Simon Bryan wrote:

 Hi all,
 I need to install an NTFS disk in an FC1 system. I have downloaded the
 NTFS rpm and tried to install it and got the following message:

 This RPM requires kernel-2.4.22-1.2188.nptl.
 You already have it installed, but it is not running.
 Please reboot and select that kernel, then retry the install.

 My kernel appears to be 2.4.22-1.2115 and when I boot it does not offer
 me
 an alternative kernel to boot from.

 I have installed the apt-get on this system.

 Could the rpm be mistaken, or is it likely I do have that kernel, if so
 where would it be and how do I activate it. I have never built a kernel
 and have no concept of the process...yet.

 Building a kernel is generally unnecessary. If you need a new driver, just
 grab the package containing that driver for your kernel.

 rpm -q kernel

 Will list installed kernels on your machine.

 Tell us the output and we'll take it from there.

I had another look back at what I had done with the apt-get system and it
seemed that apt-get dist-upgrade had never finished, so I have started it
again and one of the 'new' packages listed is the new kernel that I want.
Will wait until that finishes and see what happens - besides I cant do an
rpm -q at the moment as apt-get appears to have locked the rpm database.

Thanks and will let you know what happens




-- 
Simon Bryan
IT Manager
OLMC Parramatta
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] NTFS and Fedora

2004-05-27 Thread Simon Bryan

On Fri, May 28, 2004 11:00 am, Mike MacCana said:
 On Fri, 28 May 2004, Simon Bryan wrote:

 Hi all,
 I need to install an NTFS disk in an FC1 system. I have downloaded the
 NTFS rpm and tried to install it and got the following message:

 This RPM requires kernel-2.4.22-1.2188.nptl.
 You already have it installed, but it is not running.
 Please reboot and select that kernel, then retry the install.

 My kernel appears to be 2.4.22-1.2115 and when I boot it does not offer
 me
 an alternative kernel to boot from.

 I have installed the apt-get on this system.

 Could the rpm be mistaken, or is it likely I do have that kernel, if so
 where would it be and how do I activate it. I have never built a kernel
 and have no concept of the process...yet.

 Building a kernel is generally unnecessary. If you need a new driver, just
 grab the package containing that driver for your kernel.

 rpm -q kernel

 Will list installed kernels on your machine.

kernel-2.4.22-1.2115.nptl

After all that downloading the apt-get failed during the install :-(


-- 
Simon Bryan
IT Manager
OLMC Parramatta
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html