English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 15 August 2019, 19:19   #1
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Can an A4000 hard disk be set to read only?

Hi all, I'm going to be shipping those team17 hard disks in the Amiga 4000 to a museum shortly. I would like to set the hard disks to read-only, as agreed with them, so that none of the original Worms files can be edited or overwritten. The same goes for all the folders on the disk. Is there a simple way to simply set the whole hard disk to read only? I seem to have forgotten how to do that over the past 25 years lol.
Starglider 2 is offline  
Old 15 August 2019, 20:03   #2
lilalurl
Global Moderator
 
lilalurl's Avatar
 
Join Date: Aug 2001
Location: France
Posts: 3,289
Send a message via ICQ to lilalurl
Approved your thread and moved it to this sub-forum (not sure if it was the best or support.hardware might have been).
lilalurl is offline  
Old 15 August 2019, 20:20   #3
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,335
Sadly there's no way in the IDE specification to do that.

Simply booting the machine with a drive attached will almost certainly cause it to be written to, even if you don't consciously do that.

As an alternative, I would create image files of each complete drive (as you probably did already), keep them somewhere safe along with hashes of the image files, and don't access the drives again.

(By the way, some USB-IDE adapters can be really flaky, meaning data read can be silently corrupted. When imaging it's worth doing twice and comparing the resulting image files to verify they are identical. And maybe using more than one different USB-IDE adapter to do that.)
mark_k is offline  
Old 15 August 2019, 20:47   #4
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,215
Quote:
Originally Posted by Starglider 2 View Post
I would like to set the hard disks to read-only, as agreed with them, so that none of the original Worms files can be edited or overwritten.
Not on a physical level, but on a software level, you can "lock" a partition such that writes are declined. However, this change is not permanent and does not persist booting.
Thomas Richter is offline  
Old 15 August 2019, 21:11   #5
van_dammesque
Registered User
 
Join Date: Aug 2014
Location: England
Posts: 228
A possible hardware solution, but it not loyal to the actual hardware strictly speaking is to burn the contents to a DVD/CD and use that in the machine if it is to be interacted with. The original hardware could in the machine but disconnected.

Just a thought.
van_dammesque is offline  
Old 15 August 2019, 21:28   #6
Konrad
Registered User
 
Konrad's Avatar
 
Join Date: Apr 2002
Location: Germany
Age: 43
Posts: 742
If it's that important to you, then I would clone the harddrive 1:1
Harddisks don't cost much these days. (You can clone to a bigger harddisk. Doesn't matter.)
If the original harddisks get modified you can clone back from your backup, again 1:1.
Konrad is offline  
Old 15 August 2019, 22:23   #7
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Thanks everyone.

It's going to a museum so I won't be in control of cloning or restoring etc.

Probably simpler if I just mark the important folders as read only. Can that work, on a folder level, and apply to all contents... Or do I have to set each file to read only.
Starglider 2 is offline  
Old 16 August 2019, 09:15   #8
Jope
-
 
Jope's Avatar
 
Join Date: Jul 2003
Location: Helsinki / Finland
Age: 43
Posts: 9,861
Just make an image of it, back that image up elsewhere, make sure you don't write to them. Once it's out of your hands, there's no guarantee that no-one will mess with the drive's contents..
Jope is offline  
Old 16 August 2019, 09:22   #9
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Quote:
Originally Posted by Jope View Post
Just make an image of it, back that image up elsewhere, make sure you don't write to them. Once it's out of your hands, there's no guarantee that no-one will mess with the drive's contents..
Oh I have images. And it's in the donation contract not to change the drive contents. However it's on me to make them read only to help that happen. I think I'm looking at just setting the files one by one.
Starglider 2 is offline  
Old 16 August 2019, 10:59   #10
Hewitson
Registered User
 
Hewitson's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Age: 41
Posts: 3,772
Quote:
Originally Posted by Starglider 2 View Post
Oh I have images. And it's in the donation contract not to change the drive contents. However it's on me to make them read only to help that happen. I think I'm looking at just setting the files one by one.
Something like:

Code:
PROTECT Work:TEAM17/#? w SUB
Should do the trick.

I wouldn't set any of the OS dirs/files to read only.
Hewitson is offline  
Old 16 August 2019, 11:16   #11
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
In WHAT will the drive be mounted ?
If it's not mounted at all, then it does not have to be read only.
If it's mounted on some peecee, then it could be mounted read only (emulators can normally do this).
If it's mounted on some miggy, then it may eventually boot on this disk and therefore altering the startup sequence to lock the partition may be a solution.
meynaf is offline  
Old 16 August 2019, 16:51   #12
Matt_H
Registered User
 
Matt_H's Avatar
 
Join Date: Jul 2008
Location: Boston, MA
Posts: 943
Since there’s no way to do it in hardware, use the AmigaDOS Lock command.

Just tack
Code:
Lock DH0: ON
to the end of user-startup and that should do it.
Of course you’ll need a few lines to cover all the other partitions and obviously this will only cover drives actively mounted in the system. It can be circumvented through Early Startup Control, but it should be enough to prevent accidental deletions/moves by your average amateur.
Matt_H is offline  
Old 16 August 2019, 16:59   #13
tech3475
Registered User
 
Join Date: Jul 2018
Location: UK
Posts: 77
Quote:
Originally Posted by Hewitson View Post
Something like:

Code:
PROTECT Work:TEAM17/#? w SUB
Should do the trick.

I wouldn't set any of the OS dirs/files to read only.
I wonder if some method could also be implemented to detect if the permissions have been changed?

For example, maybe include a line in the startup-sequence to create or delete a file (obviously created by the OP themselves) which should otherwise be protected.

That way if the file goes missing you know something has been changed.

Of course any changes like this should be commented in case someone things Team 17 did this.
tech3475 is offline  
Old 16 August 2019, 17:23   #14
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,335
I wouldn't mess around with trying to change protection bits or use the Lock command. Changing protection bits in particular would cause thousands of writes to the drive. Not really something you want to be doing with old possibly-flaky hardware.

Why not just never actually connect the original drives again? Get some other IDE drives (or e.g. CF to IDE adapters) and write the image files to them. Then you could connect those to real hardware if needed.
mark_k is offline  
Old 16 August 2019, 17:39   #15
lmimmfn
Registered User
 
Join Date: May 2018
Location: Ireland
Posts: 672
Quote:
Originally Posted by Thomas Richter View Post
Not on a physical level, but on a software level, you can "lock" a partition such that writes are declined. However, this change is not permanent and does not persist booting.
If it were me I'd use a CF for the boot drive, update startup script to lock the other drive and add the lib/sys etc. mounts for other drive along with any other specific patches for mmu etc.

Solves the issue of not destroying the data and keeping the OS separate for reinstall if required and keeping a copy of the boot CF.
Any maintenance support should just be rewriting the CF from backup. Depending on support frequency have additional CF just to handover and rewrite the current CF with issues when required.

Otherwise just put everything on CF and replace with backup CF when required. Long term I wouldn't rely on original HD's.
lmimmfn is offline  
Old 16 August 2019, 18:29   #16
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Thanks guys. I'm talking about the original A4000 from my video about it, and its original drives. There's something that doesn't sit right with me using clone drives in a museum, but the Lock command sounds like a reasonable option. Thanks!
Starglider 2 is offline  
Old 16 August 2019, 18:36   #17
Estrayk
Registered User
 
Estrayk's Avatar
 
Join Date: Apr 2015
Location: Spain
Posts: 511
The harddrive isnt important! The information inside YES. So, make 2 o 3 copies of all files and structure dirs and forget it.
Estrayk is offline  
Old 16 August 2019, 19:08   #18
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Quote:
Originally Posted by Estrayk View Post
The harddrive isnt important! The information inside YES. So, make 2 o 3 copies of all files and structure dirs and forget it.
Of course. As stated, we have backups of everything. But I don't want to send it to a museum and have the original Worms cutscenes altered. Just my preference as the donor. ?
Starglider 2 is offline  
Old 16 August 2019, 20:21   #19
ElectroBlaster
Junior Member
 
ElectroBlaster's Avatar
 
Join Date: Mar 2002
Location: Exeter, Devon, UK
Age: 49
Posts: 1,705
Send a message via ICQ to ElectroBlaster
Quote:
Originally Posted by Jope View Post
Just make an image of it, back that image up elsewhere, make sure you don't write to them. Once it's out of your hands, there's no guarantee that no-one will mess with the drive's contents..
Exactly the same thought popped into my frazzled brain!

Clone the original and keept it!

Lock the contents of the clone, re-fit into the Amiga.
ElectroBlaster is offline  
Old 17 August 2019, 01:18   #20
LocalH
Amiga user since 1990
 
LocalH's Avatar
 
Join Date: Aug 2004
Location: Kingsport, TN / USA
Age: 44
Posts: 295
There exist hardware "write blockers" that are most commonly used in forensic work. There exist IDE-to-IDE blockers. Unsure as to cost, or as to whether they could be specified as part of the contract. Also unsure how they'd perform specifically with the Amiga. But depending on the difficulty in locating one, it may be the preferred option.
LocalH is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Read and salavage A4000 IDE disk on a PC NLS support.WinUAE 10 21 October 2018 13:23
why cannot I boot hard drive directory or hard disk image jotd support.WinUAE 2 31 October 2017 18:00
Real Hard Drive Read Only ?!?! Nobby_UK support.WinUAE 2 05 August 2013 16:50
Copying A4000 hard disk to PC chris74 support.Other 38 30 May 2009 16:17
How much would an A4000 set you back? Smiley Retrogaming General Discussion 10 17 March 2006 20:29

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:56.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09737 seconds with 15 queries