question

AllNamesWereTaken-4653 avatar image
0 Votes"
AllNamesWereTaken-4653 asked AllNamesWereTaken-4653 commented

sharing of optical and floppy drives over network with full functionality


Hi, I am trying to set up a functionality on a small server PC in which users connected to the network can utilize the optical drives, and floppy drives of the Networked server PC for burning, reading, cloning, writing and basically all other functionality of a local drive, but on a server PC's drives.

I have already been able to successfully set up the following:
-Basic reading and writing of networked floppy disks from all PCs on the network.
-Basic reading of already burned optical disks as well as basic reading and writing to optical disk that have been preconfigured to act like a flash drive.

I am now having issues trying to set up other functionalities these being:
-initialization of blank optical disks (the "do you want to use this disk with a cd drive or like a usb flash drive?" prompt"
-writing various image files to optical disks and floppies
-cloning disks (both between 2 optical drives on the server pc as well as between a server optical disk and a disk on another networked PC)
-extracting the contents of disks to an image file

I would like all the above mentioned functionality to be available to users on the network (optimally with easily changeable permissions). I have been thinking that the easiest way to do something like this would be to somehow have the disks be able to show up as actual hardware on the networked PCs, however I am not sure how to do this, as well as how easy it would be to change the permissions of individual users as well as disconnecting users from the drives entirely on demand.

Currently I am trying to employ a solution that involves running a batch script on a users local PC in which they configure how they want the ISO to be created. Then this script creates a batch file that gets saved to a shared folder on the server PC. (the created batch file contains a single oscdimg command) However I have not found a way to autorun the created batch file upon arrival to the server PC without it requiring some service like psexec, which would give the remote user too much control of the server pc for my liking. (not to mention, in the current state, it requires a bit of effort from the end user to do things like writing images to the disk)

Anyway, what I am looking for is the best solution for sharing of optical and floppy drives* in a way that all users on the network can utilize them with the same level of functionality as though they were physically connected to the user's PC. I would be open to any form of solution provided it would give the functionality I need.\

if anybody can help that would be great:)

*mainly 3.5, however having one 5.25 would be nice for being able to support really old stuff. (8 inch would be nice as well, but the chances of that seem low)

windows-10-network
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JiangZhang-MSFT avatar image
0 Votes"
JiangZhang-MSFT answered AllNamesWereTaken-4653 commented

Hi,
In my option, you may achieve your goal which shares your optical and floppy drives on the server PC by creating a SMB file in your server PC. And the authorized users can visit this shared folder remotely.
Down below is the screenshots how I create my own SMB file for your reference.
Step1: create a SMB file in my server PC.
100561-image.png
100484-image.png
100485-image.png
100562-image.png
100563-image.png


Step 2: here you can change the permissions of individual users by Add User. Then you could disconnect the selected users from the drives entirely by deny all.
100486-%E5%9B%BE%E7%89%871.png
100487-%E5%9B%BE%E7%89%872.png
100507-%E5%9B%BE%E7%89%873.png


Step 3: this is how the authorized users connect your shared folder.
100508-%E5%9B%BE%E7%89%874.png
100509-%E5%9B%BE%E7%89%875.png
100428-%E5%9B%BE%E7%89%876.png
100546-%E5%9B%BE%E7%89%877.png

Best Regards,
Mulder Zhang


If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



image.png (98.6 KiB)
image.png (45.5 KiB)
image.png (63.8 KiB)
image.png (66.8 KiB)
image.png (19.1 KiB)
图片1.png (101.2 KiB)
图片1.png (101.2 KiB)
图片2.png (19.4 KiB)
图片3.png (23.8 KiB)
图片4.png (77.0 KiB)
图片5.png (85.5 KiB)
图片6.png (50.7 KiB)
图片7.png (80.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I have done that, it works well for reading and writing to floppies as well as optical disks set to rewritable mode. Is there a way to get this solution to also work for things like burning .iso and .img files to disks and floppies, cloning disks from drive to drive, and ripping the contents of disks and floppies to .iso, .img, ect. Is there a way to get that functionality to work with this solution?

Currently, at least for burning, I am working on a batch file solution. Do you know of a way to either execute a batch file remotely (without the executing computer having admin perms over the remote one), or to have a computer automatically execute a batch file of a specific name or something like that?

0 Votes 0 ·