ewingr

Members
  • Posts

    94
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

ewingr's Achievements

Apprentice

Apprentice (3/14)

0

Reputation

  1. I appreciate all the help I received here. I guess V6 is a no go on this server. I see no 'diagnostics' to run regarding the performance issue. I don't think it was this slow in the past. It IS an old PC. Maybe it was this slow. I did finally succeed in creating the share to the drive on the router. I finally tried creating it using just sda1, dropping tp-share from the name altogether, and that worked.
  2. Well, I thought I had a 64bit board and cpu, but I guess I need to investigate. The instructs say: So I typed: grep --color lm /proc/cpuinfo in the command line, I get no response at all. I guess I can't upgrade to V6.
  3. First...I REALLY appreciate all of your help. Tried to find Tools/Diagnostics. That must be in V6,. No Diagnostics on my 5.0.6 server. I did find System Log. Another interesting point, I did click the Log button in right corner of the Utils page, and found this in the log: It looks like it is not seeing my t when I enter tp-share. And on sda1, it looks like there is a case problem. The sda1 is in lower case when viewed from Windows, as noted in my linked picture earlier. As well, / missing. Off to go find instructions for V6 now.
  4. I did figure that out. The questions came up at separate times, but ultimately do belong in the same thread. Sorry about that. I'll keep in this thread. Thanks! So I succeeded in changing to Music. I bet I had case wrong at some point. On the mount command, I have a directory in /mnt named remote_share. I entered: mount -t cifs -o user=roger,password=1316 //10.0.0.1/tp-share/sda1 /mnt/remote_share and I get no such device or address exists. I go check on the upgrade process, and see if I can get that diagnostics file.
  5. I'll try to get the diagnostics zip. I should mention I am on v5, and having just searched, looks like I"d need to upgrade to 6 to use that plugin. That may negate the ease. I thought it a network problem too. Just moved into a new house. But I can plug into the wired port on the router, that the Unraid is also plugged into, and still only 1MB/s. So, it may be hardware based. Really wierd.
  6. I didn't realize I could use a USB drive in the Unraid box. Cool. I would want it to be stand alone...not in the raid. And I want to be able to copy to it w/o using a PC in the middle. (I"m finding reading from the Unraid box to be very very slow. I don't understand why. LIke max of 1MB/s.
  7. I apologize. I've confused a few things by doing multiple posts, and probably have confused all that in my replies. I'll elaborate here. I know very little about Linux (I am quite familiar with DOS from years ago)...I apologize about my lack of Linux knowledge. I do realize it is case sensitive. I'll try to be clearer. Let me lay it out. Was probably trying to be brief and then didn't say enough (as well as confusing multiple posts). What I want to be able to do is: High Level goal: Copy files from a share on the Unraid server to a drive mounted via usb on a wireless router. But when I telnet to the Linux server that is running Unraid, I notice that each of the 4 drives has the same directories. For example, from Windows looking at the Unraid server I see a share of Music, but physically it is spread across 4 drives on Unraid. But when I login as root via Telnet, I cannot change to the Music directory on any of those drives. For example, I can cd to Disk1, do ls and see Music, but can't CD to music. In the end, I would like to have Music in 1 share from telnet, so I can copy all those files to the drive on the router. The Share Name is TP-SHARE. Although when I did the picture I posted here, I notice that while I created the share in upper case, it shows up in Windows in lower case. I've tried both cases in the commands below. Hopefully my goal now is clearer. I can successfully see the drive from the router on my PC, which shows up in Networks as tp-share, and what I would normally consider the share name in Windows was automatically created by the router and is sda1 (see graphic): I created a directory under mnt called remote_share. I entered this command: mount -t cifs -o user=roger,password=1316 //10.0.0.1/tp-share /mnt/remote_share It also tried it like this: mount -t cifs -o user=roger,password=1316 //10.0.0.1/tp-share/sda1 /mnt/remote_share Neither of those succeed creating the share. So, in conclusion: I cannot create a share for my drive on the router; I don't know how to attempt to create a share for the Music directories that are on each drive; and I cannot even change to the directories on those drives....all of this from a telnet session logged in as root.
  8. Ummm...not sure. I can CD /mnt/Disk1, but I cannot CD /mnt/Disk1/Music. Says it doesn't exist. When I CD /mnt/Disk1, and do an ls, I do see Music as one of the drirectories. So, for this thread, I'm having no luck CDing to directories, nor creating shares to the drive hooked to my router.
  9. Maybe it's hopless for me ;-) I telnet in as root. I can CD to Disk1, for example, and do an LS, and see directories that are the shares set up in Unraid, but I can't change to any of the directories. Is what I'm wanting to do even possible?
  10. For example, I have a share called Music, and there is a Music directory on each of the 4 drivers. Is it possible to telnet to the server and create a share that will be a combination of all the Music directories from each drive?
  11. I want to mount a USB Shared drive (mounted in a router usb port) and copy some files from the Unraid directly to it. I am completely novice on Linex. First off, I actually couldn't find any directories. Tried LS, and got this: So, anyway, I found a post that seems to say I need to do something like this: mkdir /mnt/remote_share mount -t cifs //remote_machine/remote_share /mnt/remote_share So, I did a login as root, and from there I tried this: where: 10.0.0.1 is my router; TP-SHARE is the Network Neighborhood share. I get the error: No such device exists; trying with upper case; Mount error, no such device exists. I notice that from windows, I see the path is Network >TP-SHARE>sda1. So I tried adding the sda1 after TP-SHARE in the command and get the same results. Any ideas?
  12. I can map drives to my unraid server, but after shutting down, and later bringing a computer back up, I always have to re-authenticate to the Unraid server. Is this normal? (Windows machine. Same across versions).
  13. Thank you. I'm away from my server for a couple months, so I won't be replying on status until after that, but I will report back. It's good to finally get some feedback.