Sponsored Content
Special Forums Hardware Maxtor 6Y120M0 not recognized by Linux Mint 10 "Julia" – KDE (64-bit) Post 302500464 by Corona688 on Monday 28th of February 2011 04:22:19 PM
Old 02-28-2011
Okay, so you're giving it its own drive then. Hook that drive up by itself and mint should install much easier (and with much less risk of it trampling over anything else). Once it's installed, you can control which drive your computer boots first through the CMOS settings, or perhaps f12 boot-selection if your BIOS has that.

"alt-f4" doesn't close a window in a prompt because there is no window. You're not in a GUI! You don't have to "escape" the dmesg output either -- it quits by itself when it's done, so do nearly any console commands except editors and viewers. That red thing is a "prompt", when you see a cursor flashing beside it that means the console's waiting for you to type something into it and hit enter.

So you didn't "quit" anything as there was nothing to quit, I think you actually managed to switch to a different console. When a gentoo minimal CD boots it puts you into text mode, in terminal one. There's at least six separate terminals available via ctrl-alt-f1 through ctrl-alt-f6. alt-left or alt-right cycle through them in different directions I think.

alt-f4 is a Windows thing anyway. In lots of window managers it does nothing.

Last edited by Corona688; 02-28-2011 at 05:36 PM..
 
MLXCTL(8)						    BSD System Manager's Manual 						 MLXCTL(8)

NAME
mlxctl -- Mylex DAC960 family management utility SYNOPSIS
mlxctl [-f dev] [-v] [-a] status [drive] [...] mlxctl [-f dev] [-a] detach [drive] [...] mlxctl [-f dev] [-a] check [drive] [...] mlxctl [-f dev] rebuild channel:target mlxctl [-f dev] cstatus mlxctl [-f dev] rescan mlxctl [-f dev] config DESCRIPTION
The mlxctl utility performs status monitoring and management functions for Mylex DAC960 RAID controllers and attached devices. The following options are available: -a Apply the action to all drives attached to the controller. -f dev Specify the control device to use. The default is /dev/mlx0. -v Increased verbosity. The following commands are available: cstatus Display the controller's current status. status Display the status of the specified drives. This command returns 0 if all drives tested are online, 1 if one or more drives are critical and 2 if one or more are offline. rescan Re-scan the logical drive table, and attach or detach devices from the system as necessary. detach Detach the specified drives. Drives must be unmounted and unopened for this command to succeed. check Initiate a consistency check and repair pass on a drive that provides redundancy (e.g., RAID1 or RAID5). This command returns imme- diately. The status command can be used to monitor the progress of the check. rebuild Rebuild onto the specified physical drive. Note that there can be only one running rebuild operation per controller at any given time. This command returns immediately. The cstatus command can be used to monitor the progress of the rebuild. config Write the current system drive configuration to stdout. EXAMPLES
Display the status of drive ld3 attached to the controller mlx1: mlxctl -f /dev/mlx1 -v status ld3 SEE ALSO
ld(4), mlx(4) HISTORY
The mlxctl command first appeared in NetBSD 1.5.3, and was based on the mlxcontrol utility found in FreeBSD. BUGS
Modifying drive configuration is not yet supported. Some commands do not work with older firmware revisions. Error log extraction is not yet supported. BSD
April 10, 2000 BSD
All times are GMT -4. The time now is 06:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy