open_Netcenter Forum open_Netcenter Forum
Registrieren | FAQ | Suche | Mitgliederliste | Heutige Beiträge | Einloggen



Autor Thema: maximale dateigrösse überschritten
primus
Ganz neu hier
*
ID # 84


  Erstellt am 06. Februar 2007 15:38 (#1)  |  Zitat Zitat   PN PN   E-Mail E-Mail
salut,

ich habe seit heute das wdnc500gb - habs ans netzwerk angeklemmt, alle einstellungen vorgenommen und kann mich gut verbinden, klappt also alles soweit.

nun wollte ich von meiner linux kiste aus via smb auf das netcenter dvd isos kopieren, die alle 4,3gb haben, allerdings wird mit der fehlermeldung nach 2gb abgebrochen mit der meldung "Die maximale Dateigröße ist überschritten".

kann das jemand nachvollziehen? liegt das am smb oder am fs des netcenters?

// edit:
hab nun nicht als smbfs gemounted sondern als cifs, und damit klappts dann reibungslos.

Beiträge: 3 | Mitglied seit: Februar 2007 | IP-Adresse: gespeichert
geert
Ist öfters hier
**
ID # 83


  Erstellt am 06. Februar 2007 21:04 (#2)  |  Zitat Zitat   PN PN   E-Mail E-Mail
Dear primus,

Why don't you try using an nfs mount.
Create a mount directory on your Linux box, say in
/mnt/netcenter. Then issue the command:
mount -t nfs -o nolock,hard,int,tcp \
192.168.0.250:/shares/Main /mnt/netcenter

Then simply copy the ISO images with:
cp dvd.iso /mnt/netcenter/Shared\ Files

You have to be root to do the mount (or use sudo).
I'll bet the 2GB limit goes away.

-----------------------
Geert

Beiträge: 23 | Mitglied seit: Februar 2007 | IP-Adresse: gespeichert
geert
Ist öfters hier
**
ID # 83


  Erstellt am 06. Februar 2007 21:40 (#3)  |  Zitat Zitat   PN PN   E-Mail E-Mail
Dear Primus,

Forgot to tell you that you need a /opt/etc/exports file
on the netcenter that has a line like:

/shares/Main 192.168.0.0/255.255.255.0(rw,sync)

Then run # exportfs -a on the netcenter.
Change the network address to the one you use.
In my previous post, 192.168.0.250 is the ip address that I assigned to the netcenter (statically!).
I am using the epias firmware E029.

I tried creating a huge file on the netcenter using:

dd if=/dev/zero of=BIG bs=1024 count=8192000 &

in the directory /shares/Main/Shared Files.
Although it took a while, it worked!
# ls -l
-rw------- 1 root root 8388608000 Feb 6 14:34 BIG


Good luck,

-----------------------
Geert

Beiträge: 23 | Mitglied seit: Februar 2007 | IP-Adresse: gespeichert



| open_Netcenter Web - Infos, Handhabung, Anleitungen | Boardregeln


Tritanium Bulletin Board 1.6
© 2010–2014 Tritanium Scripts