DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2010-09-14 08:13:10

stevelucky
Member
Registered: 2010-09-14
Posts: 15

Can't mount USB drive

I have read everywhere, searched high and low and tried everything, but I just can't get my USB drive to mount. So, I have my DNS-323 set up as a RAID 1 array. I wanted to upgrade my drives from 1TB each to 2TB's each. Reading the forum it seemed like the easiest way would be to remove my old drives and install the 2 new drives creating my new RAID 1 array, which I did with no problems. I then threw one of the old drives in a USB enclosure and set out to mount it to the NAS.

I installed fun_plug, which went great. I made a directory (mkdir /mnt/HD_a2/lnx_bin) to hold my 2 kernel files, usb-storage.ko and ntfs.ko. No problems. I also created my directory which would point to my mounted drive:  mkdir /mnt/HD_a2/lnx_bin/usb_test. I verified through the finder (I'm on a Mac) that this directory was created, which it was. I telneted (is that the word?) in and ran the 2 following commands:

insmod /mnt/HD_a2/lnx_bin/usb-storage.ko

insmod /mnt/HD_a2/lnx_bin/ntfs.ko

That went fine. This is where I run into troubles. I try mounting the disk using various commands:

mount /dev/sdc1 /mnt/HD_a2/lnx_bin/usb_test
The response to this is: mount: mounting /dev/sdc1 on /mnt/HD_a2/lnx_bin/usb_test failed: Invalid argument


mount -t ext -o umask=0 /dev/sdc1 /mnt/HD_a2/lnx_bin/usb_test
The response to this is: mount: mounting /dev/sdc1 on /mnt/HD_a2/lnx_bin/usb_test failed: No such device

When I run dmesg this is what I get:

Code:

/ # dmesg
e: Bulk Status S 0x53425355 T 0x2b R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 3f 00 00 01 00
usb-storage: Bulk Command S 0x43425355 T 0x2c L 512 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 512 bytes, 1 entries
usb-storage: Status code 0; transferred 512/512
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x2c R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 3f 00 00 01 00
usb-storage: Bulk Command S 0x43425355 T 0x2d L 512 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 512 bytes, 1 entries
usb-storage: Status code 0; transferred 512/512
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x2d R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 41 00 00 02 00
usb-storage: Bulk Command S 0x43425355 T 0x2e L 1024 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 1024 bytes, 1 entries
usb-storage: Status code 0; transferred 1024/1024
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x2e R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 41 00 00 02 00
usb-storage: Bulk Command S 0x43425355 T 0x2f L 1024 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 1024 bytes, 1 entries
usb-storage: Status code 0; transferred 1024/1024
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x2f R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
FAT: Unrecognized mount option "unmask=0" or missing value
NTFS-fs error (device sdc1): parse_options(): Unrecognized mount option umask-0222.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 41 00 00 02 00
usb-storage: Bulk Command S 0x43425355 T 0x30 L 1024 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 1024 bytes, 1 entries
usb-storage: Status code 0; transferred 1024/1024
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x30 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 41 00 00 02 00
usb-storage: Bulk Command S 0x43425355 T 0x31 L 1024 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 1024 bytes, 1 entries
usb-storage: Status code 0; transferred 1024/1024
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x31 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 41 00 00 02 00
usb-storage: Bulk Command S 0x43425355 T 0x32 L 1024 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 1024 bytes, 1 entries
usb-storage: Status code 0; transferred 1024/1024
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x32 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 3f 00 00 08 00
usb-storage: Bulk Command S 0x43425355 T 0x33 L 4096 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 4096 bytes, 1 entries
usb-storage: Status code 0; transferred 4096/4096
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x33 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 47 00 00 08 00
usb-storage: Bulk Command S 0x43425355 T 0x34 L 4096 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 4096 bytes, 1 entries
usb-storage: Status code 0; transferred 4096/4096
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x34 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 4f 00 00 08 00
usb-storage: Bulk Command S 0x43425355 T 0x35 L 4096 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 4096 bytes, 1 entries
usb-storage: Status code 0; transferred 4096/4096
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x35 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 57 00 00 08 00
usb-storage: Bulk Command S 0x43425355 T 0x36 L 4096 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 4096 bytes, 1 entries
usb-storage: Status code 0; transferred 4096/4096
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x36 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 3f 00 00 02 00
usb-storage: Bulk Command S 0x43425355 T 0x37 L 1024 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 1024 bytes, 1 entries
usb-storage: Status code 0; transferred 1024/1024
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x37 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 41 00 00 02 00
usb-storage: Bulk Command S 0x43425355 T 0x38 L 1024 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 1024 bytes, 1 entries
usb-storage: Status code 0; transferred 1024/1024
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x38 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 3f 00 00 01 00
usb-storage: Bulk Command S 0x43425355 T 0x39 L 512 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 512 bytes, 1 entries
usb-storage: Status code 0; transferred 512/512
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x39 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 3f 00 00 01 00
usb-storage: Bulk Command S 0x43425355 T 0x3a L 512 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 512 bytes, 1 entries
usb-storage: Status code 0; transferred 512/512
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x3a R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage:  28 00 00 00 00 3f 00 00 01 00
usb-storage: Bulk Command S 0x43425355 T 0x3b L 512 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
usb-storage: Bulk command transfer result=0
usb-storage: usb_stor_bulk_transfer_sglist: xfer 512 bytes, 1 entries
usb-storage: Status code 0; transferred 512/512
usb-storage: -- transfer complete
usb-storage: Bulk data transfer result 0x0
usb-storage: Attempting to get CSW...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x3b R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.

Am I missing something? I promise you I've searched everywhere but can't figure anything out. Please help me.

Last edited by stevelucky (2010-09-14 08:14:13)

Offline

 

#2 2010-09-14 18:50:14

stevelucky
Member
Registered: 2010-09-14
Posts: 15

Re: Can't mount USB drive

Nevermind. I ran the command: fdisk -l and saw that the partition that I should be mounting was sdc2 and not sdc1.

Offline

 

#3 2010-09-14 19:34:58

stevelucky
Member
Registered: 2010-09-14
Posts: 15

Re: Can't mount USB drive

Now I'm running into another problem. I can mount the drive and see it in my usb_test directory, but i'm unable to copy files every time I try it tells me:

The operation can’t be completed because an unexpected error occurred (error code -1303).

I suspect it's a permissions issue, although that doesn't quite make sense to me. I only need to be able to read from the USB drive, right? I should only be able to have to write to the NAS drive, which I can. Any thoughts?

Offline

 

#4 2010-09-15 20:01:15

karlrado
Member
Registered: 2009-12-07
Posts: 229

Re: Can't mount USB drive

If you can write to the NAS drive without involving the USB drive, it is unlikely to be a permissions problem with the NAS drive.

Is that "The operation..." message coming from the Mac or a telnet shell?

Can you read the USB files from a telnet session on the DNS?  If so, then the problem is with how the USB drive is exported to the Mac, and not the way it is mounted.

If you are interested in copying the USB disk contents to the NAS, I would telnet in and use Linux commands to copy the USB disk contents to /mnt/HD_a2.  Don't do it from the Mac, even if you get the Mac to read the USB drive.  You avoid the network overhead and any problems you might be having on the Mac.  If the only reason why you wanted the USB drive mounted was to transfer the data, then you are done.

If you cannot read the files from a DNS telnet session, it is easy to try this:  Try mounting the USB disk in /mnt, and not in /mnt/HD_a2.   You might mkdir /mnt/usb_test;  chmod 777 /mnt/usb_test.  Unmount the USB drive from its current location and remount it the same way to /mnt/usb_test.  I think that the way you are doing it should work, but not mounting it on top of an existing disk may help somehow.  Note that you'd have to recreate this mount point each time you reboot.  And you probably would have to go into the DNS config menu and export the /mnt/usb_test drive as a share, like the way /mnt/HD_a2 is exported.

Might try specifying the filesystem type explicitly in the mount command, and specifying a debug option if it is available for the type.  I think it is for ext2 and your USB drive is probably either ext2 or ext3.  The debug option may print some info that might help.

Sorry if this is not much help.  I've never hooked up a USB drive to the DNS.  But no one else was saying much.

Last edited by karlrado (2010-09-15 20:03:42)


DNS-323 FW 1.07 : 2 1TB WD Caviar Green SATA : fun_plug: utelnet + optware (no ffp)

Offline

 

#5 2010-09-15 20:13:42

stevelucky
Member
Registered: 2010-09-14
Posts: 15

Re: Can't mount USB drive

I appreciate your help. I decided to change things up a bit. I was running a RAID 1 array, but have since decided to run 2 drives as standard disks and run a backup script to copy changes from drive A to drive B, nightly. Redundancy is nice, but I think I prefer the security, plus it offers the same redundancy with a 1 day delay.

That being said, I've now installed my new drive along side one of the old drives and am running the copy command via telnet: cp -r /mnt/HD_b2/* /mnt/HD_a2

This seems to be working well. It still feels pretty slow but then again, I'm moving almost 1TB of data, so what can you expect?

Offline

 

#6 2010-09-15 20:35:43

karlrado
Member
Registered: 2009-12-07
Posts: 229

Re: Can't mount USB drive

That will take awhile, but is necessary.

I think your setup is better than using RAID 1, unless AVAILABILITY is super important to you.  I use my disks the same way as you do.  If I lose my "A" disk, it is easy for me to grab stuff off the backup on "B" until I can replace "A" and restore it.  I don't need the level of availability that RAID 1 provides.  There are also plenty of horror stories about RAID on the DNS-323.

So after your old disk is copied to the new disk and before you make your first copy of the new "A" disk to the new "B" disk, consider looking at "time machine" posts in this forum.  I use rsnapshot, which is essentially the same thing.  But it sounds like you've already got a backup script in mind.


DNS-323 FW 1.07 : 2 1TB WD Caviar Green SATA : fun_plug: utelnet + optware (no ffp)

Offline

 

#7 2010-09-15 20:38:18

scaramanga
Member
Registered: 2010-08-04
Posts: 251

Re: Can't mount USB drive

You can do better with rsync: http://dns323.kood.org/howto:backup


DNS-323 HW Rev. C1 FW 1.10 fun-plug 0.5
2 x WD10EARS-00Y5B1 in Standard mode (LCC set to 5 min; Aligned to 4K)
Transmission with Transmission Remote GUI

Offline

 

#8 2010-09-15 20:46:09

stevelucky
Member
Registered: 2010-09-14
Posts: 15

Re: Can't mount USB drive

@scaramanga: Yeah, I'd looked at rsync and figured that that was the way to go. It looks super easy to setup. I'd read about it here (http://dns323.kood.org/forum/t1150-Tuto … night.html) which seems to be a little easier to follow.

Offline

 

#9 2010-09-16 09:46:08

chriso
Member
Registered: 2009-03-29
Posts: 74

Re: Can't mount USB drive

I have seen people with what seems like zero computer experience turning on RAID 1 in the D-Link forum, just because they think they are protecting themselves, and in reality on the DNS-323 they are adding to their troubles.

Personally I wrote my own cp -l/rsync backup script (I'm programmer), and put in things tailored just for me.  It is a great way to backup.  Once you understand that you are first creating links to yesterday's data, and then use rsync to replace links with the changed data it all is pretty easy to see how it works.

Offline

 

#10 2010-09-16 20:52:06

stevelucky
Member
Registered: 2010-09-14
Posts: 15

Re: Can't mount USB drive

chriso wrote:

I have seen people with what seems like zero computer experience turning on RAID 1 in the D-Link forum, just because they think they are protecting themselves, and in reality on the DNS-323 they are adding to their troubles.

Personally I wrote my own cp -l/rsync backup script (I'm programmer), and put in things tailored just for me.  It is a great way to backup.  Once you understand that you are first creating links to yesterday's data, and then use rsync to replace links with the changed data it all is pretty easy to see how it works.

Yeah, but to be honest, I set my 323 up as a RAID 1 the day I got it about 2 years ago (knowing nothing at the time about RAID) and it's been great. I've had no issues whatsoever. Only now that I'm trying to upgrade my drives have I ran into some hiccups. That being said, I'm excited to be leaving RAID 1 for this new setup as it seems to offer a lot more choices and flexibility.

Offline

 

#11 2010-09-16 21:50:51

chriso
Member
Registered: 2009-03-29
Posts: 74

Re: Can't mount USB drive

I wasn't saying that RAID 1 ensures you will have trouble (RAID 0 does double your risk), and it might even save you.  But at best I think the odds of it causing you problems or saving you are about the same.  On the other hand for 2 years you were paying two times the cost in drives and power, when that second drive could have been used for better uses like you are starting to use now. :-)

Offline

 

#12 2010-09-16 23:04:00

stevelucky
Member
Registered: 2010-09-14
Posts: 15

Re: Can't mount USB drive

chriso wrote:

I wasn't saying that RAID 1 ensures you will have trouble (RAID 0 does double your risk), and it might even save you.  But at best I think the odds of it causing you problems or saving you are about the same.  On the other hand for 2 years you were paying two times the cost in drives and power, when that second drive could have been used for better uses like you are starting to use now. :-)

Great point. And I'm learning a whole lot more now by learning how to set this up and run automatic backups.

Offline

 

#13 2010-09-18 02:20:07

mig
Member
From: Seattle, WA
Registered: 2006-12-21
Posts: 532

Re: Can't mount USB drive

chriso wrote:

I wasn't saying that RAID 1 ensures you will have trouble (RAID 0 does double your risk), and it might even save you.  But at best I think the odds of it causing you problems or saving you are about the same.  On the other hand for 2 years you were paying two times the cost in drives and power, when that second drive could have been used for better uses like you are starting to use now. :-)

An often overlooked (and possibly undervalued) advantage of a RAID1 setup is,

      ...at the event of a disk failure, you have access to ALL of your data.

You can make a complete backup of ALL your data, just before you attempt the recovery procedure of the failed disk.

With all other disk configurations on the DNS-323, to recover your data from a failed disk event, you must rely on a periodic
scheduled backup; which could result in data loss, depending on how frequent your backup schedule runs and how frequent
your data changes.  You are taking a risk that the data which is created between the time of the last scheduled backup,
and the time of the disk failure, is going to be lost.

Now, I'm not advocating that you run a RAID1 without some type of periodic scheduled backup, because your data is still
at risk from other disaster scenarios.  But, IMHO relying on periodic scheduled backup without RAID1 leaves your data
vulnerable in a failed disk event, as described above. 

For me, running RAID1, is a real good use for the second drive in the DNS-323.  I can always put the periodic
scheduled backups on a USB drive or another network accessible drive.  (in my case, I use my previous, single disk
NAS [linkstation], which the DNS-323 replaced, to store my scheduled periodic backups).

Last edited by mig (2010-09-18 02:21:27)


DNS-323 • 2x Seagate Barracuda ES 7200.10 ST3250620NS 250GB SATAII (3.0Gb/s) 7200RPM 16MB • RAID1 • FW1.03 • ext2 
Fonz's v0.3 fun_plug http://www.inreto.de/dns323/fun-plug

Offline

 

#14 2010-09-18 02:36:42

djangofan
New member
Registered: 2010-09-16
Posts: 4

Re: Can't mount USB drive

You should read my post from yesterday.   http://dns323.kood.org/forum/viewtopic.php?id=5948

Last edited by djangofan (2010-09-18 02:38:01)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB