![]() |
#1 | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
|
![]() Welcome, below is my list of common Linux problems and how to fix them, if you would like help with a problem please post it.
I assume you are using Bash as the terminal. Q: How do I mount my Windows partition? A: Most file systems should be safe to mount and to write to except NTFS, you should only mount a NTFS file systems as RO (read-only) if you write to a NTFS file system you may damage data. Below is an example of how to mount a FAT32 partition: 1. First make a folder to mount the file system onto, such as '/mnt/windows' 2. Open fstab in '/etc' 3. Add the line: /dev/hda2 /mnt/windows vfat defaults 0 0 (change '/dev/hda2' to where you windows partition is, to find out where it is type 'fdisk -l') (change '/mnt/windows' to where you want to mount the partition) (change vfat if your not using a FAT file system) (leave at defualts unless there is a problem, use 'ro' if it's a NTFS file system!) ( '0 0' do not change unless there is a problem) 4. Save and reboot More to be added soon when I get some free time Remember to post if you have a problem. |
||
![]() ![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Linux | Cloudy | Tech Corner | 5 | 05-09-2006 04:16 AM |
I'm Surprised The Mighty Wasteland Is So Common | CommieCowboy | Blah, blah, blah... | 2 | 16-02-2006 08:30 AM |
Linux Install ? | chickenman | Tech Corner | 15 | 03-02-2006 03:36 PM |
Linux, Which One? | The Fifth Horseman | Tech Corner | 4 | 25-11-2005 09:27 AM |
Programming In Linux | chickenman | Tech Corner | 6 | 01-10-2005 09:53 AM |
|
|
||
  |