-1

I am using mediainfo in a bash script to compile and spit out some info into a .csv. I have two separate hard drives on the mac I am using and I usually run the script on the main hard drive with everything on it. I recently ran out of room and am now needing to run the script on folders in my second internal hard drive. When it gets to the mediainfo portion of the script it waits and waits and does nothing. It never errors out and looks like it is running (for hours) but I get no result.

Do I need to copy mediainfo to the second drive?

It also did the same when I tried to run the script on a folder within an external hard drive. Any feedback would be greatly appreciated.

4

1 回答 1

0

您需要mediainfo在第二个驱动器上复制什么?如果驱动器连接到 PC 并被系统使用,它应该被系统及其程序看到。因此,您只需尝试将该mediainfo应用程序用于第二个驱动器等。

也尝试df中使用,它会显示系统中使用的驱动器以及可用空间:

df
于 2014-02-13T07:05:20.030 回答