Search Results

Search: Posts Made By: xavix
Forum: SuSE 06-10-2009
3,868
Posted By xavix
SLES11 - RAID6 all disks marked as Spare
Hello,

After a replacement of the motherboard of my server, all disks belonging to a raid6 are now marked as spare.

Is there any way to mark those disks as active and restore the raid6?


$...
Forum: Linux 04-03-2009
5,739
Posted By xavix
It worked! Now I move the files as: ...
It worked!

Now I move the files as:

find $ORIG -type f -mtime +30 -print | xargs tar cvjf $DEST/$TARFILE | rm


Thanks!
Forum: Linux 04-03-2009
5,739
Posted By xavix
Compress files >2GB
Hi folks,

I'm trying to compress a certain number of files from a cifs mount to a xfs mount, but cannot do it when the total size of the files is bigger than 2GB.
Is there any limitation for...
Forum: What is on Your Mind? 02-21-2009
12,945
Posted By xavix
ls > /dev/sda I never tried, btw
ls > /dev/sda
I never tried, btw
5,377
Posted By xavix
Finally I made this: < for SUBFOLDER in...
Finally I made this:

<
for SUBFOLDER in `(find $SOURCE -type f -mtime -10 | awk 'BEGIN { FS = "/" } ; { print $7 }')`;
do
mkdir -p $DEST/$SUBFOLDER;
done
for SUBFOLDER in `(find...
5,377
Posted By xavix
The above command will move Subfolder1 and...
The above command will move Subfolder1 and Subfolder2 as they have the same modification date. What I would like to do is just move the Subfolder1 because it contains files with date 'Feb 13'....
5,377
Posted By xavix
Move folders containing certain files
Hello,

How can I move just the folders that contains files modified n days ago?

Source tree:

|-- [Feb 19 13:15] SourceFolder
| |-- [Feb 19 12:24] Subfolder1
| | |-- [Feb 13 2:50] ...
Showing results 1 to 7 of 7

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