Topic awaiting preservation: Windows to Linux, the big switch. |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Canada |
posted 08-14-2005 15:33
Well I couldn't find a more appropriate forum. I am formatting my computer now, as i do every few months. right now I have 2 harddrives. One is a 40gig which holds windows and all the programs. The other is 80Gigs which holds windows as my backup. Right now when i format its super easy. I just put all files i need backed up on my 80gig then reboot, with winXP cd in and format the 40gig. What I'm wondering is if I switch to linux, will linux (lets say Knoppix) be able to see my backup 80Gig and still manipulate files on it (BTW the 80gig is NTFS filesystem). As well, say I dont like knoppix, and I devide to go back to windows. I know that linux creates a few partitions when it installs its kernal and such. Is it a pain in the arse to get all those partitions back to one? Will I have to use Fdisk to make them intop NTFS again? Can anybody tell me of an easy boot CD/disk program that lets me view and customize my partitions with no operating system? |
Paranoid (IV) Inmate From: Maryland, USA |
posted 08-14-2005 17:20
In Linux, I believe there is only read-access NTFS support (and if there is any write-access, it is highly experimental). NTFS is a filesystem that Microsoft has not been at all helpful in sharing information about. It won't be a pain to repartition, as long as you know how to do it. There are plenty of resources around. |
Paranoid (IV) Inmate From: Florida |
posted 08-14-2005 20:55
There is NTFS read/write support in the kernel, but like Hebedee says, the write part is still pretty new. |
Maniac (V) Inmate From: Sthlm, Sweden |
posted 08-18-2005 16:32
I've just setup my first dual boot with 2 harddrives, Debian Sarge 3.1 and XP. |
Maniac (V) Inmate From: Sthlm, Sweden |
posted 08-18-2005 21:11
Hi again. code: /dev/<your_partition> /mnt/<your_folder> vfat users,defaults,umask=000 0 0
|