converting file systems (FAT32 to NTFS)


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory converting file systems (FAT32 to NTFS)
# 1  
Old 05-22-2004
converting file systems (FAT32 to NTFS)

People who still have FAT32, usaly have 2 or more operating systems running on their computer. An example of that is like runnging OS x over Windows 95 or XP. Stuff like that. On one of my lap tops, I have Linux, Unix, and OS x running on one HD. The OS x runs really really slow thought...I hardly ever use it. Any way. For people who are conncerned about converting their FAT32 File System to NTFS (Windows NT File System...Get it?) you should go ahead and click START, then open up 'RUN' and type in 'COMMAND'. When you type that in it should open up you MS-DOS Command prompt. From there, type in...'convert C:/fs:ntfs'
It will walk you through the whole prosses, and guide you around.

If you were interested in this Post, I hope it has helped you. If my command prompt is wrong please let me know. Thanks...Mike...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Android

Is FAT32 more suitable?

May I assume that there is no point to format your SD Card (assume you have the 32 GB size) to NTFS if the device can support SD Card of up to 32 GB and FAT32 maximum limit is also exactly 32 GB? "Crest Accountants Suite E316, Level 3 Oracle East Building 3 Oracle Boulevard Broadbeach QLD 4218,... (1 Reply)
Discussion started by: PheekaJabal
1 Replies

2. Filesystems, Disks and Memory

Can I format a partition in Linux with FAT32 or NTFS?

I tried in fedora 9 to format a partition with FAT32 or NTFS but failed mkfs -t NTFS /dev/sdb3 mkfs -t FAT32 /dev/sdb3 In both the output says the the device isn't present. the output is something like this: mkfs.FAT32: no device present mkfs.NTFS: no device present I am able to format in... (2 Replies)
Discussion started by: ravisingh
2 Replies

3. Emergency UNIX and Linux Support

Problem mounting NTFS file System in REDHAT Enterprise 5

When I am trying to mount my windows partitions in REDHAT Enterprise Linux 5 using these command mount -t ntfs-3g /dev/sda1 /mnt/ntfs I have encountered with the problem mentioned below FATAL: Module fuse not found. ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root I have... (3 Replies)
Discussion started by: dearanik
3 Replies

4. Filesystems, Disks and Memory

fat32 vs ntfs

http://wiki.linuxquestions.org/wiki/Interoperability Is this no longer accurate about fat32? I just used a 4 gb flash drive to share several video files between Windows XP and Linux Mint. I also plan on sharing several files in the future with that 4 gb flash drive between XP and Mint so I... (4 Replies)
Discussion started by: cokedude
4 Replies

5. Shell Programming and Scripting

converting decimal in other systems with bc

Hallo, how can I convert number systems with bc? I need to convert a decimal number to octal, dual or hex number... (2 Replies)
Discussion started by: wiseguy
2 Replies

6. UNIX for Advanced & Expert Users

Sun Solaris 10 can Read NTFS File ?

Dear Expert, I want read my NTFS file in my other partition, can sun solaris read that, like linux ?? Thank you Regards, Heru (4 Replies)
Discussion started by: heru_90
4 Replies

7. BSD

Mount Fat32,ext3

Hello All, How can i mount ext3 and Fat partition in FreeBSD 6.0 (0 Replies)
Discussion started by: jaibw
0 Replies

8. Linux

File Sharing among NTFS Partition & RH Linux 9 Partitions

Well Guys, will anybody solve my problem? I have installed Win XP and RH Linux 9 (Dual Boot) on an Intel x86 Machine. Everything is going fine except that I cannot share files among the two operating systems. For example, if I download a PDF file from internet and save it in my Win XP partition... (1 Reply)
Discussion started by: Jawwad
1 Replies

9. UNIX for Dummies Questions & Answers

Installing FreeBSD with FAT32

I am installing FreeBSD and I have the FreeBSD Handbook on how to install it. I have read it twice over and I am going to try to do it right the first time. I am running Windows 98 with two hard drives. Only one has the OS on it the other is just a FAT32 partition. I want to put FreeBSD on... (4 Replies)
Discussion started by: escozooz
4 Replies
Login or Register to Ask a Question
NTFS-3G.USERMAP(8)					      System Manager's Manual						NTFS-3G.USERMAP(8)

NAME
ntfs-3g.usermap - NTFS Building a User Mapping File SYNOPSIS
ntfs-3g.usermap windows-system-device [other-ntfs-device...] Where windows-system-device is the device containing the Windows system whose users are to be mapped to current Linux system. And other-ntfs-device is another device containing files which are to be accessed both by the Windows mentioned above and current Linux system. the ntfs-3g.usermap command must be started as root, and the designated devices must not be mounted. Typing ntfs-3g.usermap with no args will display a summary of command arguments. DESCRIPTION
ntfs-3g.usermap creates the file defining the mapping of Windows accounts to Linux logins for users who owns files which should be visible from both Windows and Linux. It relies on existing files which were created on Windows, trying to locate significant files and asking which Linux user or group should own them. When a Linux owner or group is requested, the reply may be : - the uid or gid (numeric or symbolic) of Linux owner or group of the file. In that situation, no more file with the same Windows owner will be selected. - or no answer, when not able to define the owner or group. In that situation another file owned by the same Windows user or group may be selected later so that a mapping can be defined. The mappings for standard Windows users, such as "Administrator" or "All Users" are defined implicitly. As a consequence a user mapping should never be defined as Linux root. When there are no more significant files, ntfs-3g.usermap create the mapping file into the file UserMapping in the current directory. This file has to be moved to the hidden directory .NTFS-3G in the root of all the NTFS file systems to be shared between Windows and Linux. This requires the file system to be mounted, but the created file will not be taken into account if not present at mount time, which means the file system has to be unmounted and mounted again for the new mapping file to be taken into account. OPTIONS
No option is defined for ntfs-3g.usermap. EXAMPLES
Map the users defined on the Windows system present on /dev/sda1 : ntfs-3g.usermap /dev/sda1 A detailed example, with screen displays is available on http://pagesperso-orange.fr/b.andre/usermap.html EXIT CODES
ntfs-3g.usermap exits with a value of 0 when no error was detected, and with a value of 1 when an error was detected. KNOWN ISSUES
Please see http://www.tuxera.com/community/ntfs-3g-faq/ for common questions and known issues. If you would find a new one in the latest release of the software then please send an email describing it in detail. You can contact the development team on the ntfs-3g-devel@lists.sf.net address. AUTHORS
ntfs-3g.secaudit has been developed by Jean-Pierre Andre. THANKS
Several people made heroic efforts, often over five or more years which resulted the ntfs-3g driver. Most importantly they are Anton Alta- parmakov, Richard Russon, Szabolcs Szakacsits, Yura Pakhuchiy, Yuval Fledel, and the author of the groundbreaking FUSE filesystem develop- ment framework, Miklos Szeredi. SEE ALSO
ntfsprogs(8), attr(5), getfattr(1) ntfs-3g.usermap 1.1.2 February 2010 NTFS-3G.USERMAP(8)