Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Partimage Not Working please help ;-)

Hybrid View

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    6

    Partimage Not Working please help ;-)

    I have booted knoppix 3.2-2003-09-26 on my laptop and on my workstation, these PC's are on a network and each knoppix desktop is using the network OK.

    I have opened Xterm on the workstation and typed "sudo partimaged", and on the laptop I opened Xterm and typed "sudo partimage".

    The problem is that on the laptop partimage keeps asking me for a username and password, I do not know the partimaged account details to get them working together.

    I have used partimage to backup an NTFS partition into a file on a FAT32 partition on the same machine many times and it works OK.

    I have not done it over a network before and I need some help from someone who has done this using 2 knoppix machines on a LAN.

    Please Help anyone

    Thanks,

    JamesX110.................................

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    298
    type "sudo passwd" on a console, and enter the new root password.

    [Edit]Don't think this will help...[/Edit]

  3. #3
    Junior Member
    Join Date
    Sep 2003
    Posts
    7

    Set new password for user "partimag"

    Hi James,
    try this out:

    On the workstation:
    sudo
    passwd partimag

    Then you have to create a dir with write permission for the user "partimag".
    Then start partimaged with the target-dir (I think parameter -d should do this?)

    Then on the laptop:
    sudo
    partimage

    If you are prompted for user and password you can enter username "partimag" and the matching password!

    This should work!

    Regards
    RFC 0815

  4. #4
    Junior Member
    Join Date
    Sep 2003
    Posts
    6
    Thanks rfc0815 I'll give it a try...............

    However I'm new to Linux and don't know how to create a directory with the appropriate permissions for a user, I'm going to read around and try to learn some command's and stuff but if anyone could tell me how to do it with an example Syntax I'd appreciate it

    Laterz,

    JamesX110.....................................

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    ' mkdir blah '
    ' chown partimag blah '
    ' chmod u+rwx blah '
    ' ls -l blah '

    --More help can be found at my linuxtips site, look at the "www" icon at the bottom of my post. It's under "File manipulation" (but really should be in Changing file permissions; darn, I gotta reorg my website.)

    Quote Originally Posted by JamesX110
    Thanks rfc0815 I'll give it a try...............

    However I'm new to Linux and don't know how to create a directory with the appropriate permissions for a user, I'm going to read around and try to learn some command's and stuff but if anyone could tell me how to do it with an example Syntax I'd appreciate it

    Laterz,

    JamesX110.....................................

  6. #6
    Junior Member
    Join Date
    Sep 2003
    Posts
    6
    Thanks everyone, it's working perfectly now

    I'm new to Linux and am eager to ditch my Micro$haft OS as soon as I get to grips with Linux, but one thing I've learn't is that nothing is better than the Linux community for help and support

    I have only posted into Linux forums on the internet a couple of times for help but in nearly all cases I get a reply within minutes, that is spot on and sorts my issues out

    Thanks................ laterz,

    JamesX............................................ ......................................

  7. #7
    Junior Member
    Join Date
    Dec 2004
    Location
    Montreal, QC
    Posts
    3

    chown: ... Operation not permitted

    I'm a beginner/idiot trying his best to his his way into linux.

    I was making the attempt to do the same procedure as the individual bove. I created a FAT32 partition (hda10) on the server machine to save the ghosted image, ran knoppix on the client machine fine, and ran into the uname and password issue. Attempting to create a directory and set permissions for the partimag user generated the following:

    root@ttyp1[home]# chown partimag /mnt/hda10/home
    chown: changing ownership of `/mnt/hda10/home': Operation not permitted

    I'm out of ideas since I've had ZERO experience with linux up until today, so if someone could help I'd really appreciate it...

    Oh, I'm using the CD version of Knoppix on both machines btw. That's probably the source of my issue, but i can't see why.

  8. #8
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041

    Re: chown: ... Operation not permitted

    --The problem you're experiencing is because FAT32 doesn't do permissions. Switch to a Linux-based partition/filesystem instead, like reiserfs (backup anything on HDA10 1st unless it's empty):

    ' umount /dev/hda10 '
    ' mkreiserfs /dev/hda10 '
    ' mount /mnt/hda10 -onotail,noatime ' == This *should* work but you might want to put those options in /etc/fstab...

    ' mkdir -p -v /mnt/hda10/home '
    ' chown partimag /mnt/hda10/home '
    ' ls -al /mnt/hda10 '

    --Lemme know if it works.

    Quote Originally Posted by ejohns11
    I'm a beginner/idiot :wink: trying his best to his his way into linux.

    I was making the attempt to do the same procedure as the individual bove. I created a FAT32 partition (hda10) on the server machine to save the ghosted image, ran knoppix on the client machine fine, and ran into the uname and password issue. Attempting to create a directory and set permissions for the partimag user generated the following:

    root@ttyp1[home]# chown partimag /mnt/hda10/home
    chown: changing ownership of `/mnt/hda10/home': Operation not permitted

    I'm out of ideas since I've had ZERO experience with linux up until today, so if someone could help I'd really appreciate it...

    Oh, I'm using the CD version of Knoppix on both machines btw. That's probably the source of my issue, but i can't see why.

  9. #9
    Junior Member
    Join Date
    Dec 2004
    Location
    Montreal, QC
    Posts
    3

    RE:

    I had that feeling about FAT32 but i thought that things might be a little different since I was using linux.

    One question before I proceed: will I be able to restore the backup to the client machine? It's NTFS and I know there have been some complications when it comes to writing to that file system from a linux based machine. I don't wanna wipe the client machine clean and never have the chance to go back to my old setup because i have a ghost that I can't even use.

    Thanks,
    E

  10. #10
    Junior Member
    Join Date
    Dec 2004
    Location
    Montreal, QC
    Posts
    3

    Possible solution

    Looks like I may have found my own solution.

    Ghost to ReiserFS and then use Yareg - a ReiserFS partition explorer tool - to copy the data back to any windows based file system you want. It's found here:

    http://yareg.akucom.de/

    Just posting in case anyone runs into the same problem I do.

    E

Page 1 of 2 12 LastLast

Similar Threads

  1. Partimage - won't
    By MickKi in forum General Support
    Replies: 3
    Last Post: 03-21-2005, 03:00 PM
  2. partimage
    By deejay in forum MS Windows & New to Linux
    Replies: 0
    Last Post: 01-11-2005, 11:22 AM
  3. Partimage and DVD writer, please help!
    By phsieh in forum General Support
    Replies: 2
    Last Post: 08-04-2004, 03:03 PM
  4. Partimage can't use LVM
    By Simba in forum General Support
    Replies: 2
    Last Post: 05-02-2003, 08:44 PM
  5. Using PartImage w/ Knoppix
    By SideWynder in forum General Support
    Replies: 0
    Last Post: 02-06-2003, 09:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Intel Core i7-7700 3.6 GHz 8 GT/s LGA 1151 Desktop CPU Processor SR338 picture

Intel Core i7-7700 3.6 GHz 8 GT/s LGA 1151 Desktop CPU Processor SR338

$39.99



LOT OF 4   Intel Core i5-10505 6-Core 3.2GHz SRH38 CPU Processor picture

LOT OF 4 Intel Core i5-10505 6-Core 3.2GHz SRH38 CPU Processor

$349.95



INTEL CORE I5-11600 2.80GHZ PROCESSOR | SRKNW picture

INTEL CORE I5-11600 2.80GHZ PROCESSOR | SRKNW

$109.99



Intel Core i7-11700F SRKNR 2.5GHz 8-Core 16MB CPU Processor Socket LGA1200 picture

Intel Core i7-11700F SRKNR 2.5GHz 8-Core 16MB CPU Processor Socket LGA1200

$149.99



AMD Ryzen 5 5600X 6-Core 3.7GHz Socket AM4 CPU Processor w/ AMD Cooler picture

AMD Ryzen 5 5600X 6-Core 3.7GHz Socket AM4 CPU Processor w/ AMD Cooler

$125.00



AMD RYZEN 5 3600 PROCESSOR | 3.60GHZ | 100-000000031 picture

AMD RYZEN 5 3600 PROCESSOR | 3.60GHZ | 100-000000031

$59.99



Intel Core i7-9700 Octa-Core 3 GHz Desktop Processor LGA 1151 picture

Intel Core i7-9700 Octa-Core 3 GHz Desktop Processor LGA 1151

$79.99



INTEL CORE i7-7700K 4.20GHz CPU QUAD CORE Processor SR33A *km picture

INTEL CORE i7-7700K 4.20GHz CPU QUAD CORE Processor SR33A *km

$66.99



Intel Core i5-7500 Processor (3.4 GHz, 4 Cores, LGA 1151) - SR335  picture

Intel Core i5-7500 Processor (3.4 GHz, 4 Cores, LGA 1151) - SR335

$11.89



INTEL CORE I7-870 SLBJG 2.93GHZ LGA1156 4 CORE CPU PROCESSOR picture

INTEL CORE I7-870 SLBJG 2.93GHZ LGA1156 4 CORE CPU PROCESSOR

$23.00