AROS World Exec
Development => AROS Software Development => Topic started by: AMIGASYSTEM on April 26, 2023, 05:11:42 AM
-
I'm trying to compile the "C" source of "UnMount", but I'm getting some error, could someone correct this source so that I can compile it on AROS x86?, thanks
http://aminet.net/package/disk/misc/unmount-0.1
-
whats the difference to
assign devname: dismount
?
-
I'm trying to compile the "C" source of "UnMount", but I'm getting some error, could someone correct this source so that I can compile it on AROS x86?, thanks
http://aminet.net/package/disk/misc/unmount-0.1
It doesn't like the enum items which don't have values assigned. That's my guess.
-
whats the difference to
assign devname: dismount
?
I know the "Assign DOSVOLUME: dismount" and "Assign DOSVOLUME: remove" commands.
I use those commands on AmigaOS/WinUAE see attached video, but unfortunately they don't work if I have to dismount a shared volume "SMB2" on VMvare, error "Volume in use", that's why I wanted to try UnMount, maybe it can do it !
https://www.youtube.com/watch?v=VCT0EdKSN6w
-
It doesn't like the enum items which don't have values assigned. That's my guess.
Thanks, I hope someone will make it compatible !
-
I've made it compilable. It's probably not of much help because it does the same thing as ASSIGN DISMOUNT. It sends an ACTION_DIE message.
-
Thanks Mazze, i managed to compile your source on AROS One x86, but you were right, I get the same message.
I need to check if the problem is only on Virtual Machines or if it also happens on Native AROS x86.
Disconnecting the shared folder/network unit was important, basically SMB2 stops working after about 15 minutes if it is not used.