Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dynamix File Manager

Featured Replies

  • Author

Good point, I will rename it "Search pattern" as per your suggestion.

Thanks

 

  • Replies 548
  • Views 247.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I am happy to announce that the next version of DFM has scheduled jobs. This feature allows to create one or more tasks and put them in a queue, which can be executed upon request. This vers

  • Version 2023.03.23b of the Dynamix File Manager has the following enhancements Close icon at the top right of the dialog box is replaced by a Minimize icon, this should make it clearer that ru

  • What I like to see in a future release:   1.) The breadcrumbs disallows copy&pasting the path: Without plugin: Maybe you could add a "copy to clipboard" feature or

Posted Images

When opening the menu on the right there seems to currently be no way to close it again, clicking outside of it just leaves it there, obscuring the + icons for files below it. Have to change page and come back.

 

image.png.e798e96267fbed6b4c7aeca034194b1c.png

  • Author

I am happy to announce that the next version of DFM has scheduled jobs.

This feature allows to create one or more tasks and put them in a queue, which can be executed upon request.

This version is a major rework to make everything possible. Quite a lot of effort was put in developing and testing to ensure correct operation is in place, but please report anything unusual.

 

image.png

 

Once the queue contains operational tasks, these can be viewed by clicking on the JOBS button.

 

image.png

 

Clicking the JOBS button opens a new window, which shows the scheduled jobs in the queue.

 

image.png

 

The user may delete any unwanted jobs before starting, therefor select the jobs to be deleted and then click DELETE, this will reorganize the list or make the list empty when selecting and deleting all scheduled jobs.

 

Click  START to begin the schedule.

Jobs are executed in the order they appear and the next job starts when the previous job is completed.

There is no check for correlation between jobs, it is the responsibility of the user to make sure jobs do not interfere with each other. Once started, progress can be followed in the footer.

 

image.png

 

Press the DFM icon to open the current job and see the details of the operation.

 

image.png

 

To hide the window click the minimize icon at the top right and progress goes back again to the footer.

 

When you CANCEL the job, then the current job terminates, but other jobs in the queue stay there (the queue is not emptied) and the remaining jobs can be started or revised by following the steps as explained before.

 

Hope you like this new addition :)

 

 

 

On 8/27/2022 at 3:39 AM, bonienl said:

Names highlighted in red mean they exist more than once.

The location column shows on which disks the same name exists.

Would love to see similar color added to directories which exist more than once.

  • Author
9 hours ago, schreibman said:

Would love to see similar color added to directories which exist more than once.

 

It is normal for directories to appear more than once, shares can exist on multiple disks.

 

On 4/8/2023 at 11:12 PM, Kilrah said:

When opening the menu on the right there seems to currently be no way to close it again, clicking outside of it just leaves it there, obscuring the + icons for files below it. Have to change page and come back.

 

image.png.e798e96267fbed6b4c7aeca034194b1c.png

Same situation with me on Firefox, Edge and Chrome on windows 10 (all last versions)

Edited by Mario Coelho

Hi there.

 

I have a problem.

I started a file-movement from one to another disc last night.

This morning i recogniced, that there is still device-activity active.

 

image.png.ede4d0bf4002d8e8d43eddbc34468109.png

 

 

There was an idication at the bottom when i entered the DFM via a "browse"-button on the main page.

It was all red and i don't know exactly, that it was saying :(

Something like "cannot display ETA, speed, percentage done .. "

 

Now there isn't any indication at the bottom mentioned, that the plugin is still active.

 

Does the plugin have a log-file to analyse?

Do I miss something, where I can see "still active" file-movement in the Plugin?

 

Greetings

 

  • Author

There is no log file, but as long as the background process is running you should be able to see the progress.

Click on the DFM icon on the top right to open the file manager, if there is still activity it should display that at the bottom.

 

1 hour ago, bonienl said:

Click on the DFM icon on the top right to open the file manager, if there is still activity it should display that at the bottom.

 

 

Sadly I am not seeing an activity.

I did not do another thing insteaad of starting the mover :/

Something is still moving files.

 

I changed disc-writing to turbo-mode.

It speeds up the progress a little.

But aktually I am not shure, what is speeding up.

 

image.thumb.png.7a98e631d50f44eb9a2930a9f86b226c.png

 

Is there a way to see via terminal, if DFM is still active?

Does DFM use rsync underneath?

  • Author

Internally DFM uses these files. When these files are not present there is no current job.

 

/var/tmp/file.manager.active : indicates the current job it is executing

/var/tmp/file.manager.status : shows status details of the current job while executing

/var/tmp/file.manager.error : exists only after the job has finished or terminated with an error

 

File copy and file move operations use rsync or mv depending on source and destination (DFM has something called "smart move")

When you move from one disk to another disk, it will use rsync

Thanks for the reply.

 

Seems DFM is for sure not active.

 

Than what process is accessing the discs I use with the DFM before 😳

image.png

Feature Request

- Do not use file extensions to open files in the editor. Instead open all non-binary files in the editor.

 

Example:

if [[ $(find "$file" -type f -size -100M -exec grep --files-with-matches --binary-files=without-match '' {} \;) ]]
  # open file with editor
fi

 

What it does:

- "find -type f -size -100M" allows only to open files which are smaller than 100M

- "grep --files-with-matches --binary-files=without-match" skips binary files

 

 

6 minutes ago, mgutt said:

Feature Request

- Do not use file extensions to open files in the editor. Instead open all non-binary files in the editor.

There is no meaning to any file extension in Linux.  The only thing that will allow a file to be executed is that the 'x' bit in the 'rwx' permissions to be set.  Even that bit being set does not mean that the file is 'binary', it could well be a executable script (Example-- A BASH script).  A script file is a simple text file!  Those script  files have to have the 'x' bit set or BASH will not run the script.   (I can remember when old UNIX security measures recommended that no file ever be saved with the execute bit set.  The bit had to be manually set by the user as a debilitate act.  I can remember having to do that with the final output file from a C-compiler so I could test it!  Apparently, this is no longer the case...)  

 

Let's consider another common file extension--.zip.  Do you really want to open that file in a simple text editor?   How about Windows word .DOC file?  The list could go on and on...

 

 

 

On 4/23/2023 at 5:33 PM, Frank1940 said:

Let's consider another common file extension--.zip.  Do you really want to open that file in a simple text editor?

Every non-text file is a binary file. So zip, doc, etc is binary. And my suggestion means NOT to use extensions in contrast how the plugin currently works. See the above code example, which makes it clear how I would realize it.

Why does it keep loading after clicking?There is no change

Please help me, thank you!

问题.png

  • Author

Can you logout, then wait 1 minute and login again.

 

Another thing to try: switch to English GUI and see if it loads.

 

 

On 4/10/2023 at 5:21 AM, bonienl said:

I am happy to announce that the next version of DFM has scheduled jobs.

This feature allows to create one or more tasks and put them in a queue, which can be executed upon request.

This version is a major rework to make everything possible. Quite a lot of effort was put in developing and testing to ensure correct operation is in place, but please report anything unusual.

 

image.png

 

Once the queue contains operational tasks, these can be viewed by clicking on the JOBS button.

 

image.png

 

Clicking the JOBS button opens a new window, which shows the scheduled jobs in the queue.

 

image.png

 

The user may delete any unwanted jobs before starting, therefor select the jobs to be deleted and then click DELETE, this will reorganize the list or make the list empty when selecting and deleting all scheduled jobs.

 

Click  START to begin the schedule.

Jobs are executed in the order they appear and the next job starts when the previous job is completed.

There is no check for correlation between jobs, it is the responsibility of the user to make sure jobs do not interfere with each other. Once started, progress can be followed in the footer.

 

image.png

 

Press the DFM icon to open the current job and see the details of the operation.

 

image.png

 

To hide the window click the minimize icon at the top right and progress goes back again to the footer.

 

When you CANCEL the job, then the current job terminates, but other jobs in the queue stay there (the queue is not emptied) and the remaining jobs can be started or revised by following the steps as explained before.

 

Hope you like this new addition :)

 

 

 

 

I want to give you a huge thanks here- I don't really use my UnRaid server other than to manage a lot of rather large media files, and without the internal file utility it is pretty much useless to me. Rather than transfer one file at a time, wait 15mins, then transfer another I can setup all my jobs at once and walk away. 

 

This is what makes the UnRaid community special- on other NAS suites I'd have to run a docker to do the same thing, and this is so much easier and takes up a lot less resources.

hi,

 

is it possible to include a column in explorer to view if a file is hardlinked? (similar to "ls -al")

 

thanks

Small BUG-Report:

 

I am using latest stable Unraid 6.11.5 together with latest Dynamix File manager.

I think I found a small bug:

 

Being in the Dynamix file manager GUI on the Unraid server, I used "upload" tab to copy an ISO file from a client PC to the Unraid ISO share. It worked without any issue, but I saw that the speed indication next to the percentage of already copied data is wrong

The speed indication shows kB/s which is wrong

Correct should be MB/sec

with kByte/sec speeds, the copy would take hours and hours... but in reality it was quickly finshed...

 

Thanks for the nice filemanager plug-in

  • 3 weeks later...

Hello, looking for a little advice on how to use this plugin to suit my needs.

Current I have two copies of the same folder on two different disks for one reason or another I am not sure which one is the most recent so I would like to simply 'move' folder from disk 1 over to folder a in disk 2. However, even when I click on overwrite existing files it seems to create a new folder with the exact same name which is no what I would expect. See screenshot and folders 12 and 13 on the right widnow.

Also I have search everywhere, what does the 'use sparse option' do. I cant find it being mentioned here and the documentation one page one appears to be out of date.

Any clarity one the above would be appreciated. 

image.thumb.png.00f895e311bed889ff496dd7d8f732ee.png

Cheers 

There can't be 2 folders with the same name in the same location so likely there's a different character in the 2 names (note it's case-sensitive too). Maybe list in terminal, might be more obvious there

2 hours ago, Kilrah said:

There can't be 2 folders with the same name in the same location so likely there's a different character in the 2 names (note it's case-sensitive too). Maybe list in terminal, might be more obvious there

Hi. There appears to be from what I can see. Anyways, can you help with my questions above. How can I copy from one disk to another and overwrite the same folders without creating a duplicate?

Also what does the  'use sparse option' do?
Thanks

 

image.png

Edited by mrmint

As said that can't be so look in terminal, the GUI might be hiding a difference. If different then fix that so they're the same then it'll work.

 

Sparse is for files e.g VM vdisks that are allocated as sparse, i.e. even if the file is supposed to be 100GB it'll only use what's actually needed until all of it gets actually used, saves space. Copying without the sparse option would make them use the full size, the option however retains the savings.

I can't move to unlimited Directory Level.

For example /mnt/disk3/Backup_folder/Daten/user/Client move /mnt/disk1/Backup_folder/Daten/ ended there. I can't selected underlying directory level /user/ or /user/Client

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.