LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-01-2004, 06:48 PM   #16
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33

Partition Magic is supposed to be able to convert a partition from NTFS to FAT32, but I believe that NTFS is more economical with space, which means if the NTFS partition is too full, the data may no longer fit on the FAT32 partition, and you will lose some or all of it. Messing around with the underlying structure of your data is always going to be a little risky. If you can't afford a DVD burner, I would say use a CD burner instead - they are cheap as all hell now, and blank CDs are too. It will take a while, but if you're ruthless with what you backup and delete everything you can get somewhere else, it shouldn't be too bad.
 
Old 12-01-2004, 08:28 PM   #17
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Generally, ANY filesystem conversion is VERY DANGEROUS. So, you need to backup your data, unless you can live without it.

Since you have to either backup or take the chance of losing data, may as well, delete the drive and start a new.

Note that you can access ext3 formated drives from Windoze using ext2 explorer. You can't write though.

For such a large harddrive, journaling fs is a very good idea. If you are not going to access your harddrive from other OS, you can try out jfs or even xfs. I used jfs on external USB harddrive. Use it to move huge (gigs) wav file about. Real smooth.
 
Old 12-01-2004, 08:52 PM   #18
capnpayne
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slack 10.1
Posts: 56

Rep: Reputation: 15
If you ever have to do anything like this again, just borrow a friend's hard drive and move everything from your NTFS onto it. Make a filesystem of your choice on the now-empty drive and then move everything back. Done. You can do it all under a Linux Live CD and it's almost completely painless (unless you're afraid of screws).
 
Old 02-22-2006, 07:59 AM   #19
k0ngehuset
LQ Newbie
 
Registered: Feb 2006
Location: denmark
Distribution: Workstation: Mandriva 2007.0 / Server: Debian
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by masand

ext3 is a good ,but when later if u also try to work on windows u won't be able to access the partition
thats not entirely true. it is possible to access ext3 disks from windows. i use a program called total commander and with a plugin i could access my ext3 partition from windows XP
 
Old 02-22-2006, 09:55 PM   #20
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally Posted by k0ngehuset
thats not entirely true. it is possible to access ext3 disks from windows. i use a program called total commander and with a plugin i could access my ext3 partition from windows XP

well I replied to that post quite a long time back

At that time I had used quite a few ext3 partition viewers for windows and they did not work well for writing purposes or were not reommended as they could damage the ext3 filesystem.

I do not know about the consistency of the latest ext3 partition viewers from windows for writing purposes.

I think they are still good for only read purposes.

regards
 
Old 02-22-2006, 10:10 PM   #21
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
Quote:
Originally Posted by k0ngehuset
thats not entirely true. it is possible to access ext3 disks from windows. i use a program called total commander and with a plugin i could access my ext3 partition from windows XP
Even better, reiserfs for win32:
http://rfsd.sourceforge.net/

And the rest:
http://e2fsprogs.sourceforge.net/ext2.html
http://uranus.it.swin.edu.au/%7Ejn/linux/explore2fs.htm
http://www.fs-driver.org/index.html
 
Old 06-27-2006, 08:22 PM   #22
dcfoster83
LQ Newbie
 
Registered: Jun 2006
Posts: 1

Rep: Reputation: 0
yeh i also used partition magic on my 160gb seagate external hd and lost 120gb's of music ... no good the experts at seagate told me the Partition Magic screws up external hd's often.
 
Old 06-27-2006, 08:26 PM   #23
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
It is always possible, to read non native partitions.

Possible, but not recommended.

Personally, even the thought of allowing bug and virus ridden Windows to touch my Linux partitions gives me the willies.
 
Old 06-28-2006, 03:07 AM   #24
wchild
Member
 
Registered: Mar 2006
Distribution: Slackware
Posts: 63

Rep: Reputation: 15
Quote:
Originally Posted by masand
hi there

ext3 is a good ,but when later if u also try to work on windows u won't be able to access the partition

regards
I know of at least one way to overcome this.
Total Commander has a plugin which allows you to access ext2 and reiserfs filesystems from Windows. But it has some drawbacks: it provides only read access and it looks like it can't see logical partitions (only primary ones).
 
Old 09-24-2006, 02:12 PM   #25
w_ashley
LQ Newbie
 
Registered: Jan 2004
Posts: 10

Rep: Reputation: 0
I think that for an experienced programmer this would not be an issue.

There are a variety of ways to go about converting any file system to another.

Step 1. Identifying the filesystem
Step 2. Identifying the scope of the filesystem
...
// Those steps can be accomplished by way of fdisk -l
Once you determine the start and end of each partition you can then move to clean those partitions by moving all file chunks to a linear order. This is usually done by using an utility such as "defrag", this is called "defragmenting".

Once you find out the extent of your actual harddrive space taken up. You can choose one of two methods for your "reconfiguration" of your harddrive

The two methods are by using a secondary source e.g. another harddrive or network drive, ftp etc.., or by creating space from unused space on the harddrive, or a combination of the above.

If you have another drive the process is simple, transfer and format to your new fs, and transfer the files back appropriately -:- you may loose some inherent characteristics during the transfer though. If you don't have another drive you just need to add a few steps.

If using just one drive for the filesystem conversion you may need to do some tricks.
Step 3. Once defragged, create a new partition on the drive starting around where your file data ends on the defragged drive.

Step 4. Once you make the new partition in your NEW FS type, transfer as much data as you can to the NEW FS partition.

// Repeat the process 3 and 4 until you change the data balance from your old OS to your new OS. In the end you should be left finally with a small partition remaining from your old os. Note that for some OS's you may need to leave a certain amount of data unaltered such as OS files that allow the function of your OS. Be sure not to overwrite your FStab or other things by accident.

Step 5. Once you have a bunch of "Common" FS partitions.. merge them. This would be by ammending the FS's to continue where the first one leaves off ect.

// of course knowing your FS's is a good first step, and for the newbie doing all these things may be more complex. The point is.. it isn't difficult to do, you just need to know how your FStab is contructed for each file type, and how to translate the fs tab.

Even without the FS you still have raw data. It is just a matter of how that raw data is stored and how the linkage of clusters are stored and read from one another that is via the FStab.
 
Old 09-24-2006, 02:15 PM   #26
w_ashley
LQ Newbie
 
Registered: Jan 2004
Posts: 10

Rep: Reputation: 0
-- I thought I should add. If you know how to JUST convert eh FStab info then it'll be a lot easier.
 
Old 09-24-2006, 03:11 PM   #27
dogged28
Member
 
Registered: Jul 2006
Location: Lubbock, Tx.
Distribution: Ubuntu Dapper Drake
Posts: 184

Rep: Reputation: 30
here is another fyi, you cannot convert from ntfs down to fat32 . the only way to do that is to format the drive. gurus, this is for me: if you transfer an ntfs file to an ext2 or 3 partition will it be converted to that fs?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
converting vfat to ext3 mohtasham1983 Linux - General 17 09-16-2005 05:30 PM
Converting ext2 to ext3 phillips321 Linux - General 1 04-16-2005 07:45 PM
how to convert ext3 to ntfs? cannot even see ext3 partition parv Linux - Hardware 1 12-31-2004 02:56 PM
Converting ext3 to vfat devansh Linux - General 4 11-02-2004 01:05 AM
Converting to Ext3 hamsterdude Linux - Hardware 2 10-01-2002 04:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration