06-17-2011
oh..now i got it.. okay now when i create some new partition.. i can set my own partition tag.. is there any specific set of names that can only be kept to partition tag.?
and can correct the mess which i did by mounting /usr ?
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I've created a partition with GNU Parted, how do I mount the partition?
The manual information at http://www.gnu.org/software/parted/manual/parted.html is good, but I am sure about how I mount the partition afterwards.
Thanks,
--Todd (1 Reply)
Discussion started by: jtp51
1 Replies
2. UNIX for Dummies Questions & Answers
Unix/Darwin/MacOSX Terminal -- and I'm a newby.
I have a file called 'symfony' here:
/opt/sf/data/bin/symfony
If I go:
cd /opt/sf/data/bin
and then,
./symfony -V
It responds with the version number (like it should)
Great.
However, if I go to another directory: (1 Reply)
Discussion started by: pipp
1 Replies
3. Solaris
Hi there
Should mention, I am Oracle DBA. Installed Solaris 10 on VM Ware.
Created a partition, no hassle there. Modified vfstab, but made a typo, after reboot, received error message.
See attached...
Any ideas, be greatly appreciated. (2 Replies)
Discussion started by: Ackers
2 Replies
4. Shell Programming and Scripting
Hello.
I would like to ask your help regarding the cp command. We are using a cp command to create a back-up copy of our file but to no avail. It's just not working. We already checked the file and directory permissions and all seems correct.
We have a script (ftp.script) which calls on... (1 Reply)
Discussion started by: udelalv
1 Replies
5. Shell Programming and Scripting
I am working with a sh script on a solaris 9 zone (sol 10 host) that grabs information to build the configuration command line. the variables Build64, SSLopt, CONFIGopt, and CC are populated in the script. the script includes
CC=`which gcc`
CONFIGopt=' --prefix=/ --exec-prefix=/usr... (8 Replies)
Discussion started by: oly_r
8 Replies
6. Programming
Hello all
I want to read program header of a executable without using readelf. I know it can be tough. I will do the programming myself. Just give me a hint of it.
Thanks
---------- Post updated at 05:02 AM ---------- Previous update was at 04:58 AM ----------
basically i want to count... (3 Replies)
Discussion started by: aditya08
3 Replies
7. Shell Programming and Scripting
hi,
can any one explain the below command. run it and see and if you understand please tell me.
File=s1_abc.txt.xls.pdf
MOD_File=$(echo ${File%.*}_`date +%Y%m%d_%H%M%S%N`.${File##*.})
i asked somedays before and got the above code. i needed to add date time stamp just before the last... (2 Replies)
Discussion started by: Little
2 Replies
8. UNIX for Dummies Questions & Answers
Hi everyone
I have a problem with my script
If I try directly this command
/usr/bin/nice -n 19 mysqldump -u root --password="******" wiki_schneider -c | nice -n 19 gzip -9 > /point_de_montage/$(date '+%Y%m%d')-wiki-db.sql.gz
It works
But if I simply add this command in a script and... (8 Replies)
Discussion started by: picemma
8 Replies
9. Shell Programming and Scripting
The below command moves all the .vcf files into the directory.
cp /home/cmccabe/Desktop/test/vcf/overall/stats/*.vcf /home/cmccabe/Desktop/NGS/annovar
When I use a bash wrapper the target.txt gets created but the text files do not get copied. All the paths are the same, but not sure why... (2 Replies)
Discussion started by: cmccabe
2 Replies
10. Shell Programming and Scripting
Oracle Linux 6.
Trying to set up a simple monitoring of memory usage. This command does exactly what I want at the command line:
echo $(date +%Y-%m-%d" "%H:%M:%S) $(grep PageTables /proc/meminfo) >> /home/oracle/meminfo.logBut when I put it in my crontab:
* * * * * echo $(date +%Y-%m-%d"... (2 Replies)
Discussion started by: edstevens
2 Replies
DISKTAB(5) File Formats Manual DISKTAB(5)
NAME
disktab - disk description file
SYNOPSIS
#include <disktab.h>
DESCRIPTION
Disktab is a simple date base which describes disk geometries and disk partition characteristics. The format is patterned after the term-
cap(5) terminal data base. Entries in disktab consist of a number of `:' separated fields. The first entry for each disk gives the names
which are known for the disk, separated by `|' characters. The last name given should be a long name fully identifying the disk.
The following list indicates the normal values stored for each disk entry.
Name Type Description
ns num Number of sectors per track
nt num Number of tracks per cylinder
nc num Total number of cylinders on the disk
b0 str Filename of block zero primary bootstrap for device
ba num Block size for partition `a' (bytes)
bd num Block size for partition `d' (bytes)
be num Block size for partition `e' (bytes)
bf num Block size for partition `f' (bytes)
bg num Block size for partition `g' (bytes)
bh num Block size for partition `h' (bytes)
fa num Fragment size for partition `a' (bytes)
fd num Fragment size for partition `d' (bytes)
fe num Fragment size for partition `e' (bytes)
ff num Fragment size for partition `f' (bytes)
fg num Fragment size for partition `g' (bytes)
fh num Fragment size for partition `h' (bytes)
pa num Size of partition `a' in sectors
pb num Size of partition `b' in sectors
pc num Size of partition `c' in sectors
pd num Size of partition `d' in sectors
pe num Size of partition `e' in sectors
pf num Size of partition `f' in sectors
pg num Size of partition `g' in sectors
ph num Size of partition `h' in sectors
se num Sector size in bytes (default 512)
sf bool supports bad144-style bad sector forwarding
so bool partition offsets in sectors
ty str Type of disk (e.g. removable, winchester)
Disktab entries may be automatically generated with the diskpart program.
FILES
/etc/disktab
SEE ALSO
newfs(8), diskpart(8), getdiskbyname(3)
BUGS
This file shouldn't exist, the information should be stored on each disk pack.
4.2 Berkeley Distribution May 17, 1986 DISKTAB(5)