• April 19, 2024, 02:20:53 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Pages: 1 [2]

Author Topic: ext3  (Read 10487 times)

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #15 on: April 15, 2011, 05:38:55 AM »

once I install this ffp on my dns323, is uninstalling it just simply deleting these files?
« Last Edit: April 15, 2011, 05:47:56 AM by velocci »
Logged

Wiggs

  • Level 3 Member
  • ***
  • Posts: 137
    • dwithers.com
Re: ext3
« Reply #16 on: April 15, 2011, 09:36:50 AM »

once I install this ffp on my dns323, is uninstalling it just simply deleting these files?

Yes - I have done it.


Regards,


Wiggs
Logged
Wiggs,

DNS-323, 2-500GB Seagate Drives, FW 1.08
D-Link DGS-1005G Gigabit Switch
Asus O!Play Air Media Player
WinXP PC
OpenSuse 11.2 PC
Macbook 5,2 - Snow Leopard

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #17 on: April 15, 2011, 10:17:39 AM »

ok i ran the mount command and this is what I get.  so am i using ext2 or ext3?

rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw)
proc on /proc type proc (rw,nodiratime)
/dev/loop0 on /sys/crfs type squashfs (ro)
/dev/md0 on /mnt/HD_a2 type ext3 (rw)
/dev/sda4 on /mnt/HD_a4 type ext3 (rw)
/dev/sdb4 on /mnt/HD_b4 type ext3 (rw)
none on /proc/bus/usb type usbfs (rw)
devpts on /dev/pts type devpts (rw)

dosborne

  • Level 5 Member
  • *****
  • Posts: 598
Re: ext3
« Reply #18 on: April 15, 2011, 11:40:17 AM »

1 - It is marginally more complicated than deleting the 2 files, since the gzip file gets expanded to a directory, you must delete the FFP directory as well as the fun_plug script.

2 - This is your Raid 1 mount "/dev/md0 on /mnt/HD_a2 type ext3 (rw)" and these are the remaining non-raid space "/dev/sda4 on /mnt/HD_a4 type ext3 (rw)" and "/dev/sdb4 on /mnt/HD_b4 type ext3 (rw)". All are ext3.
« Last Edit: April 15, 2011, 11:42:04 AM by dosborne »
Logged
3 x DNS-323 with 2 x 2TB WD Drives each for a total of 12 TB Storage and Backup. Running DLink Firmware v1.08 and Fonz Fun Plug (FFP) v0.5 for improved software support.

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #19 on: April 15, 2011, 01:07:07 PM »

ok so its all ext3?

what does it mean to have non-raid remaining space?  isn't the whole drive raid0?

dosborne

  • Level 5 Member
  • *****
  • Posts: 598
Re: ext3
« Reply #20 on: April 15, 2011, 01:36:36 PM »

If you haven't removed FFP yet, telnet in and type "df -h"

A small portion of the drive is reserved for internal use.
Code: [Select]
/ # mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw)
proc on /proc type proc (rw,nodiratime)
/dev/loop0 on /sys/crfs type squashfs (ro)
/dev/md0 on /mnt/HD_a2 type ext2 (rw)
/dev/sda4 on /mnt/HD_a4 type ext2 (rw)
/dev/sdb4 on /mnt/HD_b4 type ext2 (rw)
none on /proc/bus/usb type usbfs (rw)
/dev/sdc1 on /mnt/usb type ext2 (rw)
devpts on /dev/pts type devpts (rw)
/dev/md0 on /opt type ext2 (rw)
/ # df -h
Filesystem            Size  Used Avail Use% Mounted on
%root%                9.7M  7.6M  1.7M  83% /
/dev/ram0             9.7M  7.6M  1.7M  83% /
/image.cfs            5.7M  5.7M     0 100% /sys/crfs
/dev/md0              916G  400G  517G  44% /mnt/HD_a2
/dev/sda4             487M   29K  487M   1% /mnt/HD_a4
/dev/sdb4             487M   21K  487M   1% /mnt/HD_b4
/dev/sdc1             3.7G  486M  3.1G  14% /mnt/usb
/ #
Logged
3 x DNS-323 with 2 x 2TB WD Drives each for a total of 12 TB Storage and Backup. Running DLink Firmware v1.08 and Fonz Fun Plug (FFP) v0.5 for improved software support.

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #21 on: April 15, 2011, 02:03:57 PM »

so I guess there isn't much to do to speed up the performance of my dns 323.  do you know if there are plans for dlink to release a firmware that will increase the performance of it?

and another question, can I use this ffp to transfer files to and from my pc faster than doing it through windows?
« Last Edit: April 16, 2011, 07:22:47 AM by velocci »
Logged

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #22 on: April 18, 2011, 06:42:41 AM »

anyone?

lookingforinfo

  • Guest
Re: ext3
« Reply #23 on: April 18, 2011, 07:01:24 PM »

Have you searched the 323 Forum for the words slow or speed?  I personally do not think firmware will significantly improve transfer speeds.  Many users use FTP to schedule transfers while they are normally sleeping.  The application Schedule Download might meet your need.  Yon can also use ffp to run FTP.
Logged

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #24 on: April 19, 2011, 06:47:55 AM »

is there a good ftp client that's good with scheduling ftp transfers?

dosborne

  • Level 5 Member
  • *****
  • Posts: 598
Re: ext3
« Reply #25 on: April 19, 2011, 08:49:47 AM »

Is rsync an option for you?
Logged
3 x DNS-323 with 2 x 2TB WD Drives each for a total of 12 TB Storage and Backup. Running DLink Firmware v1.08 and Fonz Fun Plug (FFP) v0.5 for improved software support.

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #26 on: April 20, 2011, 01:57:16 PM »

i don't know what that is.

lookingforinfo

  • Guest
Re: ext3
« Reply #27 on: April 20, 2011, 02:03:38 PM »

For rsync, you could start at http://en.wikipedia.org/wiki/Rsync
Logged

velocci

  • Level 2 Member
  • **
  • Posts: 74
Re: ext3
« Reply #28 on: April 20, 2011, 02:16:25 PM »

ok so its syncronization software.  I like to do this stuff manually.
Pages: 1 [2]