Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Read Only Files?


  • Please log in to reply

#1
Petroleum

Petroleum

    New Member

  • Member
  • Pip
  • 3 posts
I have several files that I need and they are in read-only mode. They're on a floppy and I can't copy them because of the read-only and I'm unable to uncheck the box. Is there a way to uncheck the boxes?

Edited by Petroleum, 25 January 2006 - 12:32 AM.

  • 0

Advertisements


#2
Retired Tech

Retired Tech

    Retired Staff

  • Retired Staff
  • 20,563 posts
You should be able to copy them to the hard drive, edit them then copy back to floppy
  • 0

#3
Petroleum

Petroleum

    New Member

  • Topic Starter
  • Member
  • Pip
  • 3 posts
When I attempt to copy, it comes up with that source error.
  • 0

#4
Retired Tech

Retired Tech

    Retired Staff

  • Retired Staff
  • 20,563 posts
That's unusual and happens more if you try to move them as opposed to copy them

Is the floppy write protected
  • 0

#5
Petroleum

Petroleum

    New Member

  • Topic Starter
  • Member
  • Pip
  • 3 posts
No, I do not believe so.
  • 0

#6
Retired Tech

Retired Tech

    Retired Staff

  • Retired Staff
  • 20,563 posts
This is the reason, apparently

TITLE : Howto make a read only filesystem on a floppy diskette.
OS LEVEL : AIX
DATE : 17/01/99
VERSION : 1.0

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

You can build a filesystem on a floppy and mount it, however the
filesystem will be read only. The reason that the filesystem will be
read only is because AIX cannot create a journal log on a diskette.
The intended use is for temporary access to read only data. The
diskette file system must be unmounted after use and during system
backup procedures or errors could occur.

To make the read only filesystem on a floppy:

1. Make a subdirectory on an existing filesystem and place all of the
files that the diskette will contain into this subdirectory.

2. Enter the following command to create a prototype file containing
information about the new filesystem, in the example /dir_struct
is the pathname of the subdirectory created in step 1, and
proto_filename is the name of the prototype file to be created.

proto /dir_struct > proto_filename

3. Place a formatted floppy into the drive.

4. Edit the prototype file and replace the first line with the following:

<noboot> 0 0

5. Enter the following command to make the filesystem on your floppy:

mkfs -p proto_filename -V jfs /dev/fd0

6. Create the directory upon which you will mount the floppy based
filesystem, or you can use /mnt. Mount the filesystem:

mount -r -V jfs /dev/fd0 /your_mount_point

7. To unmount the filesystem:

umount /dev/fd0


This will be of use if you create floppies from now on. I will look for an attribute changer
  • 0

#7
Retired Tech

Retired Tech

    Retired Staff

  • Retired Staff
  • 20,563 posts
See if you can get anywhere with this

http://webplaza.pt.lu/~rpetges/
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP