Go Back   Forums > Abandonia.com > Troubleshooting > Linux (common Problems)
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Thread: Linux (common Problems) Reply to Thread
Your Username: Click here to log in
Image Verification
Please enter the six letters or digits that appear in the image opposite.

Title:
  
Message:
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options
Miscellaneous Options

Topic Review (Newest First)
02-12-2005 06:13 PM
punch999 Good Idea for a topic. I happen to not have problems but hey good luck!
02-12-2005 02:38 PM
chickenman 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.

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

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

The current time is 04:55 AM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.