Menu

Not exactly sure where I went wrong...

Help
2010-05-17
2013-04-05
  • Public Relation

    Public Relation - 2010-05-17

    append initrd=/live/initrd.img boot=live union=aufs    ocs_prerun=" mount -t cifs -o username=guest, pass=1234,domain=sbs-124-12.local //10.0.0.10/data/phil /home/partimag" noswap nolocales edd=on noprompt ocs_live_run="ocs-sr -q2 -c -j2 -z1p -i 2000 -p true savedisk phil-img sda" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=785 nosplash

    for some reason it wont take…. help?

     
  • Public Relation

    Public Relation - 2010-05-17

    To clarify, I am trying to make an automated thumb drive. This not my strong suite. After the thumb drive s fully automated its a small hop and skip over to a full office automated PXE backup system.  Just need the right script in the syslinux.cfg.
    My situation is interesting, I come into the office at least once a month to find a blue screen of death, *sigh*.  I ask what happened and this is what I get, " I thought I got a virus so I started deleting stuff."  *face palm*

     
  • Public Relation

    Public Relation - 2010-05-17

    append initrd=/live/initrd.img boot=live union=aufs dodhcp quiet noswap nolocales edd=on noprompt ocs_live_run="mount -t cifs username=plandreth password=musicallittle1 domain=sbs-cds-md.local //10.0.0.10/data/philip/home/partimag" osc_live_run"ocs-sr -q2 -j2 -z1p -i 2000 -p true savedisk TACOCAT sda" video=uvesafb:mode_option=1024x768-32 ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" nosplash

    Well I am getting closer but I cannot mount the drive. help anyone?

     
  • Steven Shiau

    Steven Shiau - 2010-05-19

    Did you mean this command "mount -t cifs username=plandreth password=musicallittle1 domain=sbs-cds-md.local //10.0.0.10/data/philip/home/partimag" failed?
    Any error message?
    Actually I am not sure if this is a typo there. If not, I believe you should use "ocs_prerun" instead of "ocs_live_run", i.e.:
    ocs_prerun="mount -t cifs username=plandreth password=musicallittle1 domain=sbs-cds-md.local //10.0.0.10/data/philip/home/partimag"

    Steven.

     
  • Public Relation

    Public Relation - 2010-05-19

    I tryed with prerun and still kicks me out at either a login or mount -h.

    I have got a  working one but it uses NFS (not prefered)
    append initrd=/live/initrd.img boot=live union=aufs hostname=karmic quiet noswap nolocales edd=on noprompt ocs_live_run="ocs-sr -mp 10.0.0.10:/data/philip -q2 -j2 -z1p -i 1000000 -p reboot savedisk philip.img sda" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" nosplash dodhcp
    this will do the full automated backup but have to use NFS any thoughts?

     
  • Steven Shiau

    Steven Shiau - 2010-05-22

    So if "mount -t cifs username=plandreth password=musicallittle1 domain=sbs-cds-md.local //10.0.0.10/data/philip/home/partimag" fails, any error message?

    Steven.

     
  • Public Relation

    Public Relation - 2010-05-22

    just kicks me out at mount -h

     
  • Steven Shiau

    Steven Shiau - 2010-05-23

    So first try to:
    1. Boot Clonezilla
    2. Enter command line prompt,
    3. sudo -i
    4. Configure the network by running:
        prep-ocsroot
    5. Run the above command to make sure if it works or not. If not, try to tune the parameters to the correct ones.
    Steven.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.