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*
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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*
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?
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.
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?
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.
just kicks me out at mount -h
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.