LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-15-2003, 02:28 AM   #16
jclark00001
Member
 
Registered: Jan 2003
Distribution: RH 8.0 with KDE
Posts: 59

Original Poster
Rep: Reputation: 15

Yeah it was 512mb, the 32mb partition i believe is some dell thing, im not 100% on that either though
 
Old 02-15-2003, 02:30 AM   #17
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Sounds good to me then, go for the idea to make swap, then edit your fstab back to your swap partition.

Cool
 
Old 02-15-2003, 02:33 AM   #18
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by Palin
ok if you are shure that is/was your swap partition then you probably want to run
mkswap /dev/hda1

I would mount the partion first to see whats on it to make sure
incase you needed it

mount -t vfat /dev/hda1 /mnt/<mount point> assuming its a FAT partition.
Nice call! Ever think about signing up for Affero? Here's a link to a thread on more info:
http://www.linuxquestions.org/questi...threadid=25730

I was going to "Affero" you, but I noticed you weren't signed up. If you don't want to, that's cool; but nice catch

Cool
 
Old 02-15-2003, 02:34 AM   #19
jclark00001
Member
 
Registered: Jan 2003
Distribution: RH 8.0 with KDE
Posts: 59

Original Poster
Rep: Reputation: 15
ok i did mkswap ill reboot and see how it goes
 
Old 02-15-2003, 02:39 AM   #20
jclark00001
Member
 
Registered: Jan 2003
Distribution: RH 8.0 with KDE
Posts: 59

Original Poster
Rep: Reputation: 15
hmm, it still shows the error message and its still fat16 in fdisk, what exactly should i be changing my fstab back to?
 
Old 02-15-2003, 02:41 AM   #21
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
The problem is that the swap space needs to be a certain fs otherwise it won't work properly. How comfortable are you with fdisk? though give me a few to look up using a swap file might be able to go that route if you want.
 
Old 02-15-2003, 02:43 AM   #22
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
Quote:
Nice call! Ever think about signing up for Affero? Here's a link to a thread on more info:
http://www.linuxquestions.org/quest...&threadid=25730

I was going to "Affero" you, but I noticed you weren't signed up. If you don't want to, that's cool; but nice catch

Cool
Ok I signed up for allero seemed like a good idea. The only reason I knew anything about his problem was because I just recently install Gentoo which has given me a better understanding of linux in general.
 
Old 02-15-2003, 02:47 AM   #23
jclark00001
Member
 
Registered: Jan 2003
Distribution: RH 8.0 with KDE
Posts: 59

Original Poster
Rep: Reputation: 15
well im comfortable with fdisk in windows if its similar i might be able to figure it out, but im a complete newbie so if you could help me out that would be great hehe
 
Old 02-15-2003, 02:52 AM   #24
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
welp what i had in mind is that you delete the partition and then recreate it you just need to know whether it was a primary partition or an extended. then run mkswap. on it

cfdisk might work better for you

Last edited by Palin; 02-15-2003 at 02:54 AM.
 
Old 02-15-2003, 02:58 AM   #25
jclark00001
Member
 
Registered: Jan 2003
Distribution: RH 8.0 with KDE
Posts: 59

Original Poster
Rep: Reputation: 15
i dont really know what cfdisk is, and i looked at the manual entry for fdisk and that didnt really give me much of a better understanding of how to use it.
 
Old 02-15-2003, 03:00 AM   #26
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
Its another fdisk like program but its much easier to use. type it in as root and see if you have it.
 
Old 02-15-2003, 03:01 AM   #27
jclark00001
Member
 
Registered: Jan 2003
Distribution: RH 8.0 with KDE
Posts: 59

Original Poster
Rep: Reputation: 15
nope dont have it
 
Old 02-15-2003, 03:04 AM   #28
Palin
Member
 
Registered: Feb 2003
Location: A Meatlocker, well feels like one
Distribution: Gentoo
Posts: 292

Rep: Reputation: 30
unfortunately I have to crash since its 4 am where i am.

here is what i suggest.
you can look around for cfdisk http://sourceforge.net is pretty good for stuff.

remove the partition
recreate the partition
mkswap /dev/hda1

this will hopefully make the swap file work again.
 
Old 02-15-2003, 03:07 AM   #29
jclark00001
Member
 
Registered: Jan 2003
Distribution: RH 8.0 with KDE
Posts: 59

Original Poster
Rep: Reputation: 15
yeah its 4am here, im going to bed too, that can be a project for tomorrow, thanks a lot for all your help, much appreciated
 
  


Reply



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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
swap device not getting mounted jacobselvin Linux - Newbie 9 07-20-2005 09:48 AM
SWAP partion not being mounted Boffy Linux - General 6 02-14-2005 03:37 PM
swap partition not mounted after Debian installation codeape Linux - Hardware 4 02-12-2004 03:11 PM
3 issues: Making swap, fixing partitions, changing ownership of mounted filesystem. Dunedain Linux - Newbie 2 01-27-2004 03:52 PM
Newbie Installing Debian3 on m68k w/250M Partition Needs help creating swap partition AppleMac Linux - Newbie 2 11-01-2002 08:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration