I'm successfully created some bootable Clonezilla live usb sticks to create and get images from a samba share.
However, the user and pass (for the samba share) are visible which is pretty much a no go.
Is there a way to mask these or some workaround?
BTW, thanx for the asesome Work!!
AchillesK.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"the user and pass (for the samba share) are visible which is pretty much a no go." -> I would like to know that if it could be done with mount command.
Thanks.
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
These are the settings I'm using atm. But is there a way to somehow mask the credentials or use another way to login into the share?
I really dont want the username and password to be read by anyone.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone
I'm successfully created some bootable Clonezilla live usb sticks to create and get images from a samba share.
However, the user and pass (for the samba share) are visible which is pretty much a no go.
Is there a way to mask these or some workaround?
BTW, thanx for the asesome Work!!
AchillesK.
Could you share the coding you used?
"the user and pass (for the samba share) are visible which is pretty much a no go." -> I would like to know that if it could be done with mount command.
Thanks.
Steven.
Hi again
append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="mount -t cifs -o user=xyz,password=xyz //192.168.178.200/images/mul /home/partimag" ocs_live_run="ocs-sr -batch -g auto -e1 auto -e2 -r -j2 -p reboot restoredisk live_image sda" ocs_live_batch="no" keyboard-layouts="de" locales="de_DE.UTF-8" vga=788 toram=filesystem.squashfs nosplash
These are the settings I'm using atm. But is there a way to somehow mask the credentials or use another way to login into the share?
I really dont want the username and password to be read by anyone.
Thanks Achilles K. That fixed my issue!
Do you have one for savedisk?
Hi Bret
append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="mount -t cifs -o user=xyz,password=xyz //192.168.178.200/archive /home/partimag" ocs_live_run="ocs-sr -q2 -batch -j2 -rm-win-swap-hib -z1p -p true savedisk ask_user sda" ocs_live_batch="no" keyboard-layouts="de" locales="de_DE.UTF-8" vga=788 toram=filesystem.squashfs nosplash
This one saves sda, removes swap from windows, ask for the image name and reboots if successful.
I hope this is the one you wanted
Achilles
Awesome Thanks again!