Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Can Knoppix write to NTFS?

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    9

    Can Knoppix write to NTFS?

    My WindowsXP Pro system died. I know that if I can just overwrite ONE file in ONE location with ONE other file everything will be fine. The problem is, I can't boot Windows. The system recovery console will only let me access the system directorys (I need to overwrite something in the My Documents folder) and all the other tools I have seen will only allow me to read NTFS.

    Can I use Knoppix to overrwrite this file?

    Thank you for your time,
    Arrummzen

  2. #2
    Senior Member registered user
    Join Date
    Jun 2003
    Posts
    611
    Yes, 3.4 version of Knoppix have captive-ntfs which allows for writing to NTFS using a windows kernel and ntfs.sys driver. The captive utility will search your hard d4rive for the windows components it needs or download them out of a windows XP service pack if it can't find them.

    Once appropriate files are aquired, to use:

    open a terminal and type "su"

    mount -t captive-ntfs /dev/hdx# /mnt/hdx#

    where x and # are identifiers for the partition you want to mount (odds are its hda1 for the first partition on the primary master drive).

    Then you can access the files for reading and writing. Wriiting will actually be queued, and will be done when you unmount the drive with the command-

    umount /mnt/hdx#

    where x and # are identifiers for the partition you want to mount (odds are its hda1 for the first partition on the primary master drive).

  3. #3
    Junior Member
    Join Date
    Jul 2004
    Posts
    9
    Will it be able to read an NTFS drive to find and load the files it needs to write?

    Thank you for your time,
    Arrummzen

  4. #4
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    Yes, the captive drivers will read and write.

  5. #5
    Junior Member
    Join Date
    Jul 2004
    Posts
    9
    How safe is writing NTFS using this method? I heard a while back the the NTFS driver in the 2.6 kernel had a tendency to corrupt NTFS partitions. Is this ture? If so has it been fixed?

    Thank you for your time,
    Arrummzen

  6. #6
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    The NTFS drivers that come with the kernel are not safe for writing. But the captive drivers actually use the same stuff that windows uses I believe...when you run the acquire script it will get the windows drivers if I recall correctly. They are perfectly safe to write with...I've used them before.

  7. #7
    Junior Member
    Join Date
    Jul 2004
    Posts
    9
    ok, so the procedure is this

    0: boot knoppix
    1: mount -t captive-ntfs /dev/hdx# /mnt/hdx#
    2: Make needed changes, using stanard Linux methods, like cp, rm, mv, vim etc.
    3: umount /mnt/hdx#
    4: turn computer of
    5: remove knoppix CD
    6: start Windows.

    Is that correct?

    EDIT: By the way, do you have any idea what the proper value for x and # would be for the only partition on the only harddrive on a laptop computer?

    Thank you for your time,
    Arrummzen

  8. #8
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    Quote Originally Posted by Arrummzen
    EDIT: By the way, do you have any idea what the proper value for x and # would be for the only partition on the only harddrive on a laptop computer?
    If you are SURE that this is the case, convention would dictate that it should be hda1.

    HOWEVER, be aware that many manufacturers (e.g., HP/Compaq) put a hidden recovery partition on the HD, that you may not see in Windows Explorer. On my HP, the recovery partition is hda1 and the "C: drive partition" is hda2. If I were you, I would boot the CD first and look around for drives on the Knoppix desktop, open them, and look around to verify that they are what you think they are.

    jd

  9. #9
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    Quote Originally Posted by Arrummzen
    ok, so the procedure is this

    0: boot knoppix
    1: mount -t captive-ntfs /dev/hdx# /mnt/hdx#
    2: Make needed changes, using stanard Linux methods, like cp, rm, mv, vim etc.
    3: umount /mnt/hdx#
    4: turn computer of
    5: remove knoppix CD
    6: start Windows.

    Is that correct?
    Well, step #2 is pretty broad, and assumes that you have a comfort level with BASH. From what you are saying, I don't know if that's the case or not. There's a link on the forum: http://www.knoppix.net/forum/viewtopic.php?t=2398 ) to a site with a good summary of Linux shell commands - from O'Reilly's Linux in a Nutshell, IIRC. If you get stuck, you can sometimes fake it by sticking the letter "m" in front of a DOS command (if you know DOS).

    One other option - if you have your XP disk and another computer that runs, you can go here www.nu2.nu/pebuilder/ and put together a bootable live CD of Win XP. DOn't get me wrong, I love Knoppix, and I don't mean to insult if you are comfortable with *nix shell commands, but given that you are messing around with your core OS in a different file system, if you are new, you might feel a lot more confident using a familiar interface for rescue, and then learning Linux when the pressure is off later.

    Oh, and one last option, if you have a floppy drive, get an old DOS boot floppy and boot DOS. If you don't have one, google around to download one. I think www.bootdisk.com has them for free download, but I'm not positive of the site.

    jd

  10. #10
    Junior Member
    Join Date
    Jul 2004
    Posts
    9
    Well, step #2 is pretty broad, and assumes that you have a comfort level with BASH. From what you are saying, I don't know if that's the case or not. There's a link on the forum: http://www.knoppix.net/forum/viewtopic.php?t=2398 ) to a site with a good summary of Linux shell commands - from O'Reilly's Linux in a Nutshell, IIRC. If you get stuck, you can sometimes fake it by sticking the letter "m" in front of a DOS command (if you know DOS).
    I run Linux on my two of my workstatiosn and on my handheld orginizer. I use BASH on Windows via Cygwin in place of cmd. So I BASH will be no problem.

    I would actualy perfer to use the Preinstall Environment, however I already have knoppix loaded and I have just copyed the files. So its a little late. The only thing I fear is that the captive NTFS driver will mess up and corrupt my data...

    NOTE: Do I have to unmount by hand before rebooting or can I just reboot?

    Thank you for your time,
    Arrummzen

Page 1 of 3 123 LastLast

Similar Threads

  1. how to use knoppix 3.8 to write to ntfs?
    By entropy8 in forum General Support
    Replies: 3
    Last Post: 07-19-2005, 12:02 AM
  2. captive ntfs - mount ntfs (reade/write) through icon
    By terminator in forum General Support
    Replies: 0
    Last Post: 05-12-2004, 10:52 PM
  3. Knoppix 3.4 and NTFS write
    By TLis in forum General Support
    Replies: 10
    Last Post: 04-15-2004, 09:12 AM
  4. NTFS Write? With knoppix 3.3?
    By TheTempest in forum General Support
    Replies: 1
    Last Post: 03-27-2004, 08:44 PM
  5. Knoppix NTFS Write is/is not available ?!?
    By bluewhale in forum General Support
    Replies: 28
    Last Post: 03-04-2004, 03:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell Precision R3930 Rackmount Workstation | Core I9-9900 | 32GB 2666 | RTX 4000 picture

Dell Precision R3930 Rackmount Workstation | Core I9-9900 | 32GB 2666 | RTX 4000

$1499.99



Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 64GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 64GB 2x10G SFP+ 2x2200W

$2780.00



Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W

$3072.00



HP ELITEDESK 800 G3 DM 35W | I5-6500T | 8 GB RAM | 2LY00US#ABA | B | W/AC picture

HP ELITEDESK 800 G3 DM 35W | I5-6500T | 8 GB RAM | 2LY00US#ABA | B | W/AC

$37.99



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$689.99



Apple Mac Mini A1347 Late-2014 i5-4278U 2.60GHz 8GB 1TB HDD macOS Yosemite picture

Apple Mac Mini A1347 Late-2014 i5-4278U 2.60GHz 8GB 1TB HDD macOS Yosemite

$79.95



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$619.99



Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4... picture

Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4...

$489.99



ALLEGIANCE Desktop Computer Gaming PC: Intel 8 Core 128GB RAM, 2TB SSD, GeForce picture

ALLEGIANCE Desktop Computer Gaming PC: Intel 8 Core 128GB RAM, 2TB SSD, GeForce

$687.99



Dell Desktop Computer 16GB RAM 512GB SSD Intel Core i5 8th Gen. Windows 11 Pro picture

Dell Desktop Computer 16GB RAM 512GB SSD Intel Core i5 8th Gen. Windows 11 Pro

$275.60