Search Results

Search: Posts Made By: traustic
2,994
Posted By traustic
I added the 00-custom.rule under...
I added the 00-custom.rule under /etc/udev/rules.d/ and still shows my hard drive as an option.. hmmmm.
Checked my squashfs up for the paths and the rule did its job - clonezilla still shows the...
2,994
Posted By traustic
I unsquashed the file and am looking at it: ...
I unsquashed the file and am looking at it:


ACTION==="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", RUN+=/etc/init.d/hdparm hotplug
would I just replace
KERNEL=="[sh]d[a-z]"

with...
2,994
Posted By traustic
found it under /etc/udev/rules.d/z60_hdparm.rules...
found it under /etc/udev/rules.d/z60_hdparm.rules

this file is extracted on startup of live cd so I would have to change the source image to reflect changes
2,994
Posted By traustic
thanks corona - I'll take a look at it after...
thanks corona - I'll take a look at it after lunch.

Basically I have no issue showing the hard drives to myself but I worry about people overwriting their hard drive when using a usb stick I'll...
2,994
Posted By traustic
Set internal hard drives unaccessible to imager
Looking for some clues on how to set my internal hard drives inaccessible/busy to clonezilla. Noprobe doesn't work in startup and the drive is still found.

I know I can find all hard drives...
1,739
Posted By traustic
thanks for your help - it works well I also...
thanks for your help - it works well

I also managed to get this to work:
#!/bin/bash
# edit above line to the path to bash
#command to find is: "which bash"
#
##############set your variables...
1,739
Posted By traustic
got the script sorta working but having...
got the script sorta working but having issues....

set
filecount=`ls -l $backupFolder/$prefix* | wc -l`

to
filecount=`ls -d $backupFolder/$prefix* | wc -l`

so it will list only directorys...
1,739
Posted By traustic
Thanks for responding. ===================== ...
Thanks for responding.
=====================
these are duplicates:

Code:
banana-1-16-2012 banana-1-16-2012===========================
Those were a mistake - all folder names are different,...
1,739
Posted By traustic
Script For Folder Management Automation
Let me start off by saying I am not a linux guy nor do I script much (I modify scripts a bit) but I am looking for a code to help automate file management on usb sticks with clonezilla images.
...
Showing results 1 to 9 of 9

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