Mark wrote:
> Can you mix lvm and RAID?
> Does it make sense?
> Would it be just too much complexity?
At my place of employ, we have someone working on building a linux
box with the functionality of a netapp. The underlying device is a
software raid 5 array of several disks which is presented t
Brian wrote:
> What is an easy way to rename a lot of files and directories that were
> moved from Windows? They have (, spaces, ^, $, etc in them. `ls |sed
> s/\ //g` removes spaces, but then I don't how to take each one and
> move the file/dir correctly.
Quick and dirty:
for i in *; do echo mv
M. Kirchhoff wrote:
> I just purchased a new 120GB IDE drive, however, and would like to
> partition it more effectively
>
> 20GB => WinXP (unless by some stroke of fortuity Half-Life2 is ported
> to Linux)
> 150MB => /
> 100MB => /boot
> 1GB => /tmp
> 1GB => swap
> 1GB => /var
> 20GB => /u
Lars Jensen wrote:
> I have two network cards on my machine How do I tell which one is eth0
> and which one is eth1 ?
Unplug one and run ifconfig -a. The one with "no carrier" is the one you
unplugged.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Con
4 matches
Mail list logo