AROS World Exec

Development => AROS Software Development => Topic started by: AMIGASYSTEM on April 26, 2023, 05:11:42 AM

Title: UnMount
Post 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
Title: Re: UnMount
Post by: jacko on April 26, 2023, 11:55:31 AM
whats the difference to
assign devname: dismount
?
Title: Re: UnMount
Post by: miker1264 on April 26, 2023, 12:32:50 PM
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.

Title: Re: UnMount
Post by: AMIGASYSTEM on April 26, 2023, 12:36:19 PM
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
Title: Re: UnMount
Post by: AMIGASYSTEM on April 26, 2023, 12:38:05 PM

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 !
Title: Re: UnMount
Post by: Mazze on April 26, 2023, 01:28:22 PM
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.
Title: Re: UnMount
Post by: AMIGASYSTEM on April 26, 2023, 03:38:58 PM
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.