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;








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?










share|improve this question






















  • 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


















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?










share|improve this question






















  • 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














0












0








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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


















  • 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











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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?