On Tuesday 14 July 2015 09:31:10 you wrote: > Hi guys! > I have a Linux client with Cristie TBMR installed on it. TBRM requires that > /dev is backed up which is normally excluded by the Linux BA client. To > force this backup I need to add the virtualmountpoint parameter to the > dsm.sys file which I did: /dev is a virtual file system that only exist in memory. Check the output of the mount command:
udev on /dev type devtmpfs (rw,mode=0755) I'm pretty sure you don't need /dev for restore since it's build up dynamically by udev during boot and while loading kernel modules. Stef
