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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-18-2005, 01:24 AM
|
#1
|
Member
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404
Rep:
|
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.
|
|
|
04-18-2005, 06:32 AM
|
#2
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
"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.
|
|
|
04-18-2005, 10:12 AM
|
#3
|
Member
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404
Original Poster
Rep:
|
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?
|
|
|
04-18-2005, 11:12 AM
|
#4
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
More than 7 gigabytes is indeed pretty large.
Perhaps nfs mounting an external filesystem would help.
|
|
|
04-22-2005, 11:37 PM
|
#5
|
Member
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404
Original Poster
Rep:
|
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?
|
|
|
04-23-2005, 07:24 AM
|
#6
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
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 ...
|
|
|
04-25-2005, 03:58 AM
|
#7
|
Member
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404
Original Poster
Rep:
|
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.
|
|
|
04-25-2005, 07:53 AM
|
#8
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
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.
|
|
|
04-26-2005, 02:56 AM
|
#9
|
Member
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404
Original Poster
Rep:
|
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.
|
|
|
04-26-2005, 12:25 PM
|
#10
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
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 ?
|
|
|
04-26-2005, 11:03 PM
|
#11
|
Member
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404
Original Poster
Rep:
|
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
|
|
|
04-27-2005, 01:20 AM
|
#12
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
- 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 ?
|
|
|
04-27-2005, 01:46 AM
|
#13
|
Member
Registered: Dec 2004
Location: Japan
Distribution: REDHAT9.0, Mandrake10.1
Posts: 404
Original Poster
Rep:
|
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.
|
|
|
04-27-2005, 02:59 AM
|
#14
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
docs.sun.com
google.com
|
|
|
All times are GMT -5. The time now is 07:43 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|