LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-13-2003, 07:36 PM   #31
BlandoCal
Member
 
Registered: Sep 2003
Location: Ames, IA
Distribution: Fedora Core 3
Posts: 92

Original Poster
Rep: Reputation: 15

do you need to move the start point of the partion or just the end point becasue i found this site:

http://lugwash.washtenaw.cc.mi.us/li...0209/0122.html

which someone said that you can't change the start point, so possibly you can change the end point
 
Old 09-13-2003, 07:41 PM   #32
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
well the boot loader says i need a program called resize2fs or resize_reiserfs

Have u heard of either?
 
Old 09-13-2003, 07:51 PM   #33
BlandoCal
Member
 
Registered: Sep 2003
Location: Ames, IA
Distribution: Fedora Core 3
Posts: 92

Original Poster
Rep: Reputation: 15
that program (resize2fs) may already be on your system, at least its on mine....
if not you shoud be able to download from this site

http://www.redhat.com/swr/i386/e2fsp...9.i386_fl.html

but no, i don't think i've heard of either

Last edited by BlandoCal; 09-13-2003 at 07:52 PM.
 
Old 09-13-2003, 07:52 PM   #34
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
I have found it but im not sure what to do....im a noob and this is scary stuff
 
Old 09-13-2003, 07:53 PM   #35
BlandoCal
Member
 
Registered: Sep 2003
Location: Ames, IA
Distribution: Fedora Core 3
Posts: 92

Original Poster
Rep: Reputation: 15
hehe, ok do you need to install it ?
or do you have it installed?
 
Old 09-13-2003, 07:55 PM   #36
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
its in /sbin/ already im not sure how to run it. I have called it but not much luck so far
 
Old 09-13-2003, 07:58 PM   #37
BlandoCal
Member
 
Registered: Sep 2003
Location: Ames, IA
Distribution: Fedora Core 3
Posts: 92

Original Poster
Rep: Reputation: 15
do this

vim /home/**yourusername**/.bash_profile

it will bring up your profile basically, there is a line that says PATH

mine looks like this
PATH=$PATH:$HOME/bin:/etc:/bin:/sbin

basically whatever the last directory is on your path add a colon [ : ] then /sbin

that should make it so when you do a command in the prompt window it looks in /sbin for commands
 
Old 09-13-2003, 08:00 PM   #38
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
ok i will that will make things easier later....

How do i unmount my / partition.

I think it will run now if not mounted.

"/sbin/resize2fs -p /dev/hda3"

Is the commands i have put in.....
 
Old 09-13-2003, 08:04 PM   #39
BlandoCal
Member
 
Registered: Sep 2003
Location: Ames, IA
Distribution: Fedora Core 3
Posts: 92

Original Poster
Rep: Reputation: 15
I'm sure you already know this, but you can see instructions for commands by doing

man resize2fs

at the prompt, cause i'm not sure how to use that program

here's a webpage for the resize2fs manpage

http://www.fifi.org/cgi-bin/man2html...resize2fs.8.gz

another questions are you using ext2 for your partitions or ext3?
 
Old 09-13-2003, 08:05 PM   #40
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
ext3 i think
 
Old 09-13-2003, 08:07 PM   #41
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
i have read that man page now i just need to know how to unmount the drive and then it will run
 
Old 09-13-2003, 08:08 PM   #42
BlandoCal
Member
 
Registered: Sep 2003
Location: Ames, IA
Distribution: Fedora Core 3
Posts: 92

Original Poster
Rep: Reputation: 15
the unmount command is

umount /dev/"hard drive"

replace "hard drive" with your hard drive extension such as hdb
 
Old 09-13-2003, 08:20 PM   #43
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
Current situation is this...

[root@p3800mhz sbin]# /sbin/unmount /dev/hda/
bash: /sbin/unmount: No such file or directory
[root@p3800mhz sbin]# /sbin/unmount /dev/hda/hda3
bash: /sbin/unmount: No such file or directory
[root@p3800mhz sbin]# /sbin/unmount /dev/hda/hda3
bash: /sbin/unmount: No such file or directory


Can i unmount / ?
 
Old 09-13-2003, 08:23 PM   #44
BlandoCal
Member
 
Registered: Sep 2003
Location: Ames, IA
Distribution: Fedora Core 3
Posts: 92

Original Poster
Rep: Reputation: 15
do this command w/out the /sbin/

umount /dev/hda3

might want to try it from the command window (ctrl+alt+F6)
(alt+F7) will bring you back to the GUI
 
Old 09-13-2003, 08:26 PM   #45
blop
Member
 
Registered: Sep 2003
Distribution: testing Mandrake and Suse + ?
Posts: 57

Rep: Reputation: 15
No, that doesnt seem to make a difference
 
  


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
Mounting Drives JediDB MEPIS 15 08-03-2005 04:50 PM
Mounting Drives anjum Linux - Software 3 07-29-2005 12:12 AM
Help in Mounting my cd drives coderasm Linux - Newbie 3 12-06-2004 05:52 AM
mounting my drives mark alan Fedora 7 12-05-2004 08:52 PM
Mounting mounting extended partition and its Logical drives desbyleo Linux - Newbie 10 02-18-2002 03:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:56 PM.

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