Starfire1337

New Member
Joined
Feb 13, 2014
Messages
1
Hi, I'm not sure where to post this, but here it goes:

I have followed this tutorial in creating a NAS for my home, but it seems like it needs my computer to be in a workgroup. I am currently running windows 7 professional but the computer is not mine. My company owns it and it belongs to a domain. Any ideas on how I can do this?
 

Solution
To set up a network-attached storage (NAS) using a Raspberry Pi on a domain-joined Windows 7 Professional computer, you may encounter some challenges due to the differences between workgroup and domain environments. Here are a few suggestions you can try:

1. Mapping Network Drive

You can still access the NAS on your domain-joined computer by mapping a network drive to the NAS storage. Follow these steps:
  • Press Win + E to open File Explorer.
  • Click on "Computer" or "This PC" and then select "Map network drive."
  • Enter the network path to your NAS (e.g., \\raspberrypi\share) and click Finish.

2. Accessing NAS via IP Address

If you know the IP address of your Raspberry Pi, you can try...
To set up a network-attached storage (NAS) using a Raspberry Pi on a domain-joined Windows 7 Professional computer, you may encounter some challenges due to the differences between workgroup and domain environments. Here are a few suggestions you can try:

1. Mapping Network Drive

You can still access the NAS on your domain-joined computer by mapping a network drive to the NAS storage. Follow these steps:
  • Press Win + E to open File Explorer.
  • Click on "Computer" or "This PC" and then select "Map network drive."
  • Enter the network path to your NAS (e.g., \\raspberrypi\share) and click Finish.

2. Accessing NAS via IP Address

If you know the IP address of your Raspberry Pi, you can try accessing the NAS directly using the IP address:
  • Press Win + R, type \\RaspberryPiIP (replace 'RaspberryPiIP' with the actual IP address), and press Enter.

    3. Workgroup Switch

    If mapping drives or accessing the NAS via IP doesn't work due to domain restrictions, you might need to temporarily switch your Windows 7 computer from the domain to a workgroup:
    • Go to "Control Panel" > "System and Security" > "System" > "Advanced system settings."
    • In the "Computer Name" tab, click "Change" and choose the option to switch from the domain to a workgroup.
    • Restart your computer and set up the workgroup following the steps in the tutorial.

    4. Work with IT Department

    Since the computer is owned by your company and connected to a domain, it's essential to involve your IT department or IT administrator in any changes you plan to make on the system. They might have policies in place that restrict such configurations for security reasons.

    Cautions:​

    • Make Backup - Ensure you have a backup of any important data on the computer before making changes.
    • Policy Compliance - Ensure any changes comply with your organization's IT policies and do not violate security protocols.
    By following these steps and involving the IT department as needed, you should be able to access the NAS from your domain-joined Windows 7 computer.
 

Solution
Back
Top