Windows 운영(Windows operating) 체제 전용 소형 SSD 를 사용할 때 가장 실망스러운 부분 중 하나는 일부 소프트웨어 설치 프로그램이 기본 드라이브 외부에 설치하는 옵션을 제공하지 않는다는 사실입니다.
설치 데이터를 보조 드라이브에 저장할 수 있지만 임시 또는 캐시 파일을 기본 드라이브에 저장하는 응용 프로그램도 있습니다. 기본 드라이브를 훌륭하고 깔끔하게(drive nice and tidy) 유지하는 데 관심이 있는 사람에게는 이것이 중요한 문제가 될 수 있습니다.
Spotify 는
결국 전체 공간을 차지하는 많은 Windows 응용 프로그램 중 하나입니다. (Windows)이는 Spotify 가 데이터를 로컬로 캐시하여 서버에서 음악을 지속적으로 다시 스트리밍하지 않기 때문입니다. Spotify 가 대역폭을 절약하고 버퍼링할 필요 없이 즉시 음악을 제공 하는 방법입니다
.
그러나 이것은 귀중한 디스크 공간(disk space) 을 절약하려는 우리에게 대가를 치르게 됩니다 . 모든 사람이 기본 드라이브에 몇 기가바이트의 로컬 Spotify 데이터를 저장할 수 있는 것은 아니며 좋은 소식은 이를 우회할 수 있는 방법이 있다는 것입니다. Spotify 의 로컬 캐시 데이터를 (Spotify)Windows 내의 새 위치 로 이동하는 방법에 대해 이야기해 보겠습니다 .
Windows 에서 Spotify 데이터(Spotify Data) 의 위치를 변경하는 방법
이 작업을 수행하기 위해 심볼릭 링크 또는 디렉토리 접합이라고 하는 것을 사용할 것입니다. 디렉토리 접합은 한 파일 경로(file path) 에 데이터의 미러를 효과적으로 생성 하지만 실제로는 다른 파일 경로에 데이터를 저장합니다.
가장 먼저 해야 할 일은 Spotify의 데이터 폴더가 실제로 어디에 있는지 정확히 찾는 것입니다. 그렇게 하려면 Windows + R실행 프롬프트(Run prompt) 를 불러옵니다
. 여기에 " %localappdata "를 입력하고 Enter 키를 누릅니다 .
그러면 Windows 사용자 (Windows user)프로필 위치(profile location)
에 있는 AppData\Local 폴더 의 Windows 탐색기 창이(Windows Explorer window) 나타납니다 . 이 파일 목록에서 Spotify 폴더를 찾아 엽니다.
내부 의 데이터(Data)
폴더에는 캐시된 모든 음악 데이터가 들어 있습니다. 이 폴더 를 마우스 오른쪽 버튼으로 클릭하고 속성(Properties) 을 선택
하여 이 폴더의 크기를 확인할 수 있습니다. 너무 커서 현재 드라이브에서 다른 드라이브로 옮기고 싶습니까? 엄청난! 그것이 우리가 다음에 할 일입니다.
첫 번째 단계는 Spotify 가 현재 컴퓨터에서 실행되고 있지 않은지 확인하는 것입니다. 닫혀 있는지 확인한 후 데이터(Data) 폴더를 선택하고 Ctrl + C 키를 눌러 복사합니다.
다음으로 Spotify 데이터(Spotify data) 를 이동하려는 위치의 두 번째 Windows 탐색기 창(Windows Explorer window) 을 불러옵니다 . 해당 위치에서 Ctrl + V 를 눌러 폴더를 붙여넣습니다.
위에서 (Above)D:\craig\Spotify 에 내 데이터를 저장할 새 위치를 만든 것을 볼 수 있습니다 . 여기에 붙여넣은 Data 폴더에는 C:\Users\craig\AppData\Local\Spotify 에 있는 동일한 폴더의 내용이 포함되어 있습니다 .
다음으로 두 폴더가 동일한지 확인합니다. 두 파일 모두 내부를 살펴보고 모든 파일을 제대로 복사했는지 확인하십시오. 완료되면 원래 Spotify 폴더 위치(folder location) ( AppData\LocalWindows 탐색기 창(Windows Explorer window) 에서 )로 돌아가서 방금 복사한 Data 폴더를 선택 하고 Delete 키를 눌러 삭제합니다.
다음으로, 새 데이터(Data)
폴더가 이전 폴더가 있던 위치를 가리 키도록 디렉터리 접합을 만들 것 입니다. 그렇게 하려면 Windows + R실행 프롬프트(Run prompt) 를 다시 불러옵니다
. " cmd "를 입력하지만 Ctrl + Shift + EnterEnter
가 아닌)를 눌러야 합니다. 그러면 프롬프트가 Administrator 로 실행됩니다 .
여기에서 디렉터리 접합을 만들기 시작할 것입니다. 다음 명령을 입력하려고 합니다. mklink /j <link> <target> , 여기서 <link> 는 원래 폴더(우리가 다시 만들고 있는)의 경로이고 <target> 은 새 폴더(해당 우리는 붙여 넣었습니다).
위의 예에서는 다음 명령을 실행합니다. mklink /j
C:\Users\craig\AppData\Local\Spotify D:\craig\Spotify
공백이 포함된 경우 폴더 경로를 따옴표로 묶는 것이 중요합니다.
디렉터리 접합(directory junction) 이 생성된 후
성공 메시지(success message) 가 표시 됩니다. 또한 데이터(Data) 폴더가 이제 원래 위치에 다시 나타나는 것을 볼 수 있습니다 . 이번에는 왼쪽 하단 모서리에 작은 "바로 가기 " 아이콘 이 표시됩니다.(” icon)
그게 다야! 이제 Spotify(Spotify) 에서 음악을 재생할 때
링크 위치의 원래 폴더에 해당 데이터를 계속 캐시합니다. 그러나 디렉터리 접합(directory junction) 은 자동으로 새 위치로 이동하고 원래 위치에서 "미러링"합니다.
Spotify 를 매일 사용하는 사람들의 경우 몇 년 동안 정기적으로 사용하면 이 폴더가 엄청나게 커질 수 있습니다. 이 간단한 디렉터리 연결 트릭(directory junction trick) 을 사용하면 모든 드라이브의 모든 폴더에 해당 데이터를 모두 저장할 수 있습니다.
무엇보다도 이 동일한 절차가 다른 많은 유용한 시나리오에서 유용할 수 있다는 점입니다. 심볼릭 링크를 사용하여 폴더를 Dropbox 및 OneDrive(Dropbox and OneDrive) 에 동기화하는 방법을 확인하세요 !
How to Change the Location of Spotify’s Local Storage in Windows
One of the most frustrating parts of havіng a
small SЅD dedicated tо your Windows operаting sуstem іs the fact that some
software installers simply won’t gіve you the option of installing outѕide of
the primary drivе.
There are even some applications that allow
you to store your installation data on a secondary drive but still place
temporary or cache files on the primary drive. For anyone interested in keeping
their primary drive nice and tidy, this can be a major issue.
Spotify is one of the many Windows
applications that you’ll eventually find taking up a whole mess of space. This
is due to the way Spotify locally caches your data so that you aren’t
constantly re-streaming music off of their servers. It serves as a way for
Spotify to save bandwidth and instantly deliver your music without needing to
buffer.
However, this comes at a price for those of us
trying to save precious disk space. Not everyone can afford to have several
gigabytes of local Spotify data on their primary drive, and the good news is
that there’s a way around it. Let’s talk about how you can move Spotify’s local
cache data to a new location within Windows.
How to Change the Location of
Spotify Data in Windows
To perform this task, we’re going to use
something called a symbolic link or directory junction. A directory junction
effectively creates a mirror of your data at one file path but actually stores
the data in another.
The first thing we’re going to need to do is
to find exactly where our Spotify’s data folder actually is. To do so, press
the Windows + R keys to bring up a
Run prompt. Here, type in “%localappdata”
and press Enter.
This should bring up a Windows Explorer window
of the AppData\Local folder within
your Windows user profile location. In this list of files, find the Spotify folder and open it.
The Data
folder within is what contains all of your cached music data. You may want to
right-click on it and select Properties
to see how large this folder is. Is it so big that you’d like to move it off of
your current drive and onto another? Great! That’s what we’re going to do next.
The first step is to be sure that Spotify is not currently running on your machine. After making sure that it’s closed, you want to select the Data folder and press the Ctrl + C keys to copy it.
Next, bring up a second Windows Explorer window of the location where you want to move your Spotify data. At that location, press Ctrl + V to paste the folder.
Above, you can see that I’ve created a new
location to store my data at D:\craig\Spotify.
The pasted Data folder here contains
the contents of that same folder in C:\Users\craig\AppData\Local\Spotify.
Next, be sure that the two folders are
identical. Look inside both of them to see that you’ve fully copied all of the
files properly. Once complete, go back to the original Spotify folder location (in our first Windows Explorer window at AppData\Local), select the Data folder that we just copied, and
hit the Delete key to delete it.
Next, we’re going to create a directory
junction so that your new Data
folder points to where the old one once was. To do so, press the Windows + R keys to again bring up the
Run prompt. Type in “cmd”, but be
sure to press Ctrl + Shift + Enter
(instead of just Enter)—this runs
the prompt as Administrator.
This is where we’ll begin to create our
directory junction. You want to type in the following command: mklink /j <link> <target>,
where <link> is the path to
the original folder (that we’re recreating) and <target> is the path to the new folder (that we’ve pasted).
In my example above, I’d run this command: mklink /j
C:\Users\craig\AppData\Local\Spotify D:\craig\Spotify
It’s important to enclose the folder paths in
quotation marks if they contain a space.
You’ll see a success message after the
directory junction has been created. You should also see that the Data folder now appears again at our
original location, this time with the small “shortcut” icon at the bottom-left
corner.
That’s it! Now, when you play music in
Spotify, it will still cache that data in the original folder at your link
location. However, the directory junction will automatically move it to the new
location and “mirror” it at the original location.
For those of you who use Spotify on a daily
basis, years of regular use can cause this folder to swell to a massive size.
With this simple directory junction trick, you can store all of that data in
any folder on any drive.
Best of all is that this same procedure can be useful in many other useful scenarios—check out how we use a symbolic link to sync folders to Dropbox and OneDrive!