What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Same outcome :( :

Code:
ASUSWRT-Merlin RT-AX88U 384.8-2 Sat Dec  8 18:21:59 UTC 2018
admin@RT-AX88U-E390:/tmp/home/root# umount -f /tmp/mnt/RT-AX88U
umount: can't unmount /tmp/mnt/RT-AX88U: Device or resource busy
admin@RT-AX88U-E390:/tmp/home/root#
Try the same command just remove the /tmp part. It should be /mnt/RT-AX88U
 
Try the same command just remove the /tmp part. It should be /mnt/RT-AX88U

argh! lol

Code:
ASUSWRT-Merlin RT-AX88U 384.8-2 Sat Dec  8 18:21:59 UTC 2018
admin@RT-AX88U-E390:/tmp/home/root# umount -f /mnt/RT-AX88U
umount: can't unmount /tmp/mnt/RT-AX88U: Device or resource busy
admin@RT-AX88U-E390:/tmp/home/root#
 
argh! lol

Code:
ASUSWRT-Merlin RT-AX88U 384.8-2 Sat Dec  8 18:21:59 UTC 2018
admin@RT-AX88U-E390:/tmp/home/root# umount -f /mnt/RT-AX88U
umount: can't unmount /tmp/mnt/RT-AX88U: Device or resource busy
admin@RT-AX88U-E390:/tmp/home/root#
Are you able to reboot the router?
 
If you know how to format drives directly without using amtm then simply disable jffs on router, reboot it and you can do the unmount easily.
 
If you can reboot with the drive left in.
 
I'll rebo
If you can reboot with the drive left in.

I was just about to reply with the same suggestion. Doing it now :)
 
If you know how to format drives directly without using amtm then simply disable jffs on router, reboot it and you can do the unmount easily.

Yeah, I have tried that. I'll try another USB Drive soon. Out an about atm.


Sent from my iPhone using Tapatalk Pro
 
With Enable JFFS custom scripts and configs on and using amtm to format new USB Drive:

Code:
Formatting /tmp/mnt/KINGSTON now!

 Unmounting device(s)
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy

  Filesystem(s) did not unmount
  See error above for reason

Without Enable JFFS custom scripts and configs on and using CLI:

Code:
admin@RT-AX88U-E390:/tmp/home/root# umount -f /tmp/mnt/KINGSTON
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy
admin@RT-AX88U-E390:/tmp/home/root# umount -f /mnt/KINGSTON
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy

I'm lost. I have no idea why this is occurring.

I might use Parallels (VM) on my iMac and install Debian, and format it that way.
 
With Enable JFFS custom scripts and configs on and using amtm to format new USB Drive:

Code:
Formatting /tmp/mnt/KINGSTON now!

 Unmounting device(s)
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy

  Filesystem(s) did not unmount
  See error above for reason

Without Enable JFFS custom scripts and configs on and using CLI:

Code:
admin@RT-AX88U-E390:/tmp/home/root# umount -f /tmp/mnt/KINGSTON
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy
admin@RT-AX88U-E390:/tmp/home/root# umount -f /mnt/KINGSTON
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy

I'm lost. I have no idea why this is occurring.

I might use Parallels (VM) on my iMac and install Debian, and format it that way.
Is Samba enabled? Maybe that prevents the unmount. It usually is with new firmware installation (file sharing or some such).
 
Isn't AMTM installed directly to /jffs/scripts/? I don't believe that an EXTx formatted drive is necessary for its initial installation.
It sure is. That's why the disk formatter is part of amtm and not Diversion.
 
With Enable JFFS custom scripts and configs on and using amtm to format new USB Drive:

Code:
Formatting /tmp/mnt/KINGSTON now!

 Unmounting device(s)
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy

  Filesystem(s) did not unmount
  See error above for reason

Without Enable JFFS custom scripts and configs on and using CLI:

Code:
admin@RT-AX88U-E390:/tmp/home/root# umount -f /tmp/mnt/KINGSTON
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy
admin@RT-AX88U-E390:/tmp/home/root# umount -f /mnt/KINGSTON
umount: can't unmount /tmp/mnt/KINGSTON: Device or resource busy

I'm lost. I have no idea why this is occurring.

I might use Parallels (VM) on my iMac and install Debian, and format it that way.

Without JFFS enabled see if you can unmount the drive using web UI and then do the formatting manually.
 
Without JFFS enabled see if you can unmount the drive using web UI and then do the formatting manually.

Done, solved. All I had to do in Network Map>USB 3.0 Device was click on the mounted USB Device and in the "Information" tab click "Safely Remove disk" ... of course that unmounted the USB Drive.

Code:
admin@RT-AX88U-E390:/tmp/home/root# mke2fs -t ext4 -O ^has_journal /dev/sda1
mke2fs 1.42.13 (17-May-2015)
/dev/sda1 contains a vfat file system labelled 'KINGSTON'
Proceed anyway? (y,n) y
Creating filesystem with 7568400 4k blocks and 1892352 inodes
Filesystem UUID: 11f6b30c-2692-401b-b5c1-1a8608952b59
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
        4096000

Allocating group tables: done                         
Writing inode tables: done                         
Writing superblocks and filesystem accounting information: done

Thank you @Asad Ali

Edit: Everything is installed and working. My LAN is Ad free, and Skynet is working well.
 
Last edited:
@thelonelycoder I see what you mean, the whitelist will become second nature for me after updating the Large blocking list.

Screen Shot 2019-01-26 at 2.51.07 pm.png
 
@thelonelycoder, can you please add option "e" within the menu d->3? There are already options "1" for yes and "2" for no, but adding "e" would make the interface more consistent among different screens.
Sure, will be coming in the next update.
Thanks for pointing out the inconsistency.
 
What is the actual devices name, is it indeed "___RT-AX88U___"?

I do not know why, when I named the thumb drive RT-AX88U, the ____ were added to each side. Strange. The actual Router is named RT-AX88U E90 (something like that).

Edit: RT-AX88U-E390

Sent from my iPhone using Tapatalk Pro
 
Last edited:

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top