You are not logged in. Log in
|
![]() |
Reading Mark6 dataFrom $1Table of contentsUse vdifuse in order to mount recorded diskpacks. Preparationvdifuse needs a mount point for the diskpack content (e.g. /mnt/diskpack). As user root: mkdir /mnt/diskpack mkdir /mnt/diskpack/stream1 mkdir /mnt/diskpack/stream2 mkdir /mnt/diskpack/group chmod -R a+rwx /mnt/diskpack Stopping the scheduleNot sure if this is neccessary (Geoff?) but before mounting the modules it is probably safer to stop the recording schedule and close the module group:
group=close:1234 Mounting the module groupthe module content can be mounted in different ways:
mounting the 4 module groupas user oper: vdifuse -a test.cache -xm6sg /mnt/diskpack/group /mnt/disks/?/?/data the 2-thread vdif files will be visible under /mnt/diskpack/group/sequences/{expname}/{stationcode} mounting subgroupsas user oper: vdifuse -a test.cache -xm6sg /mnt/diskpack/stream1 /mnt/disks/[12]/?/data vdifuse -a test.cache -xm6sg /mnt/diskpack/stream2 /mnt/disks/[34]/?/data the single-thread vdif files will be visible under /mnt/diskpack/stream1/sequences/{expname}/{stationcode} /mnt/diskpack/stream2/sequences/{expname}/{stationcode} Unmountingas user oper: depending on the way the modules were mounted: fusermount -u /mnt/diskpack/group or fusermount -u /mnt/diskpack/stream1 fusermount -u /mnt/diskpack/stream2
Tags: (Edit tags)
|
Powered by MindTouch Core |