Re: Filesystem Mounted On The Wrong Mount Points

2003-12-23 Thread Joseph A. Nagy, Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 22 December 2003 11:17, David Z Maze wrote:
 Joseph A. Nagy, Jr. [EMAIL PROTECTED] writes:
  If I drop out of X (how do you kill X once it is going?)

 Ctrl+Alt+Bksp will kill your X server; if you're running under a
 display manager [gdm, kdm, xdm, wdm], that will probably restart the
 server, so you'd need to log in on the console as root and run
 /etc/init.d/xdm stop (or equivalent).

  and make temp folders and start moving stuff around, can I just
  rearrange everything (while making the appropriate changes in
  FSTAB)? Or can I just change FSTAB and reboot and everything is
  miraculously where it should be?

 Just changing /etc/fstab won't cause the data to magically move
 between partitions.  If I were doing this level of shuffling, I'd
 probably shut the system down to single-user mode ('shutdown' or
 'telinit 1' as root).  If you're trying to move the root partition,
 I'd do it while booted from your favorite restore media; remember in
 that case to also update your bootloader configuration to know where
 the new root partition is.

Haha, I almost had everything perfectly set up. I should have waited for 
your email. Only problem is I use a boot floppy and using the cli 
commands to make another has yet to be successful for me.


 --
 David Maze [EMAIL PROTECTED] 
 http://people.debian.org/~dmaze/ Theoretical politics is
 interesting.  Politicking should be illegal. -- Abra Mitchell

- -- 
The only fallacy is the inaction on our part to stave off the worst of 
horrors, the stripping of personal freedom.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/6F8j6i+npmQve9oRAuYbAJ9iCSb31M53k3WOM/06R8xuDSiP6gCfSdpJ
hzbgLen3uhrGOxLz2LBE1NE=
=G8vp
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-22 Thread David Z Maze
Joseph A. Nagy, Jr. [EMAIL PROTECTED] writes:

 If I drop out of X (how do you kill X once it is going?)

Ctrl+Alt+Bksp will kill your X server; if you're running under a
display manager [gdm, kdm, xdm, wdm], that will probably restart the
server, so you'd need to log in on the console as root and run
/etc/init.d/xdm stop (or equivalent).

 and make temp folders and start moving stuff around, can I just
 rearrange everything (while making the appropriate changes in
 FSTAB)? Or can I just change FSTAB and reboot and everything is
 miraculously where it should be?

Just changing /etc/fstab won't cause the data to magically move
between partitions.  If I were doing this level of shuffling, I'd
probably shut the system down to single-user mode ('shutdown' or
'telinit 1' as root).  If you're trying to move the root partition,
I'd do it while booted from your favorite restore media; remember in
that case to also update your bootloader configuration to know where
the new root partition is.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread Joseph A. Nagy, Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If I drop out of X (how do you kill X once it is going?) and make temp 
folders and start moving stuff around, can I just rearrange everything 
(while making the appropriate changes in FSTAB)? Or can I just change 
FSTAB and reboot and everything is miraculously where it should be?

The reason that this is a problem is because / is on a 3GB partition, /
var/www is on a 27GB partition and home is on a 67GB partition 
(amazingly /boot is where it should be, on a 68MB ext3 partition)

No one partition is above 1GB in usage (that would be /).

What I want to do is put /var/www on the 3GB partition, / on the 67GB 
partition and /home on the 27GB partition.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/5ble6i+npmQve9oRArzvAJ9cnQkipVHGqB0kFayLzlISjuAIvQCgngug
webM+2phMyxbtjwrtQqOLUo=
=hcmo
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread Martin J Hooper
On 21 Dec 2003 at 9:16, Joseph A. Nagy, Jr. wrote:

 If I drop out of X (how do you kill X once it is going?)

CTRL-ALT-DELETE will get you back to a command prompt if you started 
X by the startx command.

If you logged in via kdm/gdm/xdm then goto another console, login as 
root and do /etc/init.d/whatever stop

HTH
-- 
Martin J Hooper
http://www.martinjh.pwp.blueyonder.co.uk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread GCS
On Sun, Dec 21, 2003 at 06:56:48PM -, Martin J Hooper [EMAIL PROTECTED] wrote:
 On 21 Dec 2003 at 9:16, Joseph A. Nagy, Jr. wrote:
 
  If I drop out of X (how do you kill X once it is going?)
 
 CTRL-ALT-DELETE will get you back to a command prompt if you started 
 X by the startx command.
 Aiyeee, no! It's ctrl+alt+backspace on linux and ctrl+shift+break on HP
Unix machines (if I remember right :-)).

 If you logged in via kdm/gdm/xdm then goto another console, login as 
 root and do /etc/init.d/whatever stop
 It stops ?dm, but does not kill X. 'killall xinit' is and other story.

Cheers,
GCS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread Martin J Hooper
On 21 Dec 2003 at 20:28, GCS wrote:

 It stops ?dm, but does not kill X. 'killall xinit' is and other
  story.

It does actually as xdm or whatever is controlling X...  xdm starts 
up X and when you  kill xdm it kills X

Done it myself on my machine...  ;)


-- 
Martin J Hooper
http://www.martinjh.pwp.blueyonder.co.uk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread Scarletdown
GCS wrote:
On Sun, Dec 21, 2003 at 06:56:48PM -, Martin J Hooper [EMAIL PROTECTED] wrote:

On 21 Dec 2003 at 9:16, Joseph A. Nagy, Jr. wrote:


If I drop out of X (how do you kill X once it is going?)
CTRL-ALT-DELETE will get you back to a command prompt if you started 
X by the startx command.
 Aiyeee, no! It's ctrl+alt+backspace on linux and ctrl+shift+break on HP
Unix machines (if I remember right :-)).
I've been using CTRL-ALT-F12 and then ALT-(F1 - F6).  And to get back to 
the desktop, ALT-F7



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread GCS
On Sun, Dec 21, 2003 at 07:48:34PM -, Martin J Hooper [EMAIL PROTECTED] wrote:
 It does actually as xdm or whatever is controlling X...  xdm starts 
 up X and when you  kill xdm it kills X
 
 Done it myself on my machine...  ;)
 Then you should be right. :-) I just remember doing this does not kill
your current X session. I am wrong then. Still, we do not know if he
uses ?dm or not (then you have to insult xinit, or press
ctrl+alt+backspace).

Cheers,
GCS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread GCS
On Sun, Dec 21, 2003 at 11:48:44AM -0800, Scarletdown [EMAIL PROTECTED] wrote:
 If I drop out of X (how do you kill X once it is going?)
 
 CTRL-ALT-DELETE will get you back to a command prompt if you started 
 X by the startx command.
 
 I've been using CTRL-ALT-F12 and then ALT-(F1 - F6).  And to get back to 
 the desktop, ALT-F7
 Sure, you can switch back and forth, but he asked about killing the X.
Also, why don't you just directly switch to the terminal you want to?
You can press ctrl+alt+f4 for X-tty4 switch for example.

Cheers,
GCS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Filesystem Mounted On The Wrong Mount Points

2003-12-21 Thread Joseph A. Nagy, Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 21 December 2003 01:49 pm, GCS wrote:
 On Sun, Dec 21, 2003 at 07:48:34PM -, Martin J Hooper 
[EMAIL PROTECTED] wrote:
  It does actually as xdm or whatever is controlling X...  xdm starts
  up X and when you  kill xdm it kills X
 
  Done it myself on my machine...  ;)

  Then you should be right. :-) I just remember doing this does not
 kill your current X session. I am wrong then. Still, we do not know
 if he uses ?dm or not (then you have to insult xinit, or press
 ctrl+alt+backspace).

 Cheers,
 GCS

Sorry, I didn't think that would matter. I use KDM.

- -- 
The only fallacy is the inaction on our part to stave off the worst of 
horrors, the stripping of personal freedom.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/5gew6i+npmQve9oRAumTAJwNShERIz6pCX7O0H2dcL4axvKPFwCgiXBg
HFyANhY5QgP3tAsnue8G7cg=
=l3E/
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]