How to mount a folder [message #146981] |
Tue, 15 November 2005 01:24 |
dnvs_praveen
Messages: 47 Registered: July 2005 Location: bangalore
|
Member |
|
|
Hi
when i give df command it gives information about /, /boot, /dev/shm mount partitions. I want to see my folder information also. How to mount. what is the procedure.
i added in /etc/fstab and rebooted the whole machine, but still its not giving the information.
Actually i want to check my archive folder capacity and other information when i give df command. HOw can i add and what is the procedure. Plz let me know.
Regards,
Praveen
|
|
|
Re: How to mount a folder [message #146986 is a reply to message #146981] |
Tue, 15 November 2005 02:10 |
tarundua
Messages: 1080 Registered: June 2005 Location: India
|
Senior Member |
|
|
--> i give df command it gives information about /, /boot, /dev/shm mount partitions
Did you go through the manual entries of the df command?
try this
(provides help for df)
--> i want to check my archive folder capacity and other information when i give df command.
What other information , you didnt mention ?
use df -k this command , see this
dogmatix:SID=testdb=>df -k /data1
Filesystem kbytes used avail capacity Mounted on
/dev/md/dsk/d80 28904917 8700295 19915573 31% /data1
|
|
|
|
Re: How to mount a folder [message #146996 is a reply to message #146992] |
Tue, 15 November 2005 03:19 |
tarundua
Messages: 1080 Registered: June 2005 Location: India
|
Senior Member |
|
|
I am not sure but when you install linux , at that time it ask for partitioning and mount points.
so this /data1 is a just the name but /dev/md/dsk/d80 is the actual mount point.
I am saying this because i remember installing linux and it asked to create partitions like that.
And if there is something more then do let me know please .
|
|
|
|