The error
[Errno 28] No space left on device
Tried to run
FastQ
The actual command
python /shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/fastqc/3fdc1a74d866/fastqc/rgFastQC.py -i "/export/galaxy-central/database/files/000/dataset_1.dat" -d "/export/galaxy-central/database/job_working_directory/000/73/dataset_79_files" -o "/export/galaxy-central/database/files/000/dataset_79.dat" -t "/export/galaxy-central/database/files/000/dataset_80.dat" -f "fastq" -j "Illumina iDEA Datasets (sub-sampled)/BT20 paired-end RNA-seq subsampled (end 1)"
Context Running Galaxy from Hyper-V on a Windows 10. The Docker image is https://github.com/bgruening/docker-galaxy-stable. Started the image from Kitematic with volumes mounted /var/lib/docker, /data, /export
While looking on the system, I noticed that all mounted drives apear as full
#df -a
Filesystem 1K-blocks Used Available Use% Mounted on
none 57830428 11706668 43163020 22% /
tmpfs 1006672 0 1006672 0% /dev
tmpfs 1006672 1006672 0 100% /data
tmpfs 1006672 1006672 0 100% /export
/dev/sda2 57830428 11706668 43163020 22% /etc/resolv.conf
/dev/sda2 57830428 11706668 43163020 22% /etc/hostname
/dev/sda2 57830428 11706668 43163020 22% /etc/hosts
tmpfs 1006672 1006672 0 100% /var/lib/docker
tmpfs 1006672 0 1006672 0% /proc/kcore
tmpfs 1006672 0 1006672 0% /proc/timer_list
tmpfs 1006672 0 1006672 0% /proc/sched_debug
Is this a detection error because of the mounted drives? Any ideas on how to fix/trick the system?
EDIT : edited title to mentioned that my volumes are mounted into Windows (so not even in the VM)
Since you're using Kitematic, I assume you're running OS X with the hypervisor. What happens if you run Linux instead? I wonder if the inceptionesque windows->OSX->linux setup is causing the problem with limited volume sizes.
Alternatively, what sort of settings are you giving your hypervisor?
i was using windows 10 and yes it runs ok on linux, but i made a data container for the linux machine not volumes mounted directly through kitematic. still, i was curios what would be the issue...
Good question, I unfortunately don't know.