Jump to content

file size exceeded ! ??


restlessone
 Share

8 posts in this topic

Recommended Posts

hi again...

 

so i did manage to come to a point where i could connect my laptop to the network and install the image file from my desktop ( as i dont own a usb disc).

 

everything looks fine.. paths are right...

 

this time i stumble upon a file size problem. using knoppix, i mount the xp drive using smbfs (i guess) and this stops transfer/installation after 2GB and gives this error...

 

 

anybody know any good advice for that ?

Link to comment
Share on other sites

Run "mount" to see how it's mounted. You should see a line like

 

//xp_machine/share on /mnt/share type smbfs (ro,username=restlessone)

first do

 

umount /mnt/share

then do

 

mount -t smbfs -o lfs,ro,username=restlessone //xp_machine/share /mnt/share

or

mount -t cifs -o ro,username=restlessone //xp_machine/share /mnt/share

Link to comment
Share on other sites

 Share

×
×
  • Create New...