Search Results

Search: Posts Made By: stunn3r
36,597
Posted By fpmurphy
You can have as many grub configuration files as...
You can have as many grub configuration files as you like. At the end of the day the only configuration file that GRUB Legacy actually looks at for menu options is /boot/grub/menu.lst.
4,581
Posted By pamu
ssh ${_user}@${_ip} 'sudo /bin/sed "s/^...
ssh ${_user}@${_ip} 'sudo /bin/sed "s/^ *kernel.*/& elevator=noop/" /etc/grub.conf
4,581
Posted By elixir_sinari
ssh ${_user}@${_ip} 'sudo /bin/sed "s/^[...
ssh ${_user}@${_ip} 'sudo /bin/sed "s/^[ <tab>]*kernel.*/& elevator=noop/" /etc/grub.conf
where <tab> should be replaced by pressing the Tab key.
4,581
Posted By elixir_sinari
ssh ${_user}@${_ip} 'sudo /bin/sed ...
ssh ${_user}@${_ip} 'sudo /bin/sed "s/^kernel.*/& elevator=noop/" /etc/grub.conf
4,581
Posted By pamu
Try ssh ${_user}@${_ip} 'sudo /bin/sed ...
Try

ssh ${_user}@${_ip} 'sudo /bin/sed "s/kernel.*/& elevator=noop/" /etc/grub.conf'
2,624
Posted By bakunin
The disk "/dev/sdf" has a size of 290GB, that...
The disk "/dev/sdf" has a size of 290GB, that part should be obvious.

The other disk "/dev/sdh" was not yet partitioned. A disk drive has to be written with some low-level information prior to be...
2,624
Posted By bakunin
Short introduction to disks: A "hard disk"...
Short introduction to disks:

A "hard disk" is (classically - the logic is still used even if it doesn't look like that any more) a stack of rotating platters mounted on a common spindle. On these...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy