Sponsored Content
Special Forums Windows & DOS: Issues & Discussions NTFS corruption under w2k but not under suse 9.2 Post 80292 by cbkihong on Friday 5th of August 2005 08:24:45 AM
Old 08-05-2005
Make a new NTFS partition. Copy all files to the new partition to a FAT partition on Linux. Mount the drive containing the FAT partition on Windows and copy everything to the new NTFS one. Remove the old one and the FAT.

Another chance: there is a tool called "partition image" (http://www.partimage.org/) on Linux that allows archival and duplication of partitions including NTFS. I had no luck when I used it (WinXP still failed to read the original and recreated partition) but your mileage may vary. My Windows XP failed to read my old Win2k NTFS partition in the same situation as you are, but I just moved all the files needed to keep to my FAT partition and removed the partition altogether.

A Win2k install won't read a Win2k partition. That's strange. But it didn't come to me as unexpected as I haven't found NTFS reliable after all.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

DUAL BOOT redhat linux 7.3 - W2K

Hi, i know a little bit of Unix, but not a whole lot. I have a PC with W2K running on it. I want to install redhat Linux 7.3 as new OS in dual boot. do I need to install a boot manager like system commander or does the linux install detects other OS'es and create a dual boot 4 me (like... (4 Replies)
Discussion started by: maxthree
4 Replies

2. Linux

Mount W2K share on Redhat Linux

How do I mount a Windows 2K share on Redhat Linux? I tried this: mount -t smbfs -o username=administrator,password=mypassword //machine/share But it just returns the help for the mount command:( (3 Replies)
Discussion started by: Spetnik
3 Replies

3. Windows & DOS: Issues & Discussions

multi boot XP and W2K - how to change

I had single SATA drive win W2K on it. Then I added another SATA and installed XP on it. Now I have a choice of OS when I boot up my PC. After I boot into XP it is D: that has XP installed. I wanted to take and use my 1st disk somewhere else, but quickly learned that I can not boot off of... (1 Reply)
Discussion started by: migurus
1 Replies

4. HP-UX

File sharing between HP-UX 9 & W2K/XP

My company has several HP Model 715/100 machines running HP-UX 9 , that can't really be upgraded due to compatibility issues with some equipment it's tied to. Each UX box mounts a directory off of a Windows NT4 machine acting as an NFS server (using DiskShare Server 3 and 4), and as we upgrade the... (3 Replies)
Discussion started by: GoldnPantaloons
3 Replies
scrounge-ntfs(8)					    BSD System Manager's Manual 					  scrounge-ntfs(8)

NAME
scrounge-ntfs -- helps retrieve data from corrupted NTFS partitions SYNOPSIS
scrounge-ntfs -l disk scrounge-ntfs -s disk scrounge-ntfs [-m mftoffset] [-c clustersize] [-o outdir] disk start end DESCRIPTION
scrounge-ntfs is a utility that can rescue data from corrupted NTFS partitions. It writes the files retrieved to another working file system. Certain information about the partition needs to be known in advance. The -l mode is meant to be run in advance of the data corruption, with the output stored away in a file. This allows scrounge-ntfs to recover data reliably. See the 'NOTES' section below for recover info when this isn't the case. OPTIONS
The options are as follows: -c The cluster size (in sectors). When not specified a default of 8 is used. -l List partition information for a drive. This will only work when the partition table for the given drive is intact. -m When recovering data this specifies the location of the MFT from the beginning of the partition (in sectors). If not specified then no directory information can be used, that is, all rescued files will be written to the same directory. -o Directory to put rescued files in. If not specified then files will be placed in the current directory. -s Search disk for partition information. (Not implemented yet). disk The raw device used to access the disk which contains the NTFS partition to rescue files from. eg: '/dev/hdc' start The beginning of the NTFS partition (in sectors). end The end of the NTFS partition (in sectors) NOTES
If you plan on using this program sucessfully you should prepare in advance by storing a copy of the partition information. Use the -l option to do this. Eventually searching for disk partition information will be implemented, which will solve this problem. When only one partition exists on a disk or you want to rescue the first partition there are ways to guess at the sector sizes and MFT loca- tion. See the scrounge-ntfs web page for more info: http://memberwebs.com/swalter/software/scrounge/ AUTHOR
Stef Walter <stef@memberwebs.com> scrounge-ntfs June 1, 2019 scrounge-ntfs
All times are GMT -4. The time now is 11:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy