no problem.

![]() |
|
|||||||
| Linux - partition help posted in the Operating Systems forums; no problem.... |
|
|
|
|
|
#8 |
|
Tech Member
![]() ![]() Join Date: Nov 2008
Location: lincoln,uk
Posts: 288 PC Experience: Some Experience
|
no problem. ![]()
__________________
prework |
|
|
|
|
|
#9 |
|
Tech Member
![]() ![]() Join Date: Sep 2006
Location: Bundaberg, Australia
Posts: 4,294 PC Experience: RTM Assoc. Dip.
|
Have a read of this article, it may give you a few pointers on fixing your swao file woes...
Linux.com :: Increase your available swap space with a swap file
__________________
PCHF open 24/7 - Antiques made daily...
|
|
|
|
|
|
#10 |
|
Tech Member
![]() ![]() Join Date: Nov 2008
Location: lincoln,uk
Posts: 288 PC Experience: Some Experience
|
this is my fstab file, where do i put the line for my swap partition.
# /etc/fstab: static file system information. # # Use 'vol_id --uuid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda5 during installation UUID=a78fc431-eb95-4201-a0f0-11d2aa1f93b7 / ext3 relatime,errors=remount-ro 0 1 # swap was on /dev/sda6 during installation UUID=6662c3a1-0ff8-4a9f-af95-928c044ee1a4 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
__________________
prework |
|
|
|
|
|
#11 |
|
Mod/Tech Support Staff
![]() ![]() Join Date: Oct 2007
Location: second star to right,and straight on till morning
Posts: 3,713 PC Experience: I will learn this stuff if it kills me
|
Bump!
__________________
esse quam videri= PCHF WCG Team... Voodoostarz / PCHFRules /Prework Found an answer elsewhere; please share! If you need help;just ask!
|
|
|
|
|
|
#12 |
|
Tech Member
![]() ![]() Join Date: Aug 2009
Posts: 61 PC Experience: A Fair Share
|
Hi again apemax,
You will need to know what device your new swap partition is, in order to mount it. If you already know what device it is, then great, just say and I'll try to come up an fstab file for you. If not, then try this: If you created a new 400Mb swap partition, then it will show up as another device in /dev Enter these commands into a terminal: Code:
cd /dev ls | grep sda |
|
|
|
|
|
#13 |
|
Tech Member
![]() ![]() Join Date: Nov 2008
Location: lincoln,uk
Posts: 288 PC Experience: Some Experience
|
it is /dev/sda4
__________________
prework |
|
|
|
|
|
#14 |
|
Tech Member
![]() ![]() Join Date: Aug 2009
Posts: 61 PC Experience: A Fair Share
|
Ok, run this command to backup your current fstab file:
sudo cp /etc/fstab /etc/fstab.backup Now open fstab in gedit using sudo, and replace it with this: Code:
# /etc/fstab: static file system information. # # Use 'vol_id --uuid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda5 during installation UUID=a78fc431-eb95-4201-a0f0-11d2aa1f93b7 / ext3 relatime,errors=remount-ro 0 1 # swap was on /dev/sda6 during installation UUID=6662c3a1-0ff8-4a9f-af95-928c044ee1a4 none swap sw 0 0 /dev/sda4 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 |
|
|
|
![]() |
| Bookmarks |
| Tags |
| Fixed:, Open:, partition, Pending: |
Similar discussions...
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pending: Partition Help | Jacob417 | Hard Drives | 1 | 10-13-2008 12:09 PM |
| Solved: Cant Partition | mcbackchat | Hard Drives | 1 | 12-05-2007 11:03 AM |
| [Answered] To partition or not to partition? | TheBeard | Hard Drives | 4 | 09-17-2006 01:35 AM |
| Partition is gone!! | Jeroen | Hard Drives | 12 | 06-13-2006 03:02 PM |
| Help in partition with partition magic 7.0 | suman24 | Hard Drives | 3 | 12-29-2005 06:50 PM |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|