Automating mounting of ISO images

Chuck Swiger cswiger at mac.com
Wed Mar 23 21:17:47 UTC 2011


On Mar 23, 2011, at 1:06 PM, Ryan Coleman wrote:
> I am also trying to make the directories right before the attempt to mount the image (a 'duh' moment just now). 
> So I'd like to have just the filename, not the full path, made as a folder... 

Ah, yes-- add "mkdir -p /mount/office_files/images/${DEST}" before the mount command.
Someone else mentioned a use of basedir command....

Regards,
-- 
-Chuck



More information about the freebsd-questions mailing list