Join Today
+ Reply to Thread
Page 2 of 6 FirstFirst 123456 LastLast
Results 11 to 20 of 51
  1. #11

    Default Re: fedora core 5 telnet to PC

    I did as you say but pc read diska only ,like when you set fone as masss storage
    I can't see ezxlocal .....
    can you tell me more how to telnet to fone thanks
    here screenshot
    Attached Thumbnails Attached Thumbnails fedora core 5 telnet to PC-telnet_545.png  

  2. #12
    Join Date
    Nov 2005
    Location
    Pakistan
    Posts
    860

    Default Re: fedora core 5 telnet to PC

    press ALT+F2 (means open run program dialog).
    type "\\192.168.1.2\system"
    press enter

    i hope it will work

    btw, ping command assures that you are on network with specified machine and can transmit data in between.you can use CTRL+C to stop execution of ping. however it doesnt hurt.
    --------------------
    -->E680i... ROX.
    --------------------

  3. #13

    Default Re: fedora core 5 telnet to PC

    yes I did as you said and here screenshot
    Attached Thumbnails Attached Thumbnails fedora core 5 telnet to PC-telnet1.png  

  4. #14

    Default Re: fedora core 5 telnet to PC

    from the ping results it looks like you are connected, but \\192.168.1.2\system is a windows command and as far as i know wont work for linux.

    to mount the "system" drive from a linux PC you need to use:

    mount -t smbfs //192.168.1.2/system <mount point>

    (of course you will first have to create the mount point, if you haven't done this yet the easiest way is to use the following:

    Code:
    mkdir -p /mnt/e680_samba/
    
    mount -t smbfs //192.168.1.2/system /mnt/e680_samba
    if everything is working it will prompt you for a password and you can just hit return, after that you should be able to see the whole phone file system in /mnt/e680_samba/xxx

  5. #15
    Join Date
    Nov 2005
    Location
    Pakistan
    Posts
    860

    Default Re: fedora core 5 telnet to PC

    yups, RPC is right(i hope you wont mind being called RPC). thats the correct way of doign this i m being spoiled by KDE on KUbuntu 5.10

    there it defaults that call to smb: //ip/location in konqueror
    --------------------
    -->E680i... ROX.
    --------------------

  6. #16

    Default Re: fedora core 5 telnet to PC

    ah yes, i forgot that KDE and/or Gnome have their own wrappers around such functions to keep it as user friendly as possible (and i don't mind being called rpc, )

    in fact, from the desktop in one of the latter screen shots it looks like it has something samba mounted to 192.168.1.2. Is it possible that smbfs has to be restarted on the phone because if it is samba mounting 192.168.1.2 i don't see why he cannot see the whole filesystem; is it possible that the KDE browser is set to not show hidden files?

    @blacksea
    what if you do a "cat /etc/mtab" (in a console) to see if the phone is really mounted samba style and where, then you can cd to that directory and check contents with ls (ls -la) to see if it is the samba mount or the KDE browser that is keeping you from seeing the whole filesystem.

  7. #17

    Default Re: fedora core 5 telnet to PC

    [root@localhost ~]# mkdir -p /mnt/e680_samba
    [root@localhost ~]# mount -t smbfs //192.168.1.2/system /mnt/e680_samba
    mount: unknown filesystem type 'smbfs'
    [root@localhost ~]# cat /etc/mtab
    /dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
    proc /proc proc rw 0 0
    sysfs /sys sysfs rw 0 0
    devpts /dev/pts devpts rw,gid=5,mode=620 0 0
    /dev/hda2 /boot ext3 rw 0 0
    tmpfs /dev/shm tmpfs rw 0 0
    none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
    sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
    automount(pid2095) /net autofs rw,fd=4,pgrp=2095,minproto=2,maxproto=4 0 0
    [root@localhost ~]#

    here is what I did as you told me, can you tell me st more, I'm a beginer of linux pc so I know no thing about linux pc

  8. #18

    Default Re: fedora core 5 telnet to PC

    hmm, i'm certainly no linux expert, but i think you might have to make sure a smbfs module is loaded. what happens if you first do: "modprobe -v smbfs" to insert the module then try the "mount -t smbfs ..." command again?

    if the modprobe gives you an error then you may have to reconfigure/rebuild the kernel with smbfs support.

  9. #19

    Default Re: fedora core 5 telnet to PC

    [root@localhost ~]# modprobe -v smbfs
    FATAL: Module smbfs not found.
    [root@localhost ~]#
    I don't know what to do now by the way I don't know how to rebuild the kernel with smbfs support.
    can you tell me
    thanks

  10. #20
    Join Date
    Nov 2005
    Location
    Pakistan
    Posts
    860

    Default Re: fedora core 5 telnet to PC

    blacksea i have just one question
    how did u open home directory? as my guess you tried to open 192.168.1.2 and it automatically opened home directory.
    if this is true, then all you need to do is use same method to open 192.168.1.2\system
    it will open system directory.
    sorry i cant help u much :S
    --------------------
    -->E680i... ROX.
    --------------------


 
+ Reply to Thread
Page 2 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Others FEDORA THEMES E680i
    By refalios in forum A780/E680
    Replies: 1
    Last Post: 05-18-2010, 08:34 AM
  2. Linux Fedora
    By naset in forum A1200/E6
    Replies: 154
    Last Post: 04-20-2009, 11:41 AM
  3. How to get Core player for E6
    By DJPaZ in forum E6 General Chat
    Replies: 9
    Last Post: 05-15-2008, 05:39 PM
  4. CORE CODEC CORE PLAYER !!!!
    By DEAD MAN ALIVE in forum E6 General Chat
    Replies: 1
    Last Post: 09-01-2007, 03:53 PM
  5. mkcramfs error in fedora core 4
    By sandman in forum Development
    Replies: 0
    Last Post: 11-11-2005, 09:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1