From: raghukisore <nra...@gm...> - 2013-01-08 03:57:01
|
i am not able to get ssh and scp working between the host computer (windows 7) and colinux(fedora 10)!! i finally gave up and now would like to know if its possible to move files by using USB drive?? if yes please share any references. I am able to launch apps (like fedora, gvim, xeyes, xterm, kscope, gnome-session etc) on colinux side and see the interface on my host computer. But i am not able to set up ssh or scp session (winscp) from host to colinux side. Basically, I am not able to ping either eth0 (slirp)or eth1 (tap) interfaces from host computer. I am not sure if this has something to do with correct;y configuring the following setting inside start-Fedora-10.sh eth0=slirp,,tcp:5900:5900 ro \ eth1=tuntap,,tcp:5900:5900 ro The above 2 lines have something to do with port mapping incoming requests. I just need some way to move files between host and colinux filesystem. I tried samba share. did not work as colinux 0.7.9 somehow doesn't recognize cofs file system. Thanks Raghu. -- View this message in context: http://old.nabble.com/how-to-move-files-between-host-and-colinux-using-USB--tp34871602p34871602.html Sent from the colinux-users mailing list archive at Nabble.com. |
From: yin s. <sun...@gm...> - 2013-01-08 04:17:20
|
for server access, I already suggest you try bridge-pcap instead of slirp or tuntap. And check the fedora default firewall setting. to access windows host C: directory all you need is the (cofs). That is the easiest way. On Mon, Jan 7, 2013 at 7:56 PM, raghukisore <nra...@gm...> wrote: > > i am not able to get ssh and scp working between the host computer (windows > 7) and colinux(fedora 10)!! > i finally gave up and now would like to know if its possible to move files > by using USB drive?? if yes please share any references. > > > I am able to launch apps (like fedora, gvim, xeyes, xterm, kscope, > gnome-session etc) on colinux side and see the interface on my host > computer. > > But i am not able to set up ssh or scp session (winscp) from host to colinux > side. Basically, I am not able to ping either eth0 (slirp)or eth1 (tap) > interfaces from host computer. I am not sure if this has something to do > with correct;y configuring the following setting inside start-Fedora-10.sh > eth0=slirp,,tcp:5900:5900 ro \ > eth1=tuntap,,tcp:5900:5900 ro > The above 2 lines have something to do with port mapping incoming requests. > > > I just need some way to move files between host and colinux filesystem. > I tried samba share. did not work as colinux 0.7.9 somehow doesn't recognize > cofs file system. > > Thanks > Raghu. > -- > View this message in context: http://old.nabble.com/how-to-move-files-between-host-and-colinux-using-USB--tp34871602p34871602.html > Sent from the colinux-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: Arturo R. <ja...@gm...> - 2013-01-08 08:21:31
|
You're not telling us what about cofs doesn't work. Post your entire start-Fedora-10.sh file. This is what I have defined in my own config: cofs00=C:\Users\jaquer\Data\ Then, when coLinux has booted, it's just a matter of issuing: mount -t cofs 0 -o uid=jaquer,gid=jaquer /home/jaquer/Data and I am able to access all my files inside coLinux. Read the cofs.txt file inside the coLinux installation for more examples/details. On Mon, Jan 7, 2013 at 7:56 PM, raghukisore <nra...@gm...> wrote: > > i am not able to get ssh and scp working between the host computer (windows > 7) and colinux(fedora 10)!! > i finally gave up and now would like to know if its possible to move files > by using USB drive?? if yes please share any references. > > > I am able to launch apps (like fedora, gvim, xeyes, xterm, kscope, > gnome-session etc) on colinux side and see the interface on my host > computer. > > But i am not able to set up ssh or scp session (winscp) from host to colinux > side. Basically, I am not able to ping either eth0 (slirp)or eth1 (tap) > interfaces from host computer. I am not sure if this has something to do > with correct;y configuring the following setting inside start-Fedora-10.sh > eth0=slirp,,tcp:5900:5900 ro \ > eth1=tuntap,,tcp:5900:5900 ro > The above 2 lines have something to do with port mapping incoming requests. > > > I just need some way to move files between host and colinux filesystem. > I tried samba share. did not work as colinux 0.7.9 somehow doesn't recognize > cofs file system. > > Thanks > Raghu. > -- > View this message in context: http://old.nabble.com/how-to-move-files-between-host-and-colinux-using-USB--tp34871602p34871602.html > Sent from the colinux-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users -- Arturo R. |
From: raghukisore <nra...@gm...> - 2013-01-08 09:42:29
|
I don't have file on this computer.. colinux 0.7.9 boots up fine when i add the line similar to your in .sh file but when execute the mount command it complains about cofs It says unrecognized file system type. Arturo R. wrote: > > You're not telling us what about cofs doesn't work. Post your entire > start-Fedora-10.sh file. > > This is what I have defined in my own config: > > cofs00=C:\Users\jaquer\Data\ > > Then, when coLinux has booted, it's just a matter of issuing: > > mount -t cofs 0 -o uid=jaquer,gid=jaquer /home/jaquer/Data > > and I am able to access all my files inside coLinux. > > Read the cofs.txt file inside the coLinux installation for more > examples/details. > > > On Mon, Jan 7, 2013 at 7:56 PM, raghukisore <nra...@gm...> > wrote: >> >> i am not able to get ssh and scp working between the host computer >> (windows >> 7) and colinux(fedora 10)!! >> i finally gave up and now would like to know if its possible to move >> files >> by using USB drive?? if yes please share any references. >> >> >> I am able to launch apps (like fedora, gvim, xeyes, xterm, kscope, >> gnome-session etc) on colinux side and see the interface on my host >> computer. >> >> But i am not able to set up ssh or scp session (winscp) from host to >> colinux >> side. Basically, I am not able to ping either eth0 (slirp)or eth1 (tap) >> interfaces from host computer. I am not sure if this has something to do >> with correct;y configuring the following setting inside >> start-Fedora-10.sh >> eth0=slirp,,tcp:5900:5900 ro \ >> eth1=tuntap,,tcp:5900:5900 ro >> The above 2 lines have something to do with port mapping incoming >> requests. >> >> >> I just need some way to move files between host and colinux filesystem. >> I tried samba share. did not work as colinux 0.7.9 somehow doesn't >> recognize >> cofs file system. >> >> Thanks >> Raghu. >> -- >> View this message in context: >> http://old.nabble.com/how-to-move-files-between-host-and-colinux-using-USB--tp34871602p34871602.html >> Sent from the colinux-users mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS >> and more. Get SQL Server skills now (including 2012) with LearnDevNow - >> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >> SALE $99.99 this month only - learn more at: >> http://p.sf.net/sfu/learnmore_122512 >> _______________________________________________ >> coLinux-users mailing list >> coL...@li... >> https://lists.sourceforge.net/lists/listinfo/colinux-users > > > > -- > Arturo R. > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > -- View this message in context: http://old.nabble.com/how-to-move-files-between-host-and-colinux-using-USB--tp34871602p34872342.html Sent from the colinux-users mailing list archive at Nabble.com. |
From: raghukisore <nra...@gm...> - 2013-01-08 09:59:38
|
Hi Arturo R. Please Ignore my earlier comment on that cofs thing. It works now.. Thanks. I have been battling on this for a week now!! Regards Raghu. raghukisore wrote: > > I don't have file on this computer.. colinux 0.7.9 boots up fine when i > add the line similar to your in .sh file > but when execute the mount command it complains about cofs It says > unrecognized file system type. > > > Arturo R. wrote: >> >> You're not telling us what about cofs doesn't work. Post your entire >> start-Fedora-10.sh file. >> >> This is what I have defined in my own config: >> >> cofs00=C:\Users\jaquer\Data\ >> >> Then, when coLinux has booted, it's just a matter of issuing: >> >> mount -t cofs 0 -o uid=jaquer,gid=jaquer /home/jaquer/Data >> >> and I am able to access all my files inside coLinux. >> >> Read the cofs.txt file inside the coLinux installation for more >> examples/details. >> >> >> On Mon, Jan 7, 2013 at 7:56 PM, raghukisore <nra...@gm...> >> wrote: >>> >>> i am not able to get ssh and scp working between the host computer >>> (windows >>> 7) and colinux(fedora 10)!! >>> i finally gave up and now would like to know if its possible to move >>> files >>> by using USB drive?? if yes please share any references. >>> >>> >>> I am able to launch apps (like fedora, gvim, xeyes, xterm, kscope, >>> gnome-session etc) on colinux side and see the interface on my host >>> computer. >>> >>> But i am not able to set up ssh or scp session (winscp) from host to >>> colinux >>> side. Basically, I am not able to ping either eth0 (slirp)or eth1 (tap) >>> interfaces from host computer. I am not sure if this has something to do >>> with correct;y configuring the following setting inside >>> start-Fedora-10.sh >>> eth0=slirp,,tcp:5900:5900 ro \ >>> eth1=tuntap,,tcp:5900:5900 ro >>> The above 2 lines have something to do with port mapping incoming >>> requests. >>> >>> >>> I just need some way to move files between host and colinux filesystem. >>> I tried samba share. did not work as colinux 0.7.9 somehow doesn't >>> recognize >>> cofs file system. >>> >>> Thanks >>> Raghu. >>> -- >>> View this message in context: >>> http://old.nabble.com/how-to-move-files-between-host-and-colinux-using-USB--tp34871602p34871602.html >>> Sent from the colinux-users mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS >>> and more. Get SQL Server skills now (including 2012) with LearnDevNow - >>> 200+ hours of step-by-step video tutorials by Microsoft MVPs and >>> experts. >>> SALE $99.99 this month only - learn more at: >>> http://p.sf.net/sfu/learnmore_122512 >>> _______________________________________________ >>> coLinux-users mailing list >>> coL...@li... >>> https://lists.sourceforge.net/lists/listinfo/colinux-users >> >> >> >> -- >> Arturo R. >> >> ------------------------------------------------------------------------------ >> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS >> and more. Get SQL Server skills now (including 2012) with LearnDevNow - >> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >> SALE $99.99 this month only - learn more at: >> http://p.sf.net/sfu/learnmore_122512 >> _______________________________________________ >> coLinux-users mailing list >> coL...@li... >> https://lists.sourceforge.net/lists/listinfo/colinux-users >> >> > > -- View this message in context: http://old.nabble.com/how-to-move-files-between-host-and-colinux-using-USB--tp34871602p34872414.html Sent from the colinux-users mailing list archive at Nabble.com. |