General :: Filesystem Space In Readable Format On Hpux?

Jul 23, 2010

I am not sure whether this is something that can be answered here, but I figured this is the best place to start (next to google not giving me the answer I was looking for). One of our clients are running HPUX as filesystem, however when the support guys need to report the filesystem space they keep getting it wrong. Even after someone gave them the full command which will do the calculations for them, they still seem to make mistakes. On linux the df -h works very weel but this is obviously not available here...can use to display the filesystem space in the correct formats? Even if there is a set of commands that we can work into a script and they can then just run the script.

View 1 Replies


ADVERTISEMENT

Server :: Get Human Readable Bdf Output In Hpux?

Mar 28, 2011

The following is a script for making the bdf output of HP-UX in a human readable form .

Syntax for running the script is :-

# bdf | bdfrefine.pl

The output will be displayed in KB ,MB,GB or TB as per the disk space . Script details :-

#!/usr/bin/perl
######## SCRIPT FOR USER FRIENDLY bdf OUTPUT ##################
##-----------------------------------------------------------------######################
################# SLURPING INPUT ######################
##-----------------------------------------------------------------######################

[code]....

View 10 Replies View Related

Fedora :: Convert Mkv Files To Any Format Readable?

Nov 11, 2010

I am running my fedora box as a media server and my xbox (sorry) doesn't see mkv files and I have been looking for a while for a way to convert the mkv files to any format readable any ideas?

View 3 Replies View Related

Debian :: Display User Quota In Human Readable Format

Mar 10, 2015

I want to display users quota in human readable format, so if the size is over 1 GB I want the quotas displayed in GBs

So when I issue the command below should I not get the results in GB ?

Code: Select allrepquota -sa

bob -- 87200M 400G 440G 879 0 0
dave -- 255G 400G 440G 3627 0 0
jim -- 10664M 400G 440G 230 0 0
tom -- 10737M 400G 440G 636 0 0

User bobs usage is 86GB, should 86GB not be displayed rather than 87200M?

View 1 Replies View Related

General :: Create A Driver For A Particular Filesystem Format (FATX)?

Jul 15, 2010

I am trying to create a driver for a particular filesystem format(FATX) because one does not exist natively for linux. So my question is this. I know the format the file system is in, but how do i make a driver for it? I mean, i want people to be able to do, for example
'sudo apt-get install fatx' And then it downloads the driver, and bam, they can read the fatx file system?

View 6 Replies View Related

General :: Free Up Space In A FileSystem?

Feb 22, 2009

The root partition on my server seems to be full. I'd like to find out what files are on that partition and only that partition so I can free up some space on it.

Filesystem Size Used Avail Use% Mounted on
/dev/hda5 7.8G 7.8G 0 100% /
/dev/hda8 84G 33G 47G 42% /home
/dev/hda6 996M 43M 902M 5% /tmp

[Code].....

So how do I find out what I can remove to free up some space?

View 1 Replies View Related

General :: Migration From HPUX To REL5?

Jan 31, 2011

We have our source codes migrated from HP-UX to LINUX REL 5. In some of the scripts, certain flags like -DHPUX -DUNIX have been use. I wanted to know, what can replace these flags in LINUX? then certain optimization flags are also used like +O2, etc. these give an error as O2:command not found in Linux. What can be the proper replacement for them?

View 1 Replies View Related

General :: How To Repair Filesystem - Appearing As Free Space - Recover The NTFS Data Partition ?

Feb 16, 2010

Original disk:
XP NTFS primary
Linux / ext4 logical
Linux /home ext4 logical
Win 7 NTFS logical
NTFS data logical
swap space
NTFS recovery partition

I tried to install linux, as there was a problem with XP overwriting grub, I chose write grub to /dev/sda8 (which is where the linux install was appearing earlier).

I guess this borked the filesystem somehow. Now the NTFS data partition and the swap space are appearing as one free space.
Well actually before that some linux live CDs (including gparted were seeing the entire drive as unpartitioned). I had to go into XP and delete the /ext4 partitions.

Is there any way for me to recover the NTFS data partition ?

View 4 Replies View Related

Ubuntu :: Format Pen Drive Into An Ext3 Filesystem?

Mar 6, 2010

I was running ubuntu as a live cd and I wanted to format my pen drive into an ext3 filesystem. I put in sudo mkfs /dev/sda1, but know im thinking that sda1 was my HDD!! I removed the cd from my computer, and it wont boot up into windows anymore!The only thing that is giving me hope is that the mkfs took about 1 min to format whatever it was formatting (my pen drive or my hdd!!) and my hdd is 500gb big. Is there anyway that I could have accidentaly formatted my HDD?

View 9 Replies View Related

Ubuntu :: Not Enough Space In Filesystem?

Jun 24, 2010

I was happily browsing my new Linux Ubuntu Distribution, and a warning message popped up stating that there's about 145 megs in FIle System. how to solve this problem other than removing files?

View 2 Replies View Related

Slackware :: Format A Device Into XFS Filesystem Using Mkfs Command?

Sep 15, 2010

I'm trying to format a device into XFS filesystem using mkfs command. Suppose I have a /dev/sda1 device with 4096 block and I want to format the whole thing, how can I execute the command? I keep getting various errors while executing it.

View 7 Replies View Related

Ubuntu Installation :: Add Unalocated Space To Filesystem?

Mar 12, 2011

I am dual booting Ubuntu and Windows 7, I have just shrunk my windows partition and would like to add that extra space to the file system partition. I installed Gparted but it told me I need to unmount the file system partition manually. I would like specific instructions on how to do this,

View 9 Replies View Related

CentOS 5 :: How To Format Unused Space On /dev/sda

Dec 3, 2009

I have a CentOS 5.3 x86_64 system setup as a file server, backup server, and iSCSI target. The physical machine has six hard drives, two of which (bay0 and bay1) are 1TB disks in a RAID1 mirror. Therefore, CentOS is installed on /dev/sda. My question is this: how can I format and mount the large portion of sda that's not in use right now? Here's some more info:

Disk /dev/sda: 999.6 GB, 999653638144 bytes
255 heads, 63 sectors/track, 121534 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]...

As you can see I've got about 1TB of space on sda. However, when I look at my df -h command and my LVM management what I find is that I've got:

root / filesystem = 8GB and is under Vol00
swap = 2GB and is under Vol01
/var = 2GB and is under Vol02

Sounds like I have a ton of space on sda that I'm not using. It also looks like I'm using LVM, but I'm not familiar with LVM nor am I really comfortable with how I can use the rest of the 900+GB I have available on sda. how I can format and mount the rest of the free space on sda?

View 5 Replies View Related

General :: Division Of Logical Memory Space In To User Space And Kernel Space

Jan 4, 2010

Logical Memory Space of 4GB is divided in to 3GB User Space and 1GB Kernel Space. Always. Correct?

1. How can we change it? (just changing value of PAGE_OFFSET is okay?)

2. If system have only 256MB of memory (embedded system) and suppose Kernel Modules eat away all the memory during boot. User space will be left will no memory. Is this case possible?

View 2 Replies View Related

Software :: Space Missing From Ext4 Filesystem Ubuntu 10.10

Dec 26, 2010

I have a 6x1TB RAID5 set up for testing on ubuntu created with mdadm and formatted with an ext4 fs.

This is being shared over CIFS for windows clients. When looking at the fs from both the file box and the clients, it says 4.47TiB total capacity, and 4.24TiB free space. The only folder is Lost+Found which is empty.

I don't have much experience in Linux filesystems as of yet and I don't understand where this 300 gigs has gone!

Is it something to do with journaling?

View 2 Replies View Related

CentOS 5 :: No Space Left On Device On Xfs Filesystem With 7.7TB Free

Mar 26, 2011

I'm running CentOS 5.2,on a 64-bit x86_64 Linux machine with kernel version 2.6.18-128.el5 smp. I appear to have version 2.9.4 of xfsprogs. I have a 22TB xfs filesystem ,Yesterday, the hard disk is full, today released a 7.7T disk space.But still can not write to new file. software ambience:

[root@Production data5]# uname -a
Linux Production 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux

[code]....

View 5 Replies View Related

Ubuntu :: HD 640GB But Free Space Is 540 Just After A Format ?

Oct 5, 2010

I use Ubuntu 10.04 and i have a HD 640GB. The story is like this. I run ubuntu with a usb I install them and when it asked me if I want to install ubuntu aside with windows I selected no. So I selected the option that you erase all your data and you put just the ubuntu. When my computer was running normaly I saw the properties of my hard drive and i saw that my free space is 544.5 GB ! What exists in 100gb??? I there any chance that windows didnt erased completely? I say that because my free space in windows was around 540 GB. Should I format again?

View 9 Replies View Related

Ubuntu Installation :: When Should I Format Storage Space

Dec 18, 2010

I'm about to do a clean wipe of my laptop, to try out Ubuntu. I've read quite a bit about dual-booting WIn7 and Ubuntu, but not alot about the process of installing. I'd like to install Win7 and Ubuntu on 2 small drives, and leave the rest for a Storage partition. But when should I partition that Storage Drive? Should I do it while I'm installing Win7? Or should I partition the amount of space to Storage after I've installed Ubuntu?

View 3 Replies View Related

Ubuntu :: Volume Filesystem Root Has Only 25mb Space Remaining

Feb 28, 2011

I'm getting an error message that something along the lines of "volume "filesystem root" has only 25mb space remaining". How do I increase the volume size so I never have to worry about it again? This is the 3rd time I've tried ubuntu and it's sticking more and more but this has me thoroughly perplexed. I've got a 320GB HDD partitioned 3 times with a Linux partition being 7GB.

Dual booting Win7Pro.
Running ubuntu 10.10 64-bit

View 9 Replies View Related

Ubuntu :: DVD Not Readable With 10.04 Was Readable With 9.04

Aug 6, 2010

I have a DVD which I can open and play on a machine running 9.04 but I can't get to open and play it on a machine running 10.04.How can I diagnose and prefereably fix the problem?

View 9 Replies View Related

Ubuntu :: Does An Ext4 Filesystem Being Used Only For Data Storage Require A Swap Space

May 6, 2011

I am running a dual boot system with Win7 on /dev/sda and Ubuntu 10.10 on /dev/sdb

I also have a 250 GB disk I use for storing backup data, /dev/sdc

The two logical partitions on /dev/sdc (/dev/sdc2 and /dev/sdc5) each take up 2.86 GB and I would like to free up that space if possible.

Since the filesystem on /dev/sdc doesn't have an OS on it, does it still require that those two logical partitions exist?

View 8 Replies View Related

Ubuntu Servers :: How To Install On HPUX

Sep 1, 2011

I am trying to setup a LAMP stack on an HP-UX server with the EFI Boot Manager that it comes with. Originally it ran Red-Hat Linux but I am now to cheap to pay the RHN Annual Fee and would like to use Ubuntu Server. I have burned a 64Bit Ubuntu Server disc on my computer and it boots fine on every computer I've tried except for this server. I think it may need a boot script, but I'm not sure. It will simply not boot and says "DVD Not Found" every time I try to boot.

View 9 Replies View Related

OpenSUSE :: Format Drive With Newer Gparted Without Unused Space?

Apr 27, 2011

For a while now, I have been using an older version of gparted (0.4.5) from an older bootable Linux disk to format my hard drives. The version included with Suse 11.4 (0.8.0) has given me a puzzle. I tend to create a number of partitions (3 primary, an extended, and a number of logical) on my disks. For some reason, version 0.8.0 seems to requires 1 mb of space between each partition, and 2-3mb of space at the end of the drive. With the older gparted, I could create partitions with no unused disk allocation. Is there some reason for this new behavior? Is there some way to format a drive with the newer gparted without unused space? I realize that 10-15mb of disk is fairly small, but I have this dislike of wasted space. The drives being formatted are SATA drives in the range of 250gb -750gb.

View 7 Replies View Related

Ubuntu Installation :: Increasing Size Of Hard Disk Space Allocated For Filesystem?

Jan 4, 2010

I recently installed Bio-Linux 5.0 as a dual boot system with XP for some bioinformatics applications, but Im having some problems with the amount of disk space which can be allocated specifically for the Ubuntu install.

I partitioned a 250 GB portable hard drive into:

/dev/sdb1: 154.76 GiB (with 30 GiB allocated for Ubuntu)
/dev/sdb2 : 78.13 GiB

Ive been using blastclust to analyse some very large data sets, which keeps on crashing due to filesystem running out of disk space.

When I installed Bio-Linux 5.0 from the live cd, the maximum size I could allocate to the install was 30 GiB, and I havent been able to find a way to change this.

Ive tried using System->Administration->Partition Editor using the live cd, and can view / delete the partitions, but I cant find a way to specifically alter the disk space allocation for Ubuntu.

How do I increase the filesystem size to larger than the current 30 GiB?

View 5 Replies View Related

Programming :: Compiling C Program For HPUX On IA/PA 64 Bits?

May 17, 2011

I had developed a C program on linux (x86). Now I need to port it to HP-UX OS on IA/PA 64 bit arch. What are the options to be used with cc compiler, on linux (x86), so that this could be done, if at all.

View 1 Replies View Related

General :: Detect Filesystem Type (can't Mount Filesystem Image .img)

Mar 11, 2011

I am trying to mount a file image, like this

mount -o loop /tmp/apps.img /media/apps

But I get the following:

mount: you must specify the filesystem type

I try ext3:

mount -o loop /tmp/apps.img /media/apps -t ext3

dmesg says:

error: can't find ext3 filesystem on dev loop6.

I've also tried ext2, vfat etc. How can I detect the filesystem type of apps.img?

View 2 Replies View Related

General :: External Drive Read Only - WARNING! Running E2fsck On A Mounted Filesystem May Cause SEVERE Filesystem Damage

Mar 24, 2010

I've had a look at some similar threads but as I'm very new to linux they're already a bit technical for me. Sorry, this calls for someone with patience. I gather from other threads that disconnecting an external drive without unmounting is a no-no, and this seems to be the likely cause. Now the disk is read only and I'm unable to change any settings through the usual control panel on ubuntu. I'm just not familiar with the terminal instructions. I tried to cut and past a few command lines from other threads but I got some warnings that proceding could damage data. Like this one: WARNING! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage.

View 5 Replies View Related

General :: Get Human Readable Output From Df -k In HP-UX?

Oct 21, 2010

How can get human readable output from df -k in HP-UX?

View 5 Replies View Related

General :: Showing Only The Readable Signs Uit Of /usr/bin/passwd?

Jun 6, 2010

Is there a command for showing only the readable signs uit of /usr/bin/passwd?

View 1 Replies View Related

General :: Files Not World-readable On CD (Ubuntu)?

Aug 31, 2010

I got a CD of JPG files from a photographer. Some of the files are not readable on my Ubuntu machine (they show up as X icons in the Nautilus file browser). I figured out that the reason is that they are not "world-readable" (and also not "group-readable") and they are owned by a user that does not exist on my machine. I am able to work around it by doing sudo nautilus Is there any easier way to do this? I am thinking some setting I can make on my system relating to the CD driver works?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved