Sponsored Content
Full Discussion: doh! please help.
Top Forums UNIX for Dummies Questions & Answers doh! please help. Post 20756 by thehoghunter on Friday 3rd of May 2002 09:04:10 AM
Old 05-03-2002
Halt the system - boot -s cdrom (bootable Solaris cd )
You will be logged in as root. Mount your /usr device onto /a and
your /export/home device onto /mnt.
Example - your slice may be different:
# mount /dev/dsk/c0t0d0s3 /a
# mount /dev/dsk/c0t0d0s6 /mnt

Move the directory from /mnt to /a.
Unmount both /mnt and /a
fsck both partitions
halt the system
boot -s
Check to see if things are working now
Post back
thehoghunter
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

modify ls -l (long listing format output) strictly using SED only straightforward goalhard 4 me doh

Below is a sample out of ls -l which I would like to rearrange or modify by field numbers for example I successfully managed to disect using simple paragraph however for ls -l I can't divide the rows or fields by field number. Successful modification by fields using SED sample: $ sed -e... (1 Reply)
Discussion started by: wolf@=NK
1 Replies
GRUB-INSTALL(8) 							FSF							   GRUB-INSTALL(8)

NAME
grub-install - install GRUB on your drive SYNOPSIS
grub-install [OPTION] install_device DESCRIPTION
Install GRUB on your drive. -h, --help print this message and exit -v, --version print the version information and exit --root-directory=DIR install GRUB images under the directory DIR instead of the root directory --grub-shell=FILE use FILE as the grub shell --no-floppy do not probe any floppy drive --force-lba force GRUB to use LBA mode even for a buggy BIOS --recheck probe a device map even if it already exists INSTALL_DEVICE can be a GRUB device name or a system device filename. grub-install copies GRUB images into the DIR/boot directory specfied by --root-directory, and uses the grub shell to install grub into the boot sector. REPORTING BUGS
Report bugs to <bug-grub@gnu.org>. SEE ALSO
grub(8), update-grub(8). The full documentation for grub-install is maintained as a Texinfo manual in the grub-legacy-doc package. If the info and grub-install programs are properly installed at your site, the command info grub-install should give you access to the complete manual. grub-install (GNU GRUB 0.97) January 2013 GRUB-INSTALL(8)
All times are GMT -4. The time now is 11:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy