Results 1 to 7 of 7

Thread: Download and save to windows partition?

  1. #1
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536

    Download and save to windows partition?

    Is it possible to download files and other material and save it to the windows partition. I have 60GB of space on the windows partition and would like to download files and save them there. Is there a program or something I can do to let me do this. When I try it on certain folders and files in hda1(windows partition) I get this message:

    Could not save properties. You do not have sufficient access to write to /mnt/hda1/Music Back up/.directory

    and I was just trying to change the icon there.

  2. #2
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    When you say Windows partition, are you talking NTFS or FAT32? If NTFS, I would make sure I''m running 2.6 kernel and Captive NTFS. Even then, I'd be nervous without a good backup of critical files. I save files to FAT32 partitions all the time - no problem.

    Other issue - I assume you flagged your Windows partition for read/write access, right?

    jd

  3. #3
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Partition is ntfs. How do I go about running/installing captive NTFS? I think I did the read -write access, but could you refresh my memory please?

  4. #4
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    For read/write - Right click drive icon ->properties -> third tab -> uncheck read only -> OK -> Right-click icon again - if unmount is not an option, you're done, if it is, click it, then left click the icon again to remount.

    Captive NTFS. There is a script that you can find from the penguin icon to (IIRC, Utilities - either that or configure), but DON'T USE IT. It's buggy and will freeze your machine. Here's the workaround that worked for me.

    jd

  5. #5
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    So how does that go: copy what drivers to my home directory. How do I get those

    X:\%WINDIR%\system32\drivers\cdfs.sys
    X:\%WINDIR%\system32\drivers\fastfat.sys
    X:\%WINDIR%\system32\drivers\ntfs.sys
    X:\%WINDIR%\system32\ntoskrnl.exe

    to be copied? Where are they so I can copy them?
    This is what I get without that step:

    root@17[knoppix]# sudo captive-install-acquire --text --scan-path=/home/knoppix/captive-drivers

    (process:3563): Captive-WARNING **: Error loading "file:///home/knoppix/captive-drivers": File not found
    root@17[knoppix]# sudo mount -t captive-ntfs /dev/hda1 /mnt/hda1
    Captive NTFS v1.1.4. Check a new version at: http://www.jankratochvil.net/
    mount.captive-ntfs: /dev/hda1 already mounted
    mount.captive-ntfs: according to mtab, /dev/hda1 is mounted on /mnt/hda1
    mount.captive-ntfs: Use '-o force' to mount the image notwithstanding.
    root@17[knoppix]#

    After I made a folder with nothing in it in my home called captive-drivers nothing happens after running sudo captive-install-acquire --text --scan-path=/home/knoppix/captive-drivers.

  6. #6
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692
    No, I think you have to find and copy them first. E2g pretty well told you where they're found (even though he applied variables for the drive letter and Windows directory).

    If I were you, I'd boot into Windows, open Windows Explorer, and click on the Windows folder. On my computer, it's C:\Windows. If that's true in your case as well, then it's likely that cdfs.sys, fastfat.sys and ntfs.sys are in the C:\Windows\system32\drivers\ directory, and ntoskrnl.exe is in the C:\Windows\system32\ directory. USe the search function if you'd rather. Find them and copy them somewhere (you know, rt click copy, rt click paste). Put them on a USB key, or create a folder called C:\drivers if you want, and paste them there.

    Exit Windows, open Knoppix. Open your home directory, and create a new folder called "captive-drivers", to use e2g's example. Go to your hda1 icon on your desk and click it. It should open, then you can open the folder you named "drivers", and the files should be inside. Select all of them, right click, copy, go back to the "captive-drivers" folder you installed in your home directory, right-click, paste. From here on out, should be just as he said with the commands.

    Quote Originally Posted by eco2geek
    Unmount the partition. Then run

    sudo captive-install-acquire --text --scan-path=/home/knoppix/captive-drivers

    and you'll get an error message about not being able to read ext2fsd.sys that you can ignore. You should now be able to mount your NTFS partition using the command

    sudo mount -t captive-ntfs /dev/hda1 /mnt/hda1
    Alternatively, he suggested,

    Quote Originally Posted by eco2geek
    Maybe all you really need to do is copy those four files from WinXP into /var/lib/captive and you're good to go!
    I didn't try that method because the other one worked for me.

    The reason you got the "file not found" error when running those commands is because you hadn't yet copied them over (BTW, it's really kind of dangerous to take liberties with a process when you're running as root - you might want to avoid doing that). Then, when you went to mount the partition, the filetype was unfamiliar (note in his suggested command, the "-t captive-ntfs" - if you look up the syntax for the mount command, the "-t" is the flag for fille Type, and for Knoppix to deal with that filetype, it needs those drivers, and needs to know where they are.

    hth

    jd.

  7. #7
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Did all of the above. Now when I try to unmount hda1 it say the device is busy. Is there a way to force an unmount? Wait...everyting went through after closing all applications and it told me about another update or newer version. Now, how do I go about writning to it?

Similar Threads

  1. Replies: 2
    Last Post: 05-06-2005, 09:49 AM
  2. windows partition - no way?
    By radschlaeger in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 04-11-2005, 07:58 PM
  3. Download/Save files on hd
    By robbiw in forum Networking
    Replies: 3
    Last Post: 09-20-2004, 07:17 PM
  4. How to save Knoppix on 780meg partition and boot from HD
    By nvgringo in forum Hdd Install / Debian / Apt
    Replies: 10
    Last Post: 03-18-2004, 10:03 PM
  5. windows partition
    By dougvega in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 08-13-2003, 01:56 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 PowerEdge R730 Server 2.30Ghz 32-Core 128GB 8x 3TB 12G H730P ESXi 7.0 picture

Dell PowerEdge R730 Server 2.30Ghz 32-Core 128GB 8x 3TB 12G H730P ESXi 7.0

$935.50



Dell PowerEdge R640 Server 2x Gold 6150 2.70Ghz 36-Core 256GB 2x 960GB SSD H730P picture

Dell PowerEdge R640 Server 2x Gold 6150 2.70Ghz 36-Core 256GB 2x 960GB SSD H730P

$1737.25



Dell R740XD 24SFF 12 NVMe 2.4Ghz 48-C 256GB H730P 2x10G+2x1G NIC 2x1100W Rails picture

Dell R740XD 24SFF 12 NVMe 2.4Ghz 48-C 256GB H730P 2x10G+2x1G NIC 2x1100W Rails

$4332.07



Dell R740XD 24SFF 12 NVMe 2.9Ghz 48-C 256GB H730P 2x10G+2x1G NIC 2x1100W Rails picture

Dell R740XD 24SFF 12 NVMe 2.9Ghz 48-C 256GB H730P 2x10G+2x1G NIC 2x1100W Rails

$6332.07



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$275.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox

$340.00



Dell PowerEdge R820 Server 4x E5-4620 2.2GHz 32-Core Total 256GB 0HD 2x 1100w  picture

Dell PowerEdge R820 Server 4x E5-4620 2.2GHz 32-Core Total 256GB 0HD 2x 1100w

$315.00



Dell PowerEdge R430 3.5 1U 2x E5-2690 v3 2.6ghz 24-Cores 256gb 4x Trays 2x 550w picture

Dell PowerEdge R430 3.5 1U 2x E5-2690 v3 2.6ghz 24-Cores 256gb 4x Trays 2x 550w

$289.99