WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: NFS installation problems  (Read 2220 times)

Offline IndifferentSun

  • Newbie
  • *
  • Posts: 9
NFS installation problems
« on: July 26, 2015, 11:41:42 AM »
Hello, all.
I want to install  nfs-utils.tcz.
I red description and see that i need "filesystems-`uname -r`.tcz".
I try install that, and see an error:

Downloading: filesystems-3.16.6-tinycore.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: short write
filesystems-3.16.6-tinycore.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on filesystems-3.16.6-tinycore.tcz

What is it? Connection to internet work corerctly, all ping's are success and i can use lynx for browsing and other.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: NFS installation problems
« Reply #1 on: July 26, 2015, 11:44:44 AM »
Short write means you are out of disk space.
The only barriers that can stop you are the ones you create yourself.

Offline IndifferentSun

  • Newbie
  • *
  • Posts: 9
Re: NFS installation problems
« Reply #2 on: July 26, 2015, 11:56:42 AM »
My tinycore installed on 32 MB compact flash card.

tc@box:/mnt/sda1$ du
1.0K    ./home/tc/.config/mc/mcedit
7.0K    ./home/tc/.config/mc
8.0K    ./home/tc/.config
1.0K    ./home/tc/.cache/mc/mcedit
3.0K    ./home/tc/.cache/mc
4.0K    ./home/tc/.cache
1.0K    ./home/tc/.local/bin
1.0K    ./home/tc/.local/share/mc/mcedit
4.0K    ./home/tc/.local/share/mc
5.0K    ./home/tc/.local/share
7.0K    ./home/tc/.local
1.0K    ./home/tc/.X.d
3.0K    ./home/tc/.fltk/fltk.org
4.0K    ./home/tc/.fltk
3.0K    ./home/tc/.wmx/Applications
13.0K   ./home/tc/.wmx/SystemTools
17.0K   ./home/tc/.wmx
2.0K    ./home/tc/.vnc
66.0K   ./home/tc
67.0K   ./home
15.6M   ./tce/optional
1.0K    ./tce/ondemand
15.6M   ./tce
1.0K    ./opt/backgrounds
10.0K   ./opt
9.7M    ./boot
25.4M   .

Filesystems.tcz - Total size (bytes)                          1646592,   1.57 MB
nfs-utils.tcz - Total size (bytes)                           237568,   0.23 MB
(info from tce)

 I think i have enough free space, or it isn't so?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: NFS installation problems
« Reply #3 on: July 26, 2015, 12:00:16 PM »
df -h | grep -v loop
The only barriers that can stop you are the ones you create yourself.

Offline IndifferentSun

  • Newbie
  • *
  • Posts: 9
Re: NFS installation problems
« Reply #4 on: July 26, 2015, 12:08:38 PM »
tc@box:~$ df -h | grep -v loop
Filesystem                Size      Used Available Use% Mounted on
rootfs                  215.3M     22.0M    193.3M  10% /
tmpfs                   119.6M         0    119.6M   0% /dev/shm
/dev/sda1                27.8M     25.7M      1.0K 100% /mnt/sda1
/dev/sda1                27.8M     25.7M      1.0K 100% /home

I forgot about ext4 journal, yes?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: NFS installation problems
« Reply #5 on: July 27, 2015, 04:38:13 AM »
Yes, each FS has some overhead, so you don't get the full 32MB.
The only barriers that can stop you are the ones you create yourself.