LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 04-18-2005, 01:24 AM   #1
UltraSoul
Member
 
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404

Rep: Reputation: 31
Space capacity problem.


I download a software in my sun pc. during the process of downloading the error message of "No space left in devices" is shown.

Error Message is as follows:
/CADTools/File_to_be_Downloaded1/: truncate: No spcae left on device
/CADTools/File_to_be_Downloaded2/: truncate: No spcae left on device
/CADTools/File_to_be_Downloaded3/: truncate: No spcae left on device

Used Space Info is as follows:
#df -F ufs -o i
Filesystem iused ifree %iused mounted on
/dev/dsk/c0t0d0s0 6623 618529 1% /
/dev/dsk/c0t0d0s6 145131 857365 14% /usr
/dev/dsk/c0t0d0s3 11773 489923 2% /var
/dev/dsk/c0t0d0s5 114557 510595 18% /opt
/dev/dsk/c0t0d0s1 10151 364249 3% /usr/openwin
/dev/dsk/c0t0d0s7 129 872831 0% /export/home


I made the CADTools in /. I am always confused to the space partition.
Can someone give me some advices? Thank you.
 
Old 04-18-2005, 06:32 AM   #2
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
"df -k" will tell you which disk is full.
The command you run is only checking the number of files allowed per file-system, but you are hitting the more common disk data size capacity limit.
 
Old 04-18-2005, 10:12 AM   #3
UltraSoul
Member
 
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404

Original Poster
Rep: Reputation: 31
Info about df -k

The info after entering df -k

FS kbytes used avail capacity mounted
/dev/dsk/c0t0d0s0 5040814 343413 4646993 7% /
/dev/dsk/c0t0d0s6 8065025 5110438 2873937 65% /usr
/dev/dsk/c0t0d0s3 3008649 126109 2822368 5% /var
/dev/dsk/c0t0d0s5 5040814 2695420 2294986 55% /opt
/dev/dsk/c0t0d0s1 2233248 552685 1635899 26% /usr/openwin
/dev/dsk/c0t0d0s7 7053101 7053101 0 100% /export/home

Because I download a cadence CAD software which seems to be very large,
I made CADtools directory under /exprt/home, then the cadence software soon fill out my sun pc disk space. If I delete the CADTools, then


FS kbytes used avail capacity mounted
/dev/dsk/c0t0d0s0 5040814 343413 4646993 7% /
/dev/dsk/c0t0d0s6 8065025 5110438 2873937 65% /usr
/dev/dsk/c0t0d0s3 3008649 126109 2822368 5% /var
/dev/dsk/c0t0d0s5 5040814 2695420 2294986 55% /opt
/dev/dsk/c0t0d0s1 2233248 552685 1635899 26% /usr/openwin
/dev/dsk/c0t0d0s7 7053101 7053101 0 1% /export/home

does it mean the cadence software can not be downloaded into my sun blade 2500? Are there some vitual disk methods to solve the space shortage problem?

can someone give me some advices?
 
Old 04-18-2005, 11:12 AM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
More than 7 gigabytes is indeed pretty large.
Perhaps nfs mounting an external filesystem would help.
 
Old 04-22-2005, 11:37 PM   #5
UltraSoul
Member
 
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404

Original Poster
Rep: Reputation: 31
How to do this mounting ?

I made a directory in /export/home, but the process of downloading cadence is too early to fill out the mounted /export/home filesystems. How to solve this problem?
 
Old 04-23-2005, 07:24 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
It would help if you tell:
- what process do you use to download the product.
- If it is splitted in several files or just one big archive
- how big is the whole thing
- why is it so big
- what relationship exists between the directory in /export/home, NFS and the download ...
 
Old 04-25-2005, 03:58 AM   #7
UltraSoul
Member
 
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404

Original Poster
Rep: Reputation: 31
More info

(1) I use scp command to download the cadence product as follows:

scp -r Remote_server:cad_media /export/home/Cadtools

(2) The Cad is spilitted into 4 parts

(3) I dont know how to see the size of one file by MB format. Please teach me the method.
 
Old 04-25-2005, 07:53 AM   #8
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
On Remote_server, run:
Code:
cd /path-to-cadtools/cad_media
du -ks .
That will give you the size in kilobytes.

Why do you want to copy the whole thing while you probably can mount that directory with NFS ?
e.g.:
Code:
showmount -e Remote_server
mount Remote_server:/<path-to-mountpoint>/cad_media /export/home/Cadtools

Last edited by jlliagre; 04-25-2005 at 07:55 AM.
 
Old 04-26-2005, 02:56 AM   #9
UltraSoul
Member
 
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404

Original Poster
Rep: Reputation: 31
Thanks for your advices

Your code is very useful to me. I have learned the method to check the size of a file and to check the mounted filesystems.
But after entering the command of remote mount, the RPC time out error message is displayed. I wonder if it is related with the
my user permission.
 
Old 04-26-2005, 12:25 PM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
I have learned the method to check the size of a file and to check the mounted filesystems.
Cool, how big is what you want to transfer or remotely use ?
Is the filesystem containing cad_media shared ?
Quote:
But after entering the command of remote mount, the RPC time out error message is displayed. I wonder if it is related with the my user permission.
RPC time-out is unlikely to be related to permissions. Can you copy/paste the exact command you try and the error message you have in reply ?
 
Old 04-26-2005, 11:03 PM   #11
UltraSoul
Member
 
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404

Original Poster
Rep: Reputation: 31
CONT

The size of cadence media is 1.8GB. And the cadence media directory is not shared mount. The output from the showmount -e is as follows:

/t1home01 192.168.0.11/25 @192.168.0.12/26
/t1home02 192.168.0.11/25 @192.168.0.12/26

I mount the t1home01 as folllows:

mount Remote_host:/Cad_media /export/home/cadtools
 
Old 04-27-2005, 01:20 AM   #12
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
- Did you fixed the /export/home disk full issue ?
- The command you shows doesn't mount /t1home01 but /Cad_media, which is not exported and so unmountable ...
- what is your IP address ?
 
Old 04-27-2005, 01:46 AM   #13
UltraSoul
Member
 
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404

Original Poster
Rep: Reputation: 31
Question CONT

Yes, The /Cad_media is unmountable. I have fixed the space full issue. I am very foolish to download the whole thing of Cad_media.
Actually, we just need very small part of this Cad_media whose size is 1.8GB. I use scp command to download the cad_media. i appreciate your help very much.
By the way I am a VLSI designer and recently I become interested in Solaris and any other Unix OS's. Can you recommand me some advices, powerful books or inernet IP address. Thank you.
 
Old 04-27-2005, 02:59 AM   #14
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
docs.sun.com
google.com
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Determine HD Capacity... BFEINZIMER Linux - Hardware 2 09-29-2005 10:46 PM
3Gb of disk space lost! Disk space problem or mother board conflicts with HDD Mistreated Linux - Hardware 4 12-06-2004 03:58 PM
Where can I find a simple tutorial on quota (limit capacity of disk space of a user)? George2 Linux - Software 5 11-04-2003 08:56 AM
Harddisk capacity ilengna Linux - Hardware 4 10-14-2003 08:37 PM
CD/RW capacity limits slackerboy Linux - General 14 01-20-2003 01:41 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 07:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration