Results 1 to 7 of 7
I have a few things that i would like to fix and was wondering if someone could help me.
-is it possible to use swap as my main memory instead ...
- 03-21-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Default
- Posts
- 27
annoyances
I have a few things that i would like to fix and was wondering if someone could help me.
-is it possible to use swap as my main memory instead of ram and if so how? i know this will slow down my computer considerbly but i have a few problems with my ram
-i have an sh script that runs fine when i run it from the console but when i create another script that runs it (the/directory/nameoffile) it doesnt run nor when i click on it. what am i doing wrong?
-when i click on my secondary partition it says /dev/hda4 not a valid block device. there's nothing on there and i've tried formating it with cfdisk and qtparted with diffrerent file systems. (ext2, ext3, fat32) but it still gives me the same error. how can i have a secondary partition on linux? (i've found a similar question in a different post but it didn't help)
- 03-21-2005 #2
I'm not sure about the last two, but as for the first, no I don't think you can do this, since the infor goes roughly Processor -> RAM -> HDD and RAM is needed to get anything that is in the SWAP space, so the computer would run terrabley slow if you ran it off swap (and I don't think this would work), with a little RAM.
dylunio
- 03-21-2005 #3Just Joined!
- Join Date
- Mar 2005
- Location
- Default
- Posts
- 27
if i resize my main partition will that corrupt/erase the data on the partition?
- 03-22-2005 #4
It souldn't do as long as you are not resizing it to a smaller extent than the data on your hard drive, e.g. if you have 4GB of data on the drive, not to make the partition 3.9GB.
Unless you do somthing like that you should be fine, but as anytime you fiddle with your partitions you should backup anything important you have on any partitions you have.
dylunio
- 03-22-2005 #5Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Re: annoyances
Sorry if this is too elementary, but are you sure that hda4 is either a primary or a logical partition and not an extended partition? You can check if you do 'fdisk -l /dev/hda' (not /dev/hda4).
Originally Posted by splittik
I don't know scripting, but I'd check to make sure the script is executable and I'd look at ownership/permissions on both scripts and their directories and I'd check for path issues.
Originally Posted by splittik /IMHO
//got nothin'
///this use to look better
- 03-22-2005 #6Just Joined!
- Join Date
- Mar 2005
- Location
- Default
- Posts
- 27
i installed (a second one) on my larger hard drive and formated it, and now i can access both drives... i still don't get that shell script...it should work when i simply click on it or on another script that links to it(yes they are executable and permissions are fine)
- 03-25-2005 #7Just Joined!
- Join Date
- Feb 2005
- Location
- Athens, GA
- Posts
- 56
The executable bit and permissions are fine for you to execute it, but are they for whatever you're using to call it? Have you checked the logs for error messages?
Originally Posted by splittik


Reply With Quote