LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Transfer Data off a Busted Laptop. (https://www.linuxquestions.org/questions/linux-networking-3/transfer-data-off-a-busted-laptop-326438/)

klownska 05-23-2005 09:30 PM

Transfer Data off a Busted Laptop.
 
Hi,
I'm trying to save data from a busted win95 laptop, I have a miniknoppix disc, and I can boot off it, I try to mount a windows share to the laptop and it appears to work (I can see all the files) but I can't write to it. I mounted with the command, mount -t smbfs //winbox/share /mnt/share -o rw,username=joe,password=bloggs

I have tried with and without the username and I still get the same result.

Any ideas on how I can get this data onto another machine would be much appreciated.

Thanx in Advance. . . . .

Pcghost 05-23-2005 10:33 PM

Try
mount -t smbfs //winbox/share /mnt/share -o users rw,username=joe,password=bloggs

and make sure that user has write access to the mount point and an account with write access on the machine where the share lives.

Keep in mind it's been a while since I used Windows so my Samba is a bit rusty.

Also for a cheap quick fix, you can get an adapter to use the laptop hard drive in a desktop pc for about $3 on ebay. Having an adapter has saved me many a headache. Just an option.

craigevil 05-23-2005 11:42 PM

Depneding on the size of the files and whether your internet connection works you could try emailing the files you want to save.

"Backing Up from the Knoppix Environment"
http://www.troubleshooters.com/linux...ix_Environment

klownska 05-25-2005 06:16 AM

OK, So I created a new folder in which I can make a blank text document, type stuff, then save it. I can mount the share into said folder, but then when I try to copy the files over I get Access denied to /home/knoppix/share. Any other ideas on how I might be able to do this? it doesn't have to involve Windows or Samba, it just has to go over the local network. Any and all help much appreciated.


All times are GMT -5. The time now is 03:58 PM.