PDA

View Full Version : HD File copy (knoppix liveCD bootup)



katamaran
06-05-2007, 01:20 AM
Trivial question:

How does one copy files/directories from (Partition - - for instance: /dev/hdb14 to /dev/hdb11, having booted up with the Knoppix 5.0 live CD?

Yes: Right click on BOTH HDpartition icons, mount.
Yes: Right click on BOTH HD partition icons, Make READ-WRITE.

Wunnerful helpful error. SO helpful. SO informative... "YOU DO NOT HAVE PERMISSION TO WRITE TO THIS DISK..."

Has ANYONE ever been able to do this?

It would help immensely to know how...

Kata Maran

Harry Kuhman
06-05-2007, 01:52 AM
What type of partitions are they? Knoppix can read fine from a NTFS partition but should not write to one. Writing to FAT partitions is fine and recommended.

katamaran
06-05-2007, 02:26 PM
Subject: Copy files/Directories from one HD partition to another after having booted up with Knoppix 5.0 liveCD.

Type of partitions: EXT3

Result of copy attempt = "You do not have PERMISSION to copy files to this partition"

Works on Apple II
Works on a MAC
Works on a Commodore
Works on a DOS box
Works on windoze 98 (ten years old)

Doesn't work in linux. :?:

rusty
06-05-2007, 02:41 PM
Try this: open a shell (terminal, konsole) and type : man mount

After you've read that try right clicking on the icon(s) of the devices you wish to copy to, select properties etc.

HTH

katamaran
06-05-2007, 04:48 PM
Rusty;

Thanks anyway, been there dun dat. Everything APPEARS normal & copyable, BUT still no copy; and still the inane "You do not have permissions to blah blah blah..."

There must be a way to defeat this insanity, but it has not yet been found...

Thanks again;

Kata Maran

rusty
06-05-2007, 05:41 PM
Try it this way; At the knoppix boot prompt type: knoppix 2, which should boot the machine (what is it btw?) to a root shell. Type: startx , and proceed as in my earlier post.

Let us know...

SiKing
06-06-2007, 09:37 AM
When you mount a partition under Knoppix, even for RW, the root (top) of that partition is owned by user root - this is normal Linux behavior! When you open a normal terminal you are not root, only the knoppix user. You will need root privileges to do what you want: put "sudo" in front of each command that writes to the root of a partition; alternatively, run "sudo bash" first; alternatively, open a root terminal ...

cbagger01
06-14-2007, 11:56 PM
Trivial question:

How does one copy files/directories from (Partition - - for instance: /dev/hdb14 to /dev/hdb11, having booted up with the Knoppix 5.0 live CD?

Yes: Right click on BOTH HDpartition icons, mount.
Yes: Right click on BOTH HD partition icons, Make READ-WRITE.

Wunnerful helpful error. SO helpful. SO informative... "YOU DO NOT HAVE PERMISSION TO WRITE TO THIS DISK..."

Has ANYONE ever been able to do this?

It would help immensely to know how...

Kata Maran

Lets see if I can remember this one correctly. I am not logged into KNOPPIX right now, but here goes:

Make sure that your desktop Icon does not have a little green triangle at the bottom. Otherwise, you need to right-click on your drive/partition icon and choose UNMOUNT from the context window.

THEN, right click again on the icon and go to properties and the device tab and uncheck the Read Only checkbox. Then left-click on the icon and you will re-mount the device with read and write permissions. Also, a Konqueror file manager window will appear with the contents (files and directories) of your drive partition.

SiKing
06-18-2007, 09:33 PM
This is a little confusing.
In KNOPPIX, you normally left-click on the disk drive icon to mount it. Once the disk is mounted, you can right-click on the icon, and select change the read/write permissions to, well, change the read/write permissions - you will be prompted to confirm this. Right-clicking on the disk icon, you can also select unmount, to stop working with the disk all together.
Does this clear it up?

cbagger01
06-19-2007, 12:07 AM
This is a little confusing.
In KNOPPIX, you normally left-click on the disk drive icon to mount it. Once the disk is mounted, you can right-click on the icon, and select change the read/write permissions to, well, change the read/write permissions - you will be prompted to confirm this. Right-clicking on the disk icon, you can also select unmount, to stop working with the disk all together.
Does this clear it up?

I could be wrong, but I think you need to uncheck the "Read Only" settings while the partition is UN-mounted.

Next time I am using KNOPPIX, I will need to check this one out.

SiKing
06-21-2007, 08:57 PM
I could be wrong, but I think you need to uncheck the "Read Only" settings while the partition is UN-mounted.
I suspect what you are talking about is the settings on the icon itself, which represents the disk drive. Changing this will have zero effect ion the disk drive itself. You could delete the icon from the Desktop, which will also have no effect on the disk drive itself.

cbagger01
06-21-2007, 11:15 PM
I could be wrong, but I think you need to uncheck the "Read Only" settings while the partition is UN-mounted.
I suspect what you are talking about is the settings on the icon itself, which represents the disk drive. Changing this will have zero effect ion the disk drive itself. You could delete the icon from the Desktop, which will also have no effect on the disk drive itself.

Actually, the Icon settings DO affect your drive Mounting properties.

For KNOPPIX/KDE/Desktop Drive Icons, these settings are used to effect your click-to-mount properties. It can be changed to Read/Write by unchecking the checkbox mentioned in the previous post in this thread.

The effect is the same as using the CLI mount "rw" option when mounting a disk partition instead of the "ro" option.