Recommended Posts

Why do you need it prior to log on? What are you doing at this stage?

Because my current desktop, documents, user profile, etc. is loaded from my current RAID5 drive "D:". I want to make a share drive off the WS2012 with a storage pool and load that when Windows loads up.

If I remove my RAID5 now and logon to Windows, Windows makes some temp profile or something like that, doesn't it? That's why I want to avoid that.

I already have one drive in the WS2012R2 so I can test this out perfectly.

No, but you can manually redirect what you want.  when you log on it will be redirected before you get to the desktop.

 

 

Click start -> yourprofile -> right click "Desktop[/size]icon1.png

" click the locations tab, Move and you can choose where your desktop location folder is. I have this set up also for my Documents, Photos and videos. It will also transfer the files already in the desktop folder.

 

Change the desktop to my documents or any other thing you may want to redirect.  Use the unc path where you want to redirect.

 

Let me see if I understood you correctly :)

 

Right now I have on my PC "D:" and thats the RAID5.  On my server I have "X:" (for clarification purposes) which is now ONE drive. One I understand this, Ill put in another 3 drives and make it a pool.

 

I have

My Documents: D:/ My Documents

Desktop: D:/ My Documents/Desktop

 

etc

 

X: has the same thing that D: has that means X:/My Documents and X:/My Documents/Desktop

 

Are you suggesting I put "\\WS2012R2\X\My Documents"? Wouldnt there be permission issues there when logging on? Also, when a program looks to save to a default location, how do I know it works with a UNC path and that it does not need a network drive?

Thats the sole reason of having a network drive mapped; I would have perfered iSCSI but it seems that it is not worth it.

Can't you set the permissions? If this is your home network who cares if everyone has access to it....

Well, the drive I have installed currently in the WS2012R2, if I try to map it, it still asks me for my username and password on the WS2012R2, not my Windows 7 username/pass.

Because my current desktop, documents, user profile, etc. is loaded from my current RAID5 drive "D:". I want to make a share drive off the WS2012 with a storage pool and load that when Windows loads up.

If I remove my RAID5 now and logon to Windows, Windows makes some temp profile or something like that, doesn't it? That's why I want to avoid that.

I already have one drive in the WS2012R2 so I can test this out perfectly.

This sounds like a very bad idea. Officially you can do roaming profiles and folder redirection to get varying levels of network storage for those locations...

Throwing your user profile itself on a network drive will severely affect performance in a very adverse way. This is why Microsoft will only support logon and logoff syncing for it...

Do this via the supported methods. And be very well aware of the pitfalls.

This sounds like a very bad idea. Officially you can do roaming profiles and folder redirection to get varying levels of network storage for those locations...

Throwing your user profile itself on a network drive will severely affect performance in a very adverse way. This is why Microsoft will only support logon and logoff syncing for it...

Do this via the supported methods. And be very well aware of the pitfalls.

When I format and reinstall next time, Ill probably leave the user profiles on C: (system drive) and everything else (Desktop, Documents, Downloads, etc) from the NAS.

http://www.techsupportalert.com/content/how-move-windows-7-personal-folders-my-documents-another-drive.htm

 

Using this, Im trying to at least see if Desktop works but for some reason its trying to copy files/folders over to the new location when they already exist there? :/

OK, just tested it out a bit on the Desktop...

 

It seems that if a change is made on the server (adding a text file), it takes a while for the client to see it and refresh the Desktop.

If the change is made on the client, the server sees it instantly.

Restarted PC and all hell broke loose :p

First thing it asked my is for credentials. I used my WS2012R2 credentials and then it mapped the network drive correctly. Slowly, it then started to populate my entire Desktop again.

This is why I thought SMB wouldn't be a good idea for this in the first place and why I would need the network drive mapped BEFORE login and WITHOUT asking credentials.

I thought before hand going the iSCSI route since I believe this only needs a one time credentials thing and from then forward, its authed and not only that but is looks like a "local disk" to Windows.

Dude think about this for a couple of seconds - this is HOME setup!!!  Why would you want your desktop on the server?  What if esxi is down??  Kind of hard to fix when your desktop wont even load!

 

Put your profile on your C, you have NO use of it on a server in a home setup..  And another thing - why is it asking you for creds?  Why did you not just setup matching username and passwords for passthru if your not going to join this box to the domain I thought you were creating in 2k12?

 

Folder redirection is used in a domain setting, when your machine is a member of the domain so you don't have to worry about mismatch in creds, also do you not have offline folders enabled - your stuff should be cached on your local machine anyway.  Which is the case would negate the issue of esxi not being on and not having a desktop ;)  But would also prevent the building of your desktop when you login

Dude think about this for a couple of seconds - this is HOME setup!!!  Why would you want your desktop on the server?  What if esxi is down??  Kind of hard to fix when your desktop wont even load!

post-25747-0-38396400-1397913637.png

Thats why.

I really have no desire to go thru 65000+/44GB of files to see what is important and what isnt.

The best I can do is copy everything from D:/My Documents/Desktop to C:/Users/(myusername)/Desktop

Put your profile on your C, you have NO use of it on a server in a home setup..  And another thing - why is it asking you for creds?  Why did you not just setup matching username and passwords for passthru if your not going to join this box to the domain I thought you were creating in 2k12?

I have no clue why it is asking me for credentials. I set its NTFS security permissions for Everyone. Is there a setting I missed? Should I share it as a shared folder isntead of "D$"?

 

Folder redirection is used in a domain setting, when your machine is a member of the domain so you don't have to worry about mismatch in creds, also do you not have offline folders enabled - your stuff should be cached on your local machine anyway.  Which is the case would negate the issue of esxi not being on and not having a desktop ;)  But would also prevent the building of your desktop when you login

Ive seen a lot of sync issues at work with Offline Folders enabled; Im not sure what this is related to so Im not a fan of turning it on here.

You really should understand what you're attempting to do and then adjust properly...

 

Roaming Profiles and Folder Redirection will slow down your performance... As, quite naturally, you'll need to squeeze your I/O down to the slowest link (in this case a 1 Gb network link unless you are running 10 Gb at home). If you're aiming to just get the data onto the other machine it would be far more beneficial to just plop the files onto a network share with a one time copy.

 

Roaming Profiles will require a syncing of your profile when you log on and when you log off the machine as Windows doesn't support accessing things like the Registry from a network location. This can slow your login performance by a large margin as you profile folder increases. Folder Redirection is designed to help this by moving heavy folders out of the profile and onto a network share, but this will also introduce slowdowns as everything is constantly pushed to this server. Some applications also don't like being pushed to a network share.

 

You're adding too much complexity here.

You really should understand what you're attempting to do and then adjust properly...

 

Roaming Profiles and Folder Redirection will slow down your performance... As, quite naturally, you'll need to squeeze your I/O down to the slowest link (in this case a 1 Gb network link unless you are running 10 Gb at home). If you're aiming to just get the data onto the other machine it would be far more beneficial to just plop the files onto a network share with a one time copy.

 

Roaming Profiles will require a syncing of your profile when you log on and when you log off the machine as Windows doesn't support accessing things like the Registry from a network location. This can slow your login performance by a large margin as you profile folder increases. Folder Redirection is designed to help this by moving heavy folders out of the profile and onto a network share, but this will also introduce slowdowns as everything is constantly pushed to this server. Some applications also don't like being pushed to a network share.

 

You're adding too much complexity here.

Will iSCSI solve this issues by seeing a HDD as a local drive? Performance issues will still exist, I know.

Dude I can tell you what is junk about 42 Gig of that most likely..  What do you mean you don't have time go through your files..  So you don't want to spend a few minutes now, but you want to spend extra time pulling those across the network every time you want to access one of them.. Or when you log in and log out sync up your doc folder that you put on a server..

 

What could you have in my docs that takes up 44GB?  Videos!!  Music?  Those belong on your NAS - not your my docs.  ISOs from linux distros?  Again they belong on your NAS!

 

Its real simple - search for videos - move them to your video share, search for music move them to your music share, iso - search them and put on your data share.. This is all of about 10 minutes of work.. Your spending more time posting about it then you would of already be done fixing it the correct way!

 

"You're adding too much complexity here."

 

Exactly!!!

Dude I can tell you what is junk about 42 Gig of that most likely..  What do you mean you don't have time go through your files..  So you don't want to spend a few minutes now, but you want to spend extra time pulling those across the network every time you want to access one of them.. Or when you log in and log out sync up your doc folder that you put on a server..

Its obvious I have something confused because Ive always thought it just displayed data, not actually pulled it off...

 

What could you have in my docs that takes up 44GB?  Videos!!  Music?  Those belong on your NAS - not your my docs.  ISOs from linux distros?  Again they belong on your NAS!

My "D:" drive (which right now is the RAID5) contains a folder called "My Documents" inside there, there are folders like:

"Desktop"

"My Music"

"My Pictures"

etc.

Its structured this way.

 

Its real simple - search for videos - move them to your video share, search for music move them to your music share, iso - search them and put on your data share.. This is all of about 10 minutes of work.. Your spending more time posting about it then you would of already be done fixing it the correct way!

 

"You're adding too much complexity here."

 

Exactly!!!

Ive done a quick list of files on the desktop and there are some that are pictures (with no names so I would have to go thru all of them to put them in folders (for example) called Holiday, Cell Phone, etc.) then there are music which I would have to check if I already moved them to their folder (Artist/Album) in the music folder, etc. For privacy reasons, I cannot post the layout of the "My Documents" folders to show the (semi)organization I have.

I can though show you how I have it configured. Seems as I was incorrect as the "%USERPROFILE% variable is set to C:/Users/(myusernamehere)

post-25747-0-46924300-1397925393.png

Got this off

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

One of the reasons I like this configuration is if I format it takes a REG file to configure. Also, there are programs that go to default locations to save and/or games that use default folders to save in as well (Grand Theft Auto comes to mind). With this config, I just set the folders and everything is saved where I want without have to move it back or anything.

Maybe there is another way to deal with my "overcomplex" problem :/

Storing your documents on D partition is not overly complex - what is overly complex is trying to do that over a network?  For what possible freaking reason could you have to do this?

 

You don't have 44G free on your C drive? Until at such time you can org your files?  Or resize C and create a local D?

 

"thought it just displayed data, not actually pulled it off..."

 

Do you have offline folders setup?  Do you know how long its going to take to parse through 44GB of files for meta data for it to display, or whatever portion of files your looking at.

 

How much space do you have on your C drive currently dude?  My C is 107GB and I have 42GB free, and I have 16GB in my "download" that is just junk that I either need to move over to my storage or delete.  How is it you don't have 44GB free on your C drive to "temp" store your stuff until you have time to clean it up?

Storing your documents on D partition is not overly complex - what is overly complex is trying to do that over a network?  For what possible freaking reason could you have to do this?

Ive always had documents (including videos, music) storaged locally as a RAID5, USB, FireWire, eSATA, etc., never over a network. Maybe its because Im not used to it.

The only reason I have is that I see "My Documents" and I enter and done. I dont want to go to X: and look for a folder called "My Documents". Thats the only stupid reason I can think of

 

You don't have 44G free on your C drive? Until at such time you can org your files?  Or resize C and create a local D?

Yes, I have about 50GB free.

A alternative I could do is simply leave D:/My Documents/Desktop and make a new Desktop on C:/Users/(username)/Desktop...I perfer not to because I know thats gonna get filled up quickly as well..

 

"thought it just displayed data, not actually pulled it off..."

Do you have offline folders setup?

No. Ive seen problems with it at work and Im not sure what they are related to so I perfer not to. Would this make it less complex?

How much space do you have on your C drive currently dude?  My C is 107GB and I have 42GB free, and I have 16GB in my "download" that is just junk that I either need to move over to my storage or delete.  How is it you don't have 44GB free on your C drive to "temp" store your stuff until you have time to clean it up?

I have 50GB free I believe.

So, your suggestion BudMan, would be to store all of that on the local system C: drive?

Before I do that, I use Windows Media Player to stream to my TV downstairs. I can still do this by setting in my Windows 7 machine to use folders from my NAS' network drive right?

Im pretty much set on moving some of those entries around to store them locally but I would have to know the WMP streaming to TV question in other to go forward...

 

Some other questions will problably popup Im sure :)

 

Thanks to all lending a hand and sorry for the stupid questions/incorrect thoughts.

"can still do this by setting in my Windows 7 machine to use folders from my NAS' network drive right?"

 

Why would you do that?  So your going to pull files from your "nas" to your machine to then stream to your TV?  Run the media player on your NAS box, why does your workstation have to come into play - your box could be off for all that mattes.

 

My media player just plays the files from my smb share, I could turn off my computer and still watch stuff on any of the TVs in the house via my popcorn hour media player.  I don't have to worry about transcoding of the files on the fly via media player - does your TV access smb/cifs shares?  Either way media player streaming should be moved to the box that has direct access to your files, not over the network just to go over the network again out the same interface.

My media player just plays the files from my smb share, I could turn off my computer and still watch stuff on any of the TVs in the house via my popcorn hour media player.  I don't have to worry about transcoding of the files on the fly via media player - does your TV access smb/cifs shares?  Either way media player streaming should be moved to the box that has direct access to your files, not over the network just to go over the network again out the same interface.

CIFS never worked on my TV (the auth part at least); My TV correctly detected that I was sharing media thru WMP and it was able to stream that. Is this possible in WS2012R2?

This is strange; I had a power outage last night and now WS2012R2 is telling me to reinitialize the disk I put in to test RAW mapping.....

Obviously no chance in hell and Im gonna check if there is still data on that drive...

CIFS never worked on my TV (the auth part at least); My TV correctly detected that I was sharing media thru WMP and it was able to stream that. Is this possible in WS2012R2?

 

Why not just put a DLNA server on your NAS?

Why not just put a DLNA server on your NAS?

Instead of using WMP? Yup, thats a solution Fahim S.

XBMC and Plex come to mind. Any other recommendations?

BTW, is there a way to copy and paste between my PC and a VM on ESXi? I know its doable when its my PC and a VM on my local machine using Workstation but ESXi?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Meta announces a major leadership change at WhatsApp by Pradeep Viswanathan Meta has announced a major leadership change at WhatsApp, with Will Cathcart stepping down after seven years of leading the world's largest messaging platform. CRED CEO and founder Kunal Shah will take over as the next global head of WhatsApp. CRED is an Indian fintech company focused on creditworthy consumers. As part of the transition, Meta is also making a minority investment in CRED through its Series H funding round. Meta CEO Mark Zuckerberg said Will Cathcart will remain at Meta and move into a new role focused on building new products from the ground up. Cathcart led WhatsApp during a major growth phase, helping the app reach more than 3 billion users worldwide. He also played a key role in expanding WhatsApp’s business offerings while keeping privacy and end-to-end encryption central to the product. Meta’s Chief Product Officer, Chris Cox, said Kunal Shah was selected after a search for a leader who understands WhatsApp’s global scale and future potential. In a leaked internal memo, Cox described Shah as a “serial founder” and one of India’s most respected entrepreneurs, adding that he brings “entrepreneurial energy” and a strong product mindset to the role. As part of the Series H funding round, CRED is raising ₹8,550 crore, or about $900 million, in a round led by Meta. The funding values CRED at ₹43,239 crore, or about $4.5 billion, on a post-money basis. It is important to note that this investment will not give Meta access to CRED customer information. Kunal posted the following on X regarding his new role at Meta: Although Kunal Shah will be stepping away from his operating role as CRED CEO, he will retain his personal shareholding in the company.
    • It wouldn't be hard for me to turn off my TV, if I had one. For one thing, I never scroll Instagram. The only reason I have an account is because Meta created one when it merged the account systems for its various services.
    • OpenAI's new GPT-5.5-Cyber tops Claude Mythos 5 in vulnerability benchmark by Pradeep Viswanathan OpenAI today announced a major expansion of Daybreak, a cybersecurity initiative designed to help defenders find, validate, and fix software vulnerabilities earlier in the development process. The availability of powerful AI models has definitely changed the cybersecurity landscape by making vulnerability discovery much faster. However, the bigger bottleneck for the industry is now patching those vulnerabilities. Impacted software teams need to validate the discovered issues, understand their impact, develop fixes, test them, and deploy patches. Back in March, OpenAI launched a preview of Codex Security, which uses agentic reasoning with automated validation to discover high-impact issues and actionable fixes specific to the codebase. Since then, it has scanned more than 30 million commits across over 30,000 codebases; more than 70,000 findings were marked as fixed by human reviewers, while over 500,000 findings were automatically determined to be fixed. Now, OpenAI is releasing an updated Codex Security plugin that can run deep scans, review recent code changes, generate security reports, trace attack paths, validate findings, and create codebase-specific patches for human review. It can also triage findings from existing scanners, advisories, bug bounty reports, and ticketing systems. OpenAI says the plugin can export results to vulnerability management systems and integrate with workflows using SARIF files, CodeQL queries, the Codex CLI, and the Codex app. Back in May, OpenAI announced the preview of GPT-5.5-Cyber, a new model built on top of the recently released GPT-5.5, designed for specialized cybersecurity work. Today, OpenAI launched the full version of GPT-5.5-Cyber through a limited release for verified defenders. On CyberGym, GPT-5.5-Cyber scored 85.6%, compared with 81.8% for GPT-5.5 and 83.8% for Claude Mythos 5. It also scored 39.5% on ExploitGym, compared with 25.95% for GPT-5.5, and 69.8% on SEC-bench Pro, compared with 63.1%. OpenAI also announced the new Daybreak Cyber Partner Program, which will allow security vendors and service providers to use GPT-5.5 with Trusted Access for Cyber in their products and services. Accenture, Akamai, Cisco, Cloudflare, CrowdStrike, IBM, Palo Alto Networks, Proofpoint, SentinelOne, Wiz, Zscaler, and others were listed as initial partners for this program. OpenAI is also launching Patch the Planet with Trail of Bits, HackerOne, Calif, researchers, and maintainers. More than 30 open-source projects have committed to participate, including cURL, Go, Python, Sigstore, and pyca/cryptography.
    • AMD confirms 26.6.2 FSR driver breaks on many Windows PCs by Sayan Sen Earlier today AMD released a major graphics driver update as it brings support for FSR 4.1 to Radeon RX 7000 series GPUs. The new update, version 26.6.2, also brings support for Assassin's Creed Black Flag Resynced and more. And while the driver technically supports Windows 10 version 21H2 and newer, the tech giant has confirmed that there is a major issue with the new driver on non-Windows 11 PCs as it fails to launch properly on such systems. The error message says, "The version of AMD Software that you have launched is not compatible with your currently installed AMD graphics driver." Therefore on the surface it looks like a compatibility problem. AMD has also confirmed that the device manager will display the yellow bang or yellow exclamation sign alongside your GPU under the Display adapters dropdown. Here is what the Radeon team's official advisory recommends to affected users: "Users Running Windows 10 and AMD Software: Adrenalin Edition 26.6.2 May Encounter Yellow Bang in Device Manager Affecting AMD Radeon RX Series Graphics ... Our Engineers are currently investigating this issue and will provide a fix once it is available. Affected users may revert to AMD Software: Adrenalin Edition 26.6.1 as a temporary workaround." As such you should revert back to the previous 26.6.1 driver which was released earlier this month. In case you were looking to play Assassin's Creed Black Flag Resynced and DOOM: The Dark Ages | Revelations you will probably have to wait a while if you want the driver to support those games officially. You can find the support article here on Microsoft's website.
    • https://uupdump.net/selectlang...7829-4524-978d-7b5fe79263e3
  • Recent Achievements

    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      208
    3. 3
      PsYcHoKiLLa
      100
    4. 4
      Michael Scrip
      88
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!