Home घर » » Vista Tweaks and Trick Vista Tweaks और चाल

Vista Tip : How to make data of two folders available in one Vista सुझाव: कैसे दो फ़ोल्डर्स एक में उपलब्ध डेटा बनाने के लिए

Last post we learned how to अंतिम पोस्ट हम कैसे सीख make a symlink in windows vista विंडोज़ विस्टा में एक symlink बनाना . . However with default option you will be able to see only one directory or folder data in the symlink created. लेकिन आप में सक्षम हो जाएगा डिफ़ॉल्ट विकल्प के साथ ही एक निर्देशिका या फ़ोल्डर के symlink में डेटा देखने के लिए बनाया. Here we will see how we can make data of two directory available in one symlink. यह हम कैसे हम दो निर्देशिका एक symlink में उपलब्ध आंकड़ों कर सकते हैं देखेंगे.

Our Target हमारा लक्ष्य

Take Directories d:\Blogdata and d:\Images . घ निर्देशिकाएँ लो: \ Blogdata और घ: \ छवियाँ. Now you want to see data of both the directory into a new place say d:\Blog. अब आप एक नई जगह में दोनों निर्देशिका का डेटा देखना चाहता हूँ घ कहा: \ ब्लॉग. Now we will use MKLINK /J option to do it. अब हमें यह करना MKLINK / जे विकल्प का उपयोग करेंगे. /J stands for directory junction. / जे निर्देशिका जंक्शन के लिए खड़ा है.

Steps to make a junction directory / symlink कदम एक जंक्शन निर्देशिका बनाने के लिए / symlink

  • MKLINK /D c:\blog d:\BlogData MKLINK / डी ग: \ घ ब्लॉग: \ BlogData
  • The above steps create a hard link and all data under D:\blogdata directory can be seen in c:\blog. उपरोक्त कदम डी के तहत एक कड़ी मेहनत और सभी डेटा बनाने: \ blogdata निर्देशिका ग में देखा जा सकता है: \ ब्लॉग.
  • Now type MKLINK /J c:\blog d:\images अब प्रकार MKLINK / जे सी: \ घ ब्लॉग: \ छवियाँ
  • Now your d:\images will be added to the symlink you have already create. अब अपनी घ: \ तस्वीरें आप पहले से ही बना है symlink में जोड़ा जाएगा.
  • Now when you browse c:\blog you will be able to see both directories data. अब जब तुम ग ब्राउज़: तुम दोनों निर्देशिकाओं डेटा देखने के लिए सक्षम होंगे ब्लॉग \.

Have Your say आपका कहना है

Try this and see if it work. इस कोशिश करो और देखो अगर यह काम करते हैं. If you have any problems in implementing it, you can leave a comment and I will try to help you for sure. यदि आप इसे लागू करने में कोई समस्या है, तो आप एक टिप्पणी को छोड़ सकते हैं और मुझे यकीन है कि आप के लिए मदद करने की कोशिश करेंगे.

Tagged with: के साथ टैग की गईं:

Translate to EnglishÜbersetzen Sie zum Deutsch/GermanΜεταφράστε στα ελληνικά/GreekПереведите к русскому/RussianOversetter til Norsk/NorwegianÖversätta till Svensk/Swedishहिन्दी अनुवाद करने के लिए/Hindi
Tradueix al català/CatalanTulkot uz latviešu/LatvianPreložiť do slovenčiny/SlovakVertaal aan het Nederlands/Dutchترجمة الى العربية/ArabicTraduzca al Español/SpanishTraduisez au Français/French
Traduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese TraditionalПереклад на українську/Ukrainian

एसएमएस सदस्यताPrint This Post

Posted on 31st October 2007 by 31 अक्टूबर 2007 पर द्वारा पोस्ट Ashish Mohta आशीष Mohta , A tech blogger who writes about solving day to day problems of people who use computer. है, जो दिन के बारे में है जो कम्प्यूटर का इस्तेमाल लोगों की दिन समस्याओं को हल करने के लिए लिखता है एक टेक ब्लॉगर. He also writes on How to use the applications like Office, PC tips, Online tools,Browsers and more. All posts by उन्होंने यह भी कैसे कार्यालय, पीसी युक्तियाँ, ऑनलाइन उपकरण, ब्राउज़र्स और अधिक जैसे अनुप्रयोगों का उपयोग करने पर लिखता है. सभी पदों से Ashish Mohta आशीष Mohta | Connect with me @ | कनेक्ट मेरे साथ @ Twitter चहचहाना | | Linkedin Linkedin | | Facebook Facebook | | Stumble ठोकर | Need more help? | और अधिक मदद की जरूरत है? Ask your Questions at our पर अपने प्रश्न पूछें हमारे Support Center सहायता केंद्र

5 Comments 5 टिप्पणियाँ » »

  • SantaClaus said: SantaClaus ने कहा:

    Getting Vista to display two folders as one via the above method does not work. विस्टा करना एक के रूप में काम नहीं करता है उपर्युक्त विधि के माध्यम से दो फ़ोल्डर्स प्रदर्शित करने के लिए.

    For example: उदाहरण के लिए:

    MKLINK /D c:\Test d:\SampleA MKLINK / डी ग: \ टेस्ट घ: \ SampleA
    MKLINK /J c:\Test e:\SampleB MKLINK / जे सी: \ टेस्ट ई: \ SampleB

    Results in an error “Cannot create a file when that file already exists.” एक त्रुटि में परिणाम "जब कि फ़ाइल पहले से मौजूद एक फ़ाइल नहीं बना सकते."

  • PJ said: PJ ने कहा:

    I have the same problem “Cannot create a file when that file already exists error” मैं जब कि फ़ाइल पहले से ही मौजूद है त्रुटि "एक फ़ाइल नहीं बना सकते हैं एक ही समस्या" है

  • Kumar said: कुमार ने कहा:

    Try before posting please or reply to comments! कृपया या टिप्पणी करने के लिए उत्तर पोस्ट करने से पहले की कोशिश करो!
    like others same problem… “Cannot create a file when that file already exists error” दूसरों की तरह एक ही समस्या है ... "एक फ़ाइल नहीं बना सकते हैं, जब कि फ़ाइल पहले से ही" त्रुटि मौजूद है
    Thanks! धन्यवाद!

  • John Hunt जॉन हंट said: ने कहा:

    You can't create a link to a file using the same name as another file/link in the directory. आप एक फाइल एक अन्य फ़ाइल के रूप में एक ही नाम का प्रयोग करके / लिंक निर्देशिका में करने के लिए एक लिंक का निर्माण नहीं कर सकते हैं. Surely that's obvious?! निश्चित रूप से स्पष्ट है कि?

Leave your response! आपकी प्रतिक्रिया छोड़ दो!

Be nice. अच्छे बनो. Keep it clean. यह साफ रखें. Stay on topic. रहो विषय पर. No spam. स्पैम नहीं.

You can use these tags: आप इन टैग का उपयोग कर सकते हैं:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>