Resend my activation email : Register : Log in 
BCF: Bike Chat Forums


And all I want to do is copy the disk...

Reply to topic
Bike Chat Forums Index -> The Geek Zone
View previous topic : View next topic  
Author Message

Riejufixing
World Chat Champion



Joined: 24 Jun 2018
Karma :

PostPosted: 14:10 - 28 Oct 2018    Post subject: And all I want to do is copy the disk... Reply with quote

From an SSD (now in a caddy) from an old laptop to a 2TB disk. Both plugged into my laptop. SSD is E:\ and destination is H:\ssdsav

What's the simplest command? I don't care about permissions.
 Back to top
View user's profile Send private message You must be logged in to rate posts

P.
Red Rocket



Joined: 14 Feb 2008
Karma :

PostPosted: 21:30 - 28 Oct 2018    Post subject: Reply with quote

robocopy E:\ H:\ssdsav /e

That would copy the lot.
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

King29
World Chat Champion



Joined: 18 Oct 2017
Karma :

PostPosted: 22:12 - 28 Oct 2018    Post subject: Reply with quote

10 PRINT "PADDY IS A GENIUS"

20 GOTO 10

RUN
 Back to top
View user's profile Send private message You must be logged in to rate posts

Riejufixing
World Chat Champion



Joined: 24 Jun 2018
Karma :

PostPosted: 22:32 - 28 Oct 2018    Post subject: Reply with quote

Humph. I have tries pssin about with "Robocopy".

C:\>robocopy E:\ H:\rieju /e

-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------

Started : 28 October 2018 21:30:24
Source : E:\
Dest : H:\rieju\

Files : *.*

Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30

------------------------------------------------------------------------------

4 E:\
New File 1.5 g hiberfil.sys
2018/10/28 21:30:24 ERROR 5 (0x00000005) Copying File E:\hiberfil.sys
Access is denied.
Waiting 30 seconds...^C
C:\>

Various other "system file" errors.

Spit. Windoze != Younicks.
 Back to top
View user's profile Send private message You must be logged in to rate posts
- This post is not being displayed because the poster has bad karma. Unhide this post / all posts.

P.
Red Rocket



Joined: 14 Feb 2008
Karma :

PostPosted: 10:54 - 29 Oct 2018    Post subject: Reply with quote

Run CMD as admin.

Are you trying to clone the disk or just copy, cos copying won't make it bootable etc.
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

Riejufixing
World Chat Champion



Joined: 24 Jun 2018
Karma :

PostPosted: 16:29 - 29 Oct 2018    Post subject: Reply with quote

Paddy. wrote:
Run CMD as admin.

Are you trying to clone the disk or just copy, cos copying won't make it bootable etc.


I was running it as administrator! I do have extensive experience, but not on poxy Windoze.

The SSD was out of the boy's portable 'puter, which he blew up by using it on a soft surface which blocked the vents and I think it melted... so I re-ran the command, used "my favourite editor" to reduce it to readable proportions, and decided what it did not copy wasn't important, so I'm considering the job done.

Yuck, though.
 Back to top
View user's profile Send private message You must be logged in to rate posts
- This post is not being displayed because the poster has bad karma. Unhide this post / all posts.

Andy_Pagin
World Chat Champion



Joined: 08 Nov 2010
Karma :

PostPosted: 18:01 - 29 Oct 2018    Post subject: Reply with quote

King29 wrote:
10 PRINT "PADDY IS A GENIUS"

20 GOTO 10

RUN


while(true){
cout << "PADDY IS A GENIUS" << endl;
}
____________________
They're coming to take me away, ho-ho, hee-hee, ha-haaa, hey-hey,
the men in white coats are coming to take me away.
Yamaha Vity -> YBR125 -> FZS600 Fazer -> FZ1-S Fazer
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

The Shaggy D.A.
Super Spammer



Joined: 12 Sep 2008
Karma :

PostPosted: 18:24 - 29 Oct 2018    Post subject: Reply with quote

BEGIN CR .( Paddy is a genius!) FALSE UNTIL
____________________
Chances are quite high you are not in my Monkeysphere, and I don't care about you. Don't take it personally.
Currently : Royal Enfield 350 Meteor
Previously : CB100N > CB250RS > XJ900F > GT550 > GPZ750R/1000RX > AJS M16 > R100RT > Bullet 500 > CB500 > LS650P > Bullet Electra X & YBR125 > Bullet 350 "Superstar" & YBR125 Custom > Royal Enfield Classic 500 Despatch Limited Edition (28 of 200) & CB Two-Fifty Nighthawk > ER5
 Back to top
View user's profile Send private message You must be logged in to rate posts

Im-a-Ridah
World Chat Champion



Joined: 20 Oct 2006
Karma :

PostPosted: 19:31 - 29 Oct 2018    Post subject: Reply with quote

Paddy. wrote:
robocopy E:\ H:\ssdsav /e

That would copy the lot.


robocopy E:\ H:\ssdsav /e /copyall

I'm guessing he wants to retain file attributes
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

The Shaggy D.A.
Super Spammer



Joined: 12 Sep 2008
Karma :

PostPosted: 20:29 - 29 Oct 2018    Post subject: Reply with quote

If you're struggling...

https://www.scootersoftware.com/download.php
____________________
Chances are quite high you are not in my Monkeysphere, and I don't care about you. Don't take it personally.
Currently : Royal Enfield 350 Meteor
Previously : CB100N > CB250RS > XJ900F > GT550 > GPZ750R/1000RX > AJS M16 > R100RT > Bullet 500 > CB500 > LS650P > Bullet Electra X & YBR125 > Bullet 350 "Superstar" & YBR125 Custom > Royal Enfield Classic 500 Despatch Limited Edition (28 of 200) & CB Two-Fifty Nighthawk > ER5
 Back to top
View user's profile Send private message You must be logged in to rate posts

P.
Red Rocket



Joined: 14 Feb 2008
Karma :

PostPosted: 20:41 - 29 Oct 2018    Post subject: Reply with quote

Im-a-Ridah wrote:
Paddy. wrote:
robocopy E:\ H:\ssdsav /e

That would copy the lot.


robocopy E:\ H:\ssdsav /e /copyall

I'm guessing he wants to retain file attributes


Wasn't sure tbh. However... to make it well simple, the GUI you never need but someone made it.

https://sourceforge.net/projects/robocoprobocopy/ Laughing
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

kawakid
World Chat Champion



Joined: 15 Mar 2005
Karma :

PostPosted: 00:26 - 30 Oct 2018    Post subject: Reply with quote

I often add a /R:0 to my Robocop

Basically ignore errors.


Cloning is probably your best bet though.

I use wine a lot, but I miss PQDI and Ghost they were shot hot for sector by sector cloning.

I do have a dual hard drive dock with a built in cling feature.
____________________
I've a twin and a 4.
 Back to top
View user's profile Send private message You must be logged in to rate posts

thx1138
World Chat Champion



Joined: 06 Oct 2005
Karma :

PostPosted: 02:55 - 30 Oct 2018    Post subject: Reply with quote

King29 wrote:
10 PRINT "PADDY IS A GENIUS"

20 GOTO 10

RUN


1 PRINT INK RND*7;AT RND*21,RND*22;"King is a creepy crawler"
2 BEEP 0.01,RND*69
3 GOTO 1

RUN

---
10 FOR i = 64 TO 87 : POKE 23681,i : LPRINT "THX IS SKILL" : NEXT i : PAUSE 0

RUN

--

10 PRINT AT 8,11; INK 1;"THX IS STILL SKILLZ!": INK 2: PLOT 75,50: DRAW 100,100,PI*99

RUN

--

etc Laughing
 Back to top
View user's profile Send private message Send e-mail You must be logged in to rate posts

kawakid
World Chat Champion



Joined: 15 Mar 2005
Karma :

PostPosted: 14:04 - 30 Oct 2018    Post subject: Reply with quote

kawakid wrote:
I often add a /R:0 to my Robocop

Basically ignore errors.


Cloning is probably your best bet though.

I use wine a lot, but I miss PQDI and Ghost they were shot hot for sector by sector cloning.

I do have a dual hard drive dock with a built in cling feature.


Ffs just 23rd re read this, I'm in Tenerife and at midnight 26 I'd have had 3 or 4 pints and a bottle of cava.

Wine should read winpe
____________________
I've a twin and a 4.
 Back to top
View user's profile Send private message You must be logged in to rate posts
Old Thread Alert!

The last post was made 5 years, 171 days ago. Instead of replying here, would creating a new thread be more useful?
  Display posts from previous:   
This page may contain affiliate links, which means we may earn a small commission if a visitor clicks through and makes a purchase. By clicking on an affiliate link, you accept that third-party cookies will be set.

Post new topic   Reply to topic    Bike Chat Forums Index -> The Geek Zone All times are GMT + 1 Hour
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Read the Terms of Use! - Powered by phpBB © phpBB Group
 

Debug Mode: ON - Server: birks (www) - Page Generation Time: 0.08 Sec - Server Load: 0.34 - MySQL Queries: 17 - Page Size: 93.68 Kb