Displaying 9 results from an estimated 9 matches for "drivespac".
Did you mean:
drivespace
2009 Apr 09
7
What is writing to my filesystem
I have a CentOS 5.2 box that every few months runs out of drivespace on
its root filesystem. Last time I manually searched and deleted some big
files, but don't remember what they were or what wrote to them. The
applications I'm aware of on the box don't write to /.
Is there a way to find the files that get written to the most, or grow
the most over t...
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...uot; = -1 ]; then
+ min_data_size=5
+ fi
printf "\n"
if [ "$OVIRT_ISCSI_ENABLED" = "y" ]; then
@@ -131,7 +137,27 @@ check_partition_sizes()
BOOT_NEED_SIZE="$BOOT_SIZE"
else
get_drive_size "$ROOTDRIVE" ROOTDRIVESPACE
- get_drive_size "$HOSTVGDRIVE" HOSTVGDRIVESPACE
+ for drv in $HOSTVGDRIVE; do
+ get_drive_size "$drv" DRIVESPACE
+ if [ -n "${HOSTVGDRIVESPACE}" ]; then
+ HOSTVGDRIVESPACE=$(echo "scale=0;" \
+...
2003 May 23
3
m$windows guy needs pxedisk/memdisk help
hello and thanks for reading this,
i am doing a volunteer project for a school in harlem,ny.
they have had donated 30 nics computers from thinknic.com.
it can pxe boot. it had a cdrom and it has no hard drive.
i am looking for ways to boot windows98 on these machines.
i read on some site that memdisk can be used on legacy os.
before i spend days testing it out, is it possible to boot windows98
2007 Aug 01
0
Running Rails/Ruby from a compressed archive?
Is there any way to run Ruby apps using an archive of the ruby files
being run? Sort of like a Jar in Java? For my server, I don''t mind all
the uncompressed files, but when I am doing remote development, the
thousands of text files in ruby\lib eat up way too much drivespace.
I tried searching, but I guess I am having problems articulating what
I am looking for. Is there any mechanisms to do this in Ruby?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gr...
2008 May 28
2
home lan
...TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536
SO_SNDBUF=65536
deadtime = 15
default case = lower
; disable netbios = yes
max connections = 9
preserve case = no
printable = no
#======================= Share Definitions =======================
#
[netshare2]
comment = network shared drivespace
path = /mnt/netshare2
writeable = yes
; create mask = 0664
create mask = 0775
directory mask = 0775
public = yes
guest ok = yes
only guest = yes
# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will...
2005 Feb 07
7
win32-driveinfo in CVS
...t?
===========
A class for getting information of drives
Synopsis
========
include Win32::DriveInfo
(sectorsPerCluster,
bytesPerSector,
numberOfFreeClusters,
totalNumberOfClusters,
freeBytesAvailableToCaller,
totalNumberOfBytes,
totalNumberOfFreeBytes) = getDriveSpace(''c'').to_a
totalNumberOfFreeBytes = getDriveSpace(''c'').TotalNumberOfFreeBytes
totalNumberOfBytes = getDriveSpace("\\\\serv\\share").TotalNumberOfBytes
drives = getDrivesInUse()
freelet = getFreeDriveLetters()
drivetype...
2009 Nov 04
1
[PATCH node] add ability to select separate disks for Root and HostVG in o-c-storage
...ge device: $disk_size MB\n"
- printf " Total storage size to be used: $need_size MB\n"
- printf "\n"
- printf "You need an addition $gap_size MB of storage.\n"
- printf "\n"
- return 1
+ get_drive_size $ROOTDRIVE ROOTDRIVESPACE
+ get_drive_size $HOSTVGDRIVE HOSTVGDRIVESPACE
+ ROOT_NEED_SIZE=$(echo "scale=0; $ROOT_SIZE * 2"| bc -l)
+ HOSTVG_NEED_SIZE=$(echo "scale=0;" \
+ "$SWAP_SIZE + $CONFIG_SIZE + $LOGGING_SIZE + $min_data_size" | bc -l)
+
+ if [ $ROOTDRIVE...
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
..._INIT"):
+ # if present, use the drive selected with 'ovirt_init' boot parameter
+ # setting these the same until kernel cmdline argument implemented
+ DRIVE=translate_multipath_device(OVIRT_VARS["OVIRT_INIT"])
+ ROOTDRIVE = DRIVE
+ HOSTVGDRIVE = DRIVE
+ ROOTDRIVESPACE = get_drive_size(ROOTDRIVE)
+
+# if the node is Fedora then use GPT, otherwise use MBR
+if os.path.isfile("/etc/fedora-release"):
+ LABEL_TYPE="gpt"
+else:
+ LABEL_TYPE="msdos"
+
+
+
+##################################################################
+
+def wipe...
2012 Jan 26
13
btrfs-raid questions I couldn't find an answer to on the wiki
I''m currently researching an upgrade to (raid1-ed) btrfs from mostly
reiserfs (which I''ve found quite reliable (even thru a period of bad ram
and resulting system crashes) since data=ordered went in with 2.6.16 or
whatever it was. (Thanks, Chris! =:^)) on multiple md/raid-1s. I have
some questions that don''t appear to be addressed well on the wiki, yet,
or where