Categories Menu
Repair Center
24 hours online support we repair all types of laptops and relating to LCD screen,motherboard, DC adapter, power supplies and so much more! The shop reliable laptop repair in Ottawa area since 1995. Repair your laptop as easy as 1-2-3 !
computer_25
Services for your location
Disk partition (NTFS,FAT32) loading under Linux
print
report error
add to favorites
write a review
send to friends
suggest a topic
register

My system is Redhat7.1, and recently I convert few partitions from FAT32 to NTFS in Win2000, and then Linux fails to loading. I followed some methods through the Internet; finally I succeeded loading NTFS, FAT32 partitions.
If there’s no NTFS partition, just loading FAT32 partition, then just localize Linux, change the fstab and mtab under the directory /etc, then you can start Linux and load FAT32 partitions.
For instance: supposing to load drive D (FAT32 format, generally hda5) in Windows, then you can make a change like this:
Add something below to fstab:
/dev/hd5 /mnt/WinD vfat codepage=936,iocharset=cp936 1 1
And add something below to mtab:
/dev/hda9 /mnt/WinD vfat rw,codepage=936,iocharset=cp936 0 0
And then create a folder WinD under /mnt, and then restart.
If to load NTFS partition, first Linux kernel should be above 2.4 version, recompile the kernel, add NTFS support for file system and add localization package. Moreover, change the fstab and mtab files under /etc.
For example: you change take the modification like below if to load drive E (NTFS partition, hda6) in Windows:
In fstab, add:
/dev/hd6 /mnt/WinE ntfs iocharset=cp936 0 0
And in mtab, add:
/dev/hda6 /mnt/WinE ntfs rw,iocharset=cp936 0 0
And then under the directory /mnt, create a folder named WinE, and then restart.
And here’s the file fstab after modification:
LABEL=/ / ext2 defaults 1 1
  /dev/fd0 /mnt/floppy auto noauto,owner 0 0
  none /proc proc defaults 0 0
  none /dev/pts devpts gid=5,m

prev
1
Other newly Articles from the Operating systems winXP/2000/Vista /Linux /Win 7 - Linux Category:
  1. Disk partition (NTFS,FAT32) loading under Linux
  2. How to Change the CPU Fan Speed in Linux
  3. How To Set Up Your First Server
  4. How to install MiniMe 2008 on a flashdrive using Windows:
  5. how to installing Portable Ubuntu to a USB Flash Drive
  6. How to Copy Linux Install Disc to a Hard Drive
  7. what is perisitent linux
  8. how to boot and run Linux from a USB flash memory stick
  9. How to solve linux installation cds but no install floppy
  10. How to Install Linux on a Laptop
  11. What I can do in Fedora Linux
  12. Linux network connection failure elimination (II)
  13. Linux network connection failure elimination (I)
  14. AIX-5. How to convert text files of DOS and AIX formats?
  15. AIX-25. AIX permission authority—ACL
Custom Search
Examples: HP,laptop Rapair,LCD,DC Backlight,Inverter,solder
Article Comment:Replies(0)Views
Name(required):        Email(required):  
Verify: key
Use the above information at your own risk
Loading ... Loading ...