Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removable USB Drive (Maxtor) questions.

Status
Not open for further replies.

Hossmaan

Technical User
Oct 19, 2003
1
US
I have a new Maxtor USB external Harddrive I use for backups. I have it connected to one PC that has USB 2.0, and then a network computer that also uses it as a backup. Everything on the backup side works fine, however, when I re-connect the drive (I store it in a fireproof safe) all of the share permissions have to be reassigned, or the network computer cannot access it. The backups happen over the course of hours on every Friday, and I would like to have them as painless as possible, i.e. not having to reassign permissions and the like. Easy backups get done, is my philosophy. Is there anyway to automatically restore permissions when the drive is reconnected, or is this a limitation of XP?
 
Concider makeing a batch file with NET SHARE command .
This way you can just double click on the bat file to
setup the share .

C:\net share /?
The syntax of this command is:


NET SHARE
sharename
sharename=drive:path [/USERS:number | /UNLIMITED]
[/REMARK:"text"]
[/CACHE:Manual | Documents| Programs | None ]
sharename [/USERS:number | /UNLIMITED]
[/REMARK:"text"]
[/CACHE:Manual | Documents | Programs | None]
{sharename | devicename | drive:path} /DELETE


//Regards Soaplover
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top