Share folders through a tethering connectionHow to share files through the local network?wireless tethering problem on ubuntu 12.04Ubuntu 13.04 not USB tethering through AndroidWindows 7 Domain PC not connecting to Samba share on Home networksharing a PC's internet connection to connect HTC One M8 device to the internetHow Do I Get USB Tethering Working Between 15.10 and an Android Device?How to share folders between two PC's with Ubuntu via WIFIHow to get my ubuntu shared folders appearing under network in windows 10

How to interpret Residuals vs. Fitted Plot

Is it possible to keep cat litter on balcony during winter (down to -10°C)

What are these criss-cross patterns close to Cambridge Airport (UK)?

Can I request a credit item be removed from my report as soon as it is paid in full?

What is the meaning of Text inside of AMS logo

"Cобака на сене" - is this expression still in use or is it dated?

VimL/Vimscript: how to access local variable of outer function from its inner function?

Translation Golf XLIX - An Accurate Shot

How much money is needed to prove you can support yourself with ESTA

How do I resolve science-based problems in my worldbuilding?

Does single-stepping on the 8086 behave as described in the user manual?

Will a nuclear country use nuclear weapons if attacked by conventional means by another nuclear country?

An historical mystery : Poincaré’s silence on Lebesgue integral and measure theory?

What's a good onomatopoeia for “suddenly realizing, in a flash of genius”?

Physical interpretation of complex numbers

How to get the address of a C++ lambda function within itself?

Fake TL072/TL074 IC's - how does the economics of it work?

how to make code more optimal in a very big function

Is it unsafe to remove one stud from a load bearing wall?

Why do airports in the UK have so few runways?

Why use [FormalN]?

Decision problems for which it is unknown whether they are decidable

What's the name of the role of characters who buff teammates?

Why did Leia not want to tell Han the truth about Luke and herself?



Share folders through a tethering connection


How to share files through the local network?wireless tethering problem on ubuntu 12.04Ubuntu 13.04 not USB tethering through AndroidWindows 7 Domain PC not connecting to Samba share on Home networksharing a PC's internet connection to connect HTC One M8 device to the internetHow Do I Get USB Tethering Working Between 15.10 and an Android Device?How to share folders between two PC's with Ubuntu via WIFIHow to get my ubuntu shared folders appearing under network in windows 10






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I have following network structure



PC <-- USB cable --> Android Smartphone <--> MyWiFi
IP=192.168.42.41 IP=192.168.35.115 IP=192.168.35.254
NM=255.255.255.0 NM=??? NM=255.255.255.0
DG=192.168.42.129 DG=??? DG=???

Laptop <--------------> MyWiFi
IP=192.168.35.112 IP=192.168.35.254
NM=255.255.255.0 NM=255.255.255.0
DG=192.168.35.254 DG=???


... where MyWiFi is my home WiFi network



Note: The PC can "ping" the Laptop, but the Laptop cannot "ping" the PC.



When I traceroute 192.168.35.254 from the PC, I get the following:



traceroute 192.168.35.254
traceroute to 192.168.35.254 (192.168.35.254), 30 hops max, 60 byte packets
1 192.168.42.129 (192.168.42.129) 2.163 ms 2.870 ms 3.339 ms
2 192.168.35.254 (192.168.35.254) 14.562 ms 14.915 ms 11.876 ms


Routing from the laptop is:



ip route
default via 192.168.35.254 dev wlp2s0 proto static metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
192.168.35.0/24 dev wlp2s0 proto kernel scope link src 192.168.35.112 metric 600


So it seems confirmed that my Android Phone stands as gateway between the PC and the WIFI router.



Both computers PC and Laptop have Ubuntu installed and Nautilus + Samba in order to share folders. The problem is that the PC cannot see the share folders of the Laptop



I have already shared folders between other computers that connect directly to MyWiFi, but I think in this case the tethering is spoiling the sharing.



How can I share folders, even though I am connecting the PC to the WiFi via tethering?










share|improve this question




























  • How is the PC tethered to the Android? Cable? Bluetooth? can the PC ping the default gateway of MyWiFi? Can it ping 1.1.1.1? Please edit your question to provide this valuable info and then leave a comment @Fabby 0:-)

    – Fabby
    Jul 18 at 22:14












  • This is confusing,... are you sure you use tethering ?

    – Robert Riedl
    Jul 19 at 13:25











  • @Fabby Thanks for the questions. I just did what you asked for. Every ping worked properly.

    – loved.by.Jesus
    Jul 19 at 13:46











  • Ah. Please edit your question and provide the whole picture in the PC <-- USB cable --> Android Smartphone <--> MyWiFi line: all of their IP addresses and Default gateways because you don't have a samba issue but a networking issue. also add the full samba config to paste.ubuntu.com and provide a link to that in your question too. so make your question easy to understand from a full networking perspective... ;-)

    – Fabby
    Jul 19 at 14:11







  • 1





    I agree with @Fabby this is a network issue, specifically having two subnets. The simple solution would be to connect the PC to the router by an Ethernet cable or a WiFi dongle. Then you will have both PC and laptop on the same subnet.

    – user68186
    Jul 19 at 22:30


















0

















I have following network structure



PC <-- USB cable --> Android Smartphone <--> MyWiFi
IP=192.168.42.41 IP=192.168.35.115 IP=192.168.35.254
NM=255.255.255.0 NM=??? NM=255.255.255.0
DG=192.168.42.129 DG=??? DG=???

Laptop <--------------> MyWiFi
IP=192.168.35.112 IP=192.168.35.254
NM=255.255.255.0 NM=255.255.255.0
DG=192.168.35.254 DG=???


... where MyWiFi is my home WiFi network



Note: The PC can "ping" the Laptop, but the Laptop cannot "ping" the PC.



When I traceroute 192.168.35.254 from the PC, I get the following:



traceroute 192.168.35.254
traceroute to 192.168.35.254 (192.168.35.254), 30 hops max, 60 byte packets
1 192.168.42.129 (192.168.42.129) 2.163 ms 2.870 ms 3.339 ms
2 192.168.35.254 (192.168.35.254) 14.562 ms 14.915 ms 11.876 ms


Routing from the laptop is:



ip route
default via 192.168.35.254 dev wlp2s0 proto static metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
192.168.35.0/24 dev wlp2s0 proto kernel scope link src 192.168.35.112 metric 600


So it seems confirmed that my Android Phone stands as gateway between the PC and the WIFI router.



Both computers PC and Laptop have Ubuntu installed and Nautilus + Samba in order to share folders. The problem is that the PC cannot see the share folders of the Laptop



I have already shared folders between other computers that connect directly to MyWiFi, but I think in this case the tethering is spoiling the sharing.



How can I share folders, even though I am connecting the PC to the WiFi via tethering?










share|improve this question




























  • How is the PC tethered to the Android? Cable? Bluetooth? can the PC ping the default gateway of MyWiFi? Can it ping 1.1.1.1? Please edit your question to provide this valuable info and then leave a comment @Fabby 0:-)

    – Fabby
    Jul 18 at 22:14












  • This is confusing,... are you sure you use tethering ?

    – Robert Riedl
    Jul 19 at 13:25











  • @Fabby Thanks for the questions. I just did what you asked for. Every ping worked properly.

    – loved.by.Jesus
    Jul 19 at 13:46











  • Ah. Please edit your question and provide the whole picture in the PC <-- USB cable --> Android Smartphone <--> MyWiFi line: all of their IP addresses and Default gateways because you don't have a samba issue but a networking issue. also add the full samba config to paste.ubuntu.com and provide a link to that in your question too. so make your question easy to understand from a full networking perspective... ;-)

    – Fabby
    Jul 19 at 14:11







  • 1





    I agree with @Fabby this is a network issue, specifically having two subnets. The simple solution would be to connect the PC to the router by an Ethernet cable or a WiFi dongle. Then you will have both PC and laptop on the same subnet.

    – user68186
    Jul 19 at 22:30














0












0








0








I have following network structure



PC <-- USB cable --> Android Smartphone <--> MyWiFi
IP=192.168.42.41 IP=192.168.35.115 IP=192.168.35.254
NM=255.255.255.0 NM=??? NM=255.255.255.0
DG=192.168.42.129 DG=??? DG=???

Laptop <--------------> MyWiFi
IP=192.168.35.112 IP=192.168.35.254
NM=255.255.255.0 NM=255.255.255.0
DG=192.168.35.254 DG=???


... where MyWiFi is my home WiFi network



Note: The PC can "ping" the Laptop, but the Laptop cannot "ping" the PC.



When I traceroute 192.168.35.254 from the PC, I get the following:



traceroute 192.168.35.254
traceroute to 192.168.35.254 (192.168.35.254), 30 hops max, 60 byte packets
1 192.168.42.129 (192.168.42.129) 2.163 ms 2.870 ms 3.339 ms
2 192.168.35.254 (192.168.35.254) 14.562 ms 14.915 ms 11.876 ms


Routing from the laptop is:



ip route
default via 192.168.35.254 dev wlp2s0 proto static metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
192.168.35.0/24 dev wlp2s0 proto kernel scope link src 192.168.35.112 metric 600


So it seems confirmed that my Android Phone stands as gateway between the PC and the WIFI router.



Both computers PC and Laptop have Ubuntu installed and Nautilus + Samba in order to share folders. The problem is that the PC cannot see the share folders of the Laptop



I have already shared folders between other computers that connect directly to MyWiFi, but I think in this case the tethering is spoiling the sharing.



How can I share folders, even though I am connecting the PC to the WiFi via tethering?










share|improve this question

















I have following network structure



PC <-- USB cable --> Android Smartphone <--> MyWiFi
IP=192.168.42.41 IP=192.168.35.115 IP=192.168.35.254
NM=255.255.255.0 NM=??? NM=255.255.255.0
DG=192.168.42.129 DG=??? DG=???

Laptop <--------------> MyWiFi
IP=192.168.35.112 IP=192.168.35.254
NM=255.255.255.0 NM=255.255.255.0
DG=192.168.35.254 DG=???


... where MyWiFi is my home WiFi network



Note: The PC can "ping" the Laptop, but the Laptop cannot "ping" the PC.



When I traceroute 192.168.35.254 from the PC, I get the following:



traceroute 192.168.35.254
traceroute to 192.168.35.254 (192.168.35.254), 30 hops max, 60 byte packets
1 192.168.42.129 (192.168.42.129) 2.163 ms 2.870 ms 3.339 ms
2 192.168.35.254 (192.168.35.254) 14.562 ms 14.915 ms 11.876 ms


Routing from the laptop is:



ip route
default via 192.168.35.254 dev wlp2s0 proto static metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
192.168.35.0/24 dev wlp2s0 proto kernel scope link src 192.168.35.112 metric 600


So it seems confirmed that my Android Phone stands as gateway between the PC and the WIFI router.



Both computers PC and Laptop have Ubuntu installed and Nautilus + Samba in order to share folders. The problem is that the PC cannot see the share folders of the Laptop



I have already shared folders between other computers that connect directly to MyWiFi, but I think in this case the tethering is spoiling the sharing.



How can I share folders, even though I am connecting the PC to the WiFi via tethering?







nautilus samba android shared-folders tethering






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited Jul 20 at 17:14







loved.by.Jesus

















asked Jul 14 at 19:07









loved.by.Jesusloved.by.Jesus

1211 silver badge13 bronze badges




1211 silver badge13 bronze badges















  • How is the PC tethered to the Android? Cable? Bluetooth? can the PC ping the default gateway of MyWiFi? Can it ping 1.1.1.1? Please edit your question to provide this valuable info and then leave a comment @Fabby 0:-)

    – Fabby
    Jul 18 at 22:14












  • This is confusing,... are you sure you use tethering ?

    – Robert Riedl
    Jul 19 at 13:25











  • @Fabby Thanks for the questions. I just did what you asked for. Every ping worked properly.

    – loved.by.Jesus
    Jul 19 at 13:46











  • Ah. Please edit your question and provide the whole picture in the PC <-- USB cable --> Android Smartphone <--> MyWiFi line: all of their IP addresses and Default gateways because you don't have a samba issue but a networking issue. also add the full samba config to paste.ubuntu.com and provide a link to that in your question too. so make your question easy to understand from a full networking perspective... ;-)

    – Fabby
    Jul 19 at 14:11







  • 1





    I agree with @Fabby this is a network issue, specifically having two subnets. The simple solution would be to connect the PC to the router by an Ethernet cable or a WiFi dongle. Then you will have both PC and laptop on the same subnet.

    – user68186
    Jul 19 at 22:30


















  • How is the PC tethered to the Android? Cable? Bluetooth? can the PC ping the default gateway of MyWiFi? Can it ping 1.1.1.1? Please edit your question to provide this valuable info and then leave a comment @Fabby 0:-)

    – Fabby
    Jul 18 at 22:14












  • This is confusing,... are you sure you use tethering ?

    – Robert Riedl
    Jul 19 at 13:25











  • @Fabby Thanks for the questions. I just did what you asked for. Every ping worked properly.

    – loved.by.Jesus
    Jul 19 at 13:46











  • Ah. Please edit your question and provide the whole picture in the PC <-- USB cable --> Android Smartphone <--> MyWiFi line: all of their IP addresses and Default gateways because you don't have a samba issue but a networking issue. also add the full samba config to paste.ubuntu.com and provide a link to that in your question too. so make your question easy to understand from a full networking perspective... ;-)

    – Fabby
    Jul 19 at 14:11







  • 1





    I agree with @Fabby this is a network issue, specifically having two subnets. The simple solution would be to connect the PC to the router by an Ethernet cable or a WiFi dongle. Then you will have both PC and laptop on the same subnet.

    – user68186
    Jul 19 at 22:30

















How is the PC tethered to the Android? Cable? Bluetooth? can the PC ping the default gateway of MyWiFi? Can it ping 1.1.1.1? Please edit your question to provide this valuable info and then leave a comment @Fabby 0:-)

– Fabby
Jul 18 at 22:14






How is the PC tethered to the Android? Cable? Bluetooth? can the PC ping the default gateway of MyWiFi? Can it ping 1.1.1.1? Please edit your question to provide this valuable info and then leave a comment @Fabby 0:-)

– Fabby
Jul 18 at 22:14














This is confusing,... are you sure you use tethering ?

– Robert Riedl
Jul 19 at 13:25





This is confusing,... are you sure you use tethering ?

– Robert Riedl
Jul 19 at 13:25













@Fabby Thanks for the questions. I just did what you asked for. Every ping worked properly.

– loved.by.Jesus
Jul 19 at 13:46





@Fabby Thanks for the questions. I just did what you asked for. Every ping worked properly.

– loved.by.Jesus
Jul 19 at 13:46













Ah. Please edit your question and provide the whole picture in the PC <-- USB cable --> Android Smartphone <--> MyWiFi line: all of their IP addresses and Default gateways because you don't have a samba issue but a networking issue. also add the full samba config to paste.ubuntu.com and provide a link to that in your question too. so make your question easy to understand from a full networking perspective... ;-)

– Fabby
Jul 19 at 14:11






Ah. Please edit your question and provide the whole picture in the PC <-- USB cable --> Android Smartphone <--> MyWiFi line: all of their IP addresses and Default gateways because you don't have a samba issue but a networking issue. also add the full samba config to paste.ubuntu.com and provide a link to that in your question too. so make your question easy to understand from a full networking perspective... ;-)

– Fabby
Jul 19 at 14:11





1




1





I agree with @Fabby this is a network issue, specifically having two subnets. The simple solution would be to connect the PC to the router by an Ethernet cable or a WiFi dongle. Then you will have both PC and laptop on the same subnet.

– user68186
Jul 19 at 22:30






I agree with @Fabby this is a network issue, specifically having two subnets. The simple solution would be to connect the PC to the router by an Ethernet cable or a WiFi dongle. Then you will have both PC and laptop on the same subnet.

– user68186
Jul 19 at 22:30











2 Answers
2






active

oldest

votes


















3







+50











Here your Android Smartphone indeed works as gateway but partially you also have to configure routes from laptop side.



The reason behind PC cannot see the share folders of the Laptop is that Laptop routes packets through your wifi router. You need configure your android smartphone's ip address as gateway in your laptop.



Currently gateway of laptop is router. Please remove 192.168.35.254 ip address and configure smartphone as gateway 192.168.35.115 in your laptop's network configuration. After applying configuration, it should work.



You can check routes of laptop using route -n command.






share|improve this answer























  • 1





    Thanks a lot @Ketan Patel, it really worked! Just by replacing the gateway I could access the PC from the laptop and, not only ping the PC's address, but also mount samba from the laptop by standard command smb://192.168.42.41/folder_name on nautilus

    – loved.by.Jesus
    Jul 23 at 21:40



















-1


















Because the PC can "ping" the Laptop, I can at least access the Samba shared folders of the Laptop (IP 192.168.35.112) from the PC. I have to use following command in the nautilus bar of the PC.



smb://192.168.35.112/name-of-shared-folder


In that way I can do at least exchange from the PC.



Caveat



The same as the other answers. The IP of the Laptop may change, and therefore the command should be adapted.






share|improve this answer



























    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/4.0/"u003ecc by-sa 4.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%2f1158257%2fshare-folders-through-a-tethering-connection%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3







    +50











    Here your Android Smartphone indeed works as gateway but partially you also have to configure routes from laptop side.



    The reason behind PC cannot see the share folders of the Laptop is that Laptop routes packets through your wifi router. You need configure your android smartphone's ip address as gateway in your laptop.



    Currently gateway of laptop is router. Please remove 192.168.35.254 ip address and configure smartphone as gateway 192.168.35.115 in your laptop's network configuration. After applying configuration, it should work.



    You can check routes of laptop using route -n command.






    share|improve this answer























    • 1





      Thanks a lot @Ketan Patel, it really worked! Just by replacing the gateway I could access the PC from the laptop and, not only ping the PC's address, but also mount samba from the laptop by standard command smb://192.168.42.41/folder_name on nautilus

      – loved.by.Jesus
      Jul 23 at 21:40
















    3







    +50











    Here your Android Smartphone indeed works as gateway but partially you also have to configure routes from laptop side.



    The reason behind PC cannot see the share folders of the Laptop is that Laptop routes packets through your wifi router. You need configure your android smartphone's ip address as gateway in your laptop.



    Currently gateway of laptop is router. Please remove 192.168.35.254 ip address and configure smartphone as gateway 192.168.35.115 in your laptop's network configuration. After applying configuration, it should work.



    You can check routes of laptop using route -n command.






    share|improve this answer























    • 1





      Thanks a lot @Ketan Patel, it really worked! Just by replacing the gateway I could access the PC from the laptop and, not only ping the PC's address, but also mount samba from the laptop by standard command smb://192.168.42.41/folder_name on nautilus

      – loved.by.Jesus
      Jul 23 at 21:40














    3







    +50







    3







    +50



    3






    +50





    Here your Android Smartphone indeed works as gateway but partially you also have to configure routes from laptop side.



    The reason behind PC cannot see the share folders of the Laptop is that Laptop routes packets through your wifi router. You need configure your android smartphone's ip address as gateway in your laptop.



    Currently gateway of laptop is router. Please remove 192.168.35.254 ip address and configure smartphone as gateway 192.168.35.115 in your laptop's network configuration. After applying configuration, it should work.



    You can check routes of laptop using route -n command.






    share|improve this answer
















    Here your Android Smartphone indeed works as gateway but partially you also have to configure routes from laptop side.



    The reason behind PC cannot see the share folders of the Laptop is that Laptop routes packets through your wifi router. You need configure your android smartphone's ip address as gateway in your laptop.



    Currently gateway of laptop is router. Please remove 192.168.35.254 ip address and configure smartphone as gateway 192.168.35.115 in your laptop's network configuration. After applying configuration, it should work.



    You can check routes of laptop using route -n command.







    share|improve this answer















    share|improve this answer




    share|improve this answer








    edited Jul 24 at 14:31

























    answered Jul 22 at 14:42









    Ketan PatelKetan Patel

    11.1k9 gold badges47 silver badges67 bronze badges




    11.1k9 gold badges47 silver badges67 bronze badges










    • 1





      Thanks a lot @Ketan Patel, it really worked! Just by replacing the gateway I could access the PC from the laptop and, not only ping the PC's address, but also mount samba from the laptop by standard command smb://192.168.42.41/folder_name on nautilus

      – loved.by.Jesus
      Jul 23 at 21:40













    • 1





      Thanks a lot @Ketan Patel, it really worked! Just by replacing the gateway I could access the PC from the laptop and, not only ping the PC's address, but also mount samba from the laptop by standard command smb://192.168.42.41/folder_name on nautilus

      – loved.by.Jesus
      Jul 23 at 21:40








    1




    1





    Thanks a lot @Ketan Patel, it really worked! Just by replacing the gateway I could access the PC from the laptop and, not only ping the PC's address, but also mount samba from the laptop by standard command smb://192.168.42.41/folder_name on nautilus

    – loved.by.Jesus
    Jul 23 at 21:40






    Thanks a lot @Ketan Patel, it really worked! Just by replacing the gateway I could access the PC from the laptop and, not only ping the PC's address, but also mount samba from the laptop by standard command smb://192.168.42.41/folder_name on nautilus

    – loved.by.Jesus
    Jul 23 at 21:40














    -1


















    Because the PC can "ping" the Laptop, I can at least access the Samba shared folders of the Laptop (IP 192.168.35.112) from the PC. I have to use following command in the nautilus bar of the PC.



    smb://192.168.35.112/name-of-shared-folder


    In that way I can do at least exchange from the PC.



    Caveat



    The same as the other answers. The IP of the Laptop may change, and therefore the command should be adapted.






    share|improve this answer






























      -1


















      Because the PC can "ping" the Laptop, I can at least access the Samba shared folders of the Laptop (IP 192.168.35.112) from the PC. I have to use following command in the nautilus bar of the PC.



      smb://192.168.35.112/name-of-shared-folder


      In that way I can do at least exchange from the PC.



      Caveat



      The same as the other answers. The IP of the Laptop may change, and therefore the command should be adapted.






      share|improve this answer




























        -1














        -1










        -1









        Because the PC can "ping" the Laptop, I can at least access the Samba shared folders of the Laptop (IP 192.168.35.112) from the PC. I have to use following command in the nautilus bar of the PC.



        smb://192.168.35.112/name-of-shared-folder


        In that way I can do at least exchange from the PC.



        Caveat



        The same as the other answers. The IP of the Laptop may change, and therefore the command should be adapted.






        share|improve this answer














        Because the PC can "ping" the Laptop, I can at least access the Samba shared folders of the Laptop (IP 192.168.35.112) from the PC. I have to use following command in the nautilus bar of the PC.



        smb://192.168.35.112/name-of-shared-folder


        In that way I can do at least exchange from the PC.



        Caveat



        The same as the other answers. The IP of the Laptop may change, and therefore the command should be adapted.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Jul 20 at 17:22









        loved.by.Jesusloved.by.Jesus

        1211 silver badge13 bronze badges




        1211 silver badge13 bronze badges































            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%2f1158257%2fshare-folders-through-a-tethering-connection%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?