I have provisioned custom boot on clonezilla USB sticks before. However this is the first time I have specifically dealt with the UEFI version that uses the Grub boot loader and grub.cfg file. Using AMD64 Alt build for UEFI Secure Boot<\/p>\n
I am attempting to mount my synology over SMB. Which I have completed successfully in the past.<\/p>\n
If I use the mount command in ocs_prerun I recieve an error that “-t” command not found<\/p>\n
ocs_prerun1=“sleep 2” ocs_prerun2=“mount -t cifs -o user=ghost,password=****** //10.200.X.X/ghost<\/a> /home/partimag” ocs_prerun4=“sleep 10”<\/p>\n Attempted fixes: sudo mount, /bin/mount…, removal of -t cifs -o, handful of others I am forgetting<\/p>\n If I attempt to use the ocs_repository command as I have in the past. Clonezilla appears to ignore it unless I add /home/partimag to the end, which was not previously required. However after confirming I want to mount this location. I receive an error message. Obviously from the error it is looking for a folder that doesn’t exist, but clonezilla ignores this line without the added /home/partimag in the repository line.<\/p>\n Mounting Samba Server by: LC_ALL=C mount -t cifs “//10.200.x.x/ghost<\/a> /home/partimag” /home/partimag -o user=“ghost,password=xxxxx”<\/p>\n Mount Error95 operation not supported refer to the mount.cifs(8) manual page<\/p>\n Just curious if anyone else has run into something like this and has found a solution<\/p>","upvoteCount":4,"answerCount":4,"datePublished":"2018-08-07T19:23:00.000Z","author":{"@type":"Person","name":"spiceuser-ufoyo","url":"https://community.spiceworks.com/u/spiceuser-ufoyo"},"suggestedAnswer":[{"@type":"Answer","text":" I have provisioned custom boot on clonezilla USB sticks before. However this is the first time I have specifically dealt with the UEFI version that uses the Grub boot loader and grub.cfg file. Using AMD64 Alt build for UEFI Secure Boot<\/p>\n I am attempting to mount my synology over SMB. Which I have completed successfully in the past.<\/p>\n If I use the mount command in ocs_prerun I recieve an error that “-t” command not found<\/p>\n ocs_prerun1=“sleep 2” ocs_prerun2=“mount -t cifs -o user=ghost,password=****** //10.200.X.X/ghost<\/a> /home/partimag” ocs_prerun4=“sleep 10”<\/p>\n Attempted fixes: sudo mount, /bin/mount…, removal of -t cifs -o, handful of others I am forgetting<\/p>\n If I attempt to use the ocs_repository command as I have in the past. Clonezilla appears to ignore it unless I add /home/partimag to the end, which was not previously required. However after confirming I want to mount this location. I receive an error message. Obviously from the error it is looking for a folder that doesn’t exist, but clonezilla ignores this line without the added /home/partimag in the repository line.<\/p>\n