Локальная сетка (простейшая) в ВинХРю, время от времени подключаетсся жесткий диск по интерфейсу IEEE-1394 или альтернативно USB2. Всякий раз приходится шарить его заново. Нет ли способа сделать это постоянно?
1. Disconnect any removeable media devices > restart Windows 2. Connect your pen drive 3. Right-click 'My Computer' > 'Manage' 4. 'Computer Management' > 'Storage' > 'Disk Management' 5. On the menu bar > 'View' > 'Top' > 'Disk List' 6. In the right-hand pane, right-click the appropriate drive under 'Disk' 7. Select 'Change Drive Letter & Paths...' > 'Add' ('Change'/'Assign' will NOT work statically for removeable devices) 8. 'Mount in the following empty NTFS folder:' should be selected > 'Browse' button 9. Volumes/partitions that are NTFS & support drive paths will appear here 10. You may select any, but recommend the root drive which will typically be C:\ 11. Click 'New Folder' > name it 'USB Drive' or similar > 'OK' > 'OK' > exit 'Computer Management' 12. You will not see anything change in 'Computer Management' since it is a drive path & not a drive 13. Open 'My Computer' > click 'Local Disk (C:)' or drive you selected above 14. You will see a folder or a drive called 'USB Drive' 15. Right-click > 'Properties' > 'Sharing' tab > check 'Share this folder on the network' 16. Enter share name (recommend using the name of the drive folder but w/o spaces for command line net use syntax ease) 17. Go to 'Start' > 'Run' > enter cmd > 'OK' 18. Enter net use X: \\computername\sharename\drivepathname /persistent:yes 1. 'X' will be a drive letter you choose to represent the pen drive 2. 'computername' is the name of the computer to which you wish to connect (which can be found in 'My Computer' properties) 3. 'sharename' is the name of that computer's drive that is being shared (which can be found on the 'Sharing' tab of 'Local Disk (C:)' or appropriate drive's properties) 4. 'drivepathname' is the name you designated in # 16 above ('USB Drive' or other) 19. Example: net use P: \\backoffice\bruce\usbdrive /persistent:yes
я сам не пробовал... но в целом правильной идей мне кажется такой алгоритм, что 1. добиться того чтобы винды всегда давали диску одно и то же имя (делается через computer management) 2. сделать чтобы подключаемый диск был NTFS и внутренний диск на компьютере был NTFS 3. Сделать Junction на каталог на подключаемом диске и каталог на внутреннем диске и шарить junction
no subject
1. Disconnect any removeable media devices > restart Windows
2. Connect your pen drive
3. Right-click 'My Computer' > 'Manage'
4. 'Computer Management' > 'Storage' > 'Disk Management'
5. On the menu bar > 'View' > 'Top' > 'Disk List'
6. In the right-hand pane, right-click the appropriate drive under 'Disk'
7. Select 'Change Drive Letter & Paths...' > 'Add' ('Change'/'Assign' will NOT work statically for removeable devices)
8. 'Mount in the following empty NTFS folder:' should be selected > 'Browse' button
9. Volumes/partitions that are NTFS & support drive paths will appear here
10. You may select any, but recommend the root drive which will typically be C:\
11. Click 'New Folder' > name it 'USB Drive' or similar > 'OK' > 'OK' > exit 'Computer Management'
12. You will not see anything change in 'Computer Management' since it is a drive path & not a drive
13. Open 'My Computer' > click 'Local Disk (C:)' or drive you selected above
14. You will see a folder or a drive called 'USB Drive'
15. Right-click > 'Properties' > 'Sharing' tab > check 'Share this folder on the network'
16. Enter share name (recommend using the name of the drive folder but w/o spaces for command line net use syntax ease)
17. Go to 'Start' > 'Run' > enter cmd > 'OK'
18. Enter net use X: \\computername\sharename\drivepathname /persistent:yes
1. 'X' will be a drive letter you choose to represent the pen drive
2. 'computername' is the name of the computer to which you wish to connect (which can be found in 'My Computer' properties)
3. 'sharename' is the name of that computer's drive that is being shared (which can be found on the 'Sharing' tab of 'Local Disk (C:)' or appropriate drive's properties)
4. 'drivepathname' is the name you designated in # 16 above ('USB Drive' or other)
19. Example: net use P: \\backoffice\bruce\usbdrive /persistent:yes
http://www.windowsbbs.com/windows-xp/32563-map-usb-pen-drive.html
no subject
no subject
1. добиться того чтобы винды всегда давали диску одно и то же имя (делается через computer management)
2. сделать чтобы подключаемый диск был NTFS и внутренний диск на компьютере был NTFS
3. Сделать Junction на каталог на подключаемом диске и каталог на внутреннем диске и шарить junction