Question related to symlinksWindows Ubuntu dual boot - Share files between OSHow to share the home folder with windows on a dual-boot systemPartitioning optionsSharing dualboot volumes space-efficientlyPartitioning hard drive with Windows 7 for Ubuntu installationIs this partitioning scheme for Windows7/Ubuntu fine?How to make shared partition on dual boot between Windows 10 & Ubuntu 14.04Which one: moving /home or making symlinks in regard to SSD efficiencyDisadvantages to using NTFS as main storage drive?Symlinks no longer recognised as standard home subfoldersCan I install a Linux program on an NTFS partition?
Should an arbiter claim draw at a K+R vs K+R endgame?
How to handle self harm scars on the arm in work environment?
What do abbreviations in movie scripts stand for?
Taxi Services at Didcot
Thread Pool C++ Implementation
Should I give professor gift at the beginning of my PhD?
What is the `some` keyword in SwiftUI?
How is water heavier than petrol, even though its molecular weight is less than petrol?
Déjà vu, again?
What is the actual quality of machine translations?
Inconsistent behavior of compiler optimization of unused string
What is wrong with this proof that symmetric matrices commute?
What is the fastest method to figure out which keys contain certain notes?
Watts vs. volts amperes
Was there a priest on the Titanic who stayed on the ship giving confession to as many as he could?
How would an aircraft visually signal "in distress"?
Soft question: Examples where lack of mathematical rigour cause security breaches?
How to construct an hbox with negative height?
How to tell your grandparent to not come to fetch you with their car?
What is the reason for double NULL check of pointer for mutex lock
Compiling c files on ubuntu and using the executable on Windows
Should I compare a std::string to "string" or "string"s?
Do simulator games use a realistic trajectory to get into orbit?
How can drunken, homicidal elves successfully conduct a wild hunt?
Question related to symlinks
Windows Ubuntu dual boot - Share files between OSHow to share the home folder with windows on a dual-boot systemPartitioning optionsSharing dualboot volumes space-efficientlyPartitioning hard drive with Windows 7 for Ubuntu installationIs this partitioning scheme for Windows7/Ubuntu fine?How to make shared partition on dual boot between Windows 10 & Ubuntu 14.04Which one: moving /home or making symlinks in regard to SSD efficiencyDisadvantages to using NTFS as main storage drive?Symlinks no longer recognised as standard home subfoldersCan I install a Linux program on an NTFS partition?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a dual boot system of ubuntu and windows. So to access files of ubuntu on windows I am going to create symlink of the required folders to an ntfs partition.
So my question is can I create the ntfs partition of some random size or it have to be bigger than total size of data inside folder?
eg. Suppose if I want to create symlink of /home/user/Music which contains 1 GB of data to an ntfs partition on same drive, is it necessary to have the ntfs partition greater than 1 GB, or smaller size is sufficient?
dual-boot partitioning ntfs symbolic-link
add a comment |
I have a dual boot system of ubuntu and windows. So to access files of ubuntu on windows I am going to create symlink of the required folders to an ntfs partition.
So my question is can I create the ntfs partition of some random size or it have to be bigger than total size of data inside folder?
eg. Suppose if I want to create symlink of /home/user/Music which contains 1 GB of data to an ntfs partition on same drive, is it necessary to have the ntfs partition greater than 1 GB, or smaller size is sufficient?
dual-boot partitioning ntfs symbolic-link
I don't think Windows can read Linux symlinks. Why not just move all your data files from your Home folder to a separate NTFS data partition, then both systems can read them without worrying about symlinks?
– Paul Benson
Apr 14 at 21:04
@PaulBenson See this askubuntu.com/a/223670/898816 but I don't know weather symlinks require the same amount of space on disk as the original file or folder.
– Saurabh Singh
Apr 15 at 5:23
1
Symlinks barely use any space, just a few kb. If you have 2 disks put all data plus Windows on one and Ubuntu on the other. The data should have its own NTFS partition, which is mounted when Ubuntu boots (fstab entry). You can then make symlinks if you want, eg for your desktop, depending how you wish to organize the data.
– Paul Benson
Apr 15 at 21:47
add a comment |
I have a dual boot system of ubuntu and windows. So to access files of ubuntu on windows I am going to create symlink of the required folders to an ntfs partition.
So my question is can I create the ntfs partition of some random size or it have to be bigger than total size of data inside folder?
eg. Suppose if I want to create symlink of /home/user/Music which contains 1 GB of data to an ntfs partition on same drive, is it necessary to have the ntfs partition greater than 1 GB, or smaller size is sufficient?
dual-boot partitioning ntfs symbolic-link
I have a dual boot system of ubuntu and windows. So to access files of ubuntu on windows I am going to create symlink of the required folders to an ntfs partition.
So my question is can I create the ntfs partition of some random size or it have to be bigger than total size of data inside folder?
eg. Suppose if I want to create symlink of /home/user/Music which contains 1 GB of data to an ntfs partition on same drive, is it necessary to have the ntfs partition greater than 1 GB, or smaller size is sufficient?
dual-boot partitioning ntfs symbolic-link
dual-boot partitioning ntfs symbolic-link
asked Apr 14 at 20:14
Saurabh SinghSaurabh Singh
1208
1208
I don't think Windows can read Linux symlinks. Why not just move all your data files from your Home folder to a separate NTFS data partition, then both systems can read them without worrying about symlinks?
– Paul Benson
Apr 14 at 21:04
@PaulBenson See this askubuntu.com/a/223670/898816 but I don't know weather symlinks require the same amount of space on disk as the original file or folder.
– Saurabh Singh
Apr 15 at 5:23
1
Symlinks barely use any space, just a few kb. If you have 2 disks put all data plus Windows on one and Ubuntu on the other. The data should have its own NTFS partition, which is mounted when Ubuntu boots (fstab entry). You can then make symlinks if you want, eg for your desktop, depending how you wish to organize the data.
– Paul Benson
Apr 15 at 21:47
add a comment |
I don't think Windows can read Linux symlinks. Why not just move all your data files from your Home folder to a separate NTFS data partition, then both systems can read them without worrying about symlinks?
– Paul Benson
Apr 14 at 21:04
@PaulBenson See this askubuntu.com/a/223670/898816 but I don't know weather symlinks require the same amount of space on disk as the original file or folder.
– Saurabh Singh
Apr 15 at 5:23
1
Symlinks barely use any space, just a few kb. If you have 2 disks put all data plus Windows on one and Ubuntu on the other. The data should have its own NTFS partition, which is mounted when Ubuntu boots (fstab entry). You can then make symlinks if you want, eg for your desktop, depending how you wish to organize the data.
– Paul Benson
Apr 15 at 21:47
I don't think Windows can read Linux symlinks. Why not just move all your data files from your Home folder to a separate NTFS data partition, then both systems can read them without worrying about symlinks?
– Paul Benson
Apr 14 at 21:04
I don't think Windows can read Linux symlinks. Why not just move all your data files from your Home folder to a separate NTFS data partition, then both systems can read them without worrying about symlinks?
– Paul Benson
Apr 14 at 21:04
@PaulBenson See this askubuntu.com/a/223670/898816 but I don't know weather symlinks require the same amount of space on disk as the original file or folder.
– Saurabh Singh
Apr 15 at 5:23
@PaulBenson See this askubuntu.com/a/223670/898816 but I don't know weather symlinks require the same amount of space on disk as the original file or folder.
– Saurabh Singh
Apr 15 at 5:23
1
1
Symlinks barely use any space, just a few kb. If you have 2 disks put all data plus Windows on one and Ubuntu on the other. The data should have its own NTFS partition, which is mounted when Ubuntu boots (fstab entry). You can then make symlinks if you want, eg for your desktop, depending how you wish to organize the data.
– Paul Benson
Apr 15 at 21:47
Symlinks barely use any space, just a few kb. If you have 2 disks put all data plus Windows on one and Ubuntu on the other. The data should have its own NTFS partition, which is mounted when Ubuntu boots (fstab entry). You can then make symlinks if you want, eg for your desktop, depending how you wish to organize the data.
– Paul Benson
Apr 15 at 21:47
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133898%2fquestion-related-to-symlinks%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133898%2fquestion-related-to-symlinks%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't think Windows can read Linux symlinks. Why not just move all your data files from your Home folder to a separate NTFS data partition, then both systems can read them without worrying about symlinks?
– Paul Benson
Apr 14 at 21:04
@PaulBenson See this askubuntu.com/a/223670/898816 but I don't know weather symlinks require the same amount of space on disk as the original file or folder.
– Saurabh Singh
Apr 15 at 5:23
1
Symlinks barely use any space, just a few kb. If you have 2 disks put all data plus Windows on one and Ubuntu on the other. The data should have its own NTFS partition, which is mounted when Ubuntu boots (fstab entry). You can then make symlinks if you want, eg for your desktop, depending how you wish to organize the data.
– Paul Benson
Apr 15 at 21:47