PDA

Bekijk de volledige versie : Problem to mount my hd to have twonky working



cyberic
10-09-2010, 04:37
Hello, I'm still getting problem having my twonky working properly

I am unable to mount my harddrive under /tmp/harddisk

My router Asus WL500W auto mount it to /tmp/mnt/disc0_1

I have been able to force the umoun then tried to mount it using

mount /dev/discs/disc0/part1 /tmp/harddisk

but when a do a df i'm still having it mounted to /tmp/mnt/disc0_1 instead of /tmp/harddisk


See under

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3072 3072 0 100% /
tmpfs 15028 212 14816 1% /tmp
/dev/discs/disc0/part1
244992064 34624 244957440 0% /tmp/mnt/disc0_1

[admin@WL-0023545F7BF1 root]$ umount -l /tmp/mnt/disc0_1

[admin@WL-0023545F7BF1 root]$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3072 3072 0 100% /
tmpfs 15028 212 14816 1% /tmp

[admin@WL-0023545F7BF1 root]$ mount /dev/discs/disc0/part1 /tmp/harddisk

[admin@WL-0023545F7BF1 root]$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3072 3072 0 100% /
tmpfs 15028 212 14816 1% /tmp
/dev/discs/disc0/part1
244992064 34624 244957440 0% /tmp/mnt/disc0_1

Would someone have an idea why ?

Thanks

Cyberic

wengi
10-09-2010, 08:09
Hi,

edit your /etc/fstab:

/dev/discs/disc0/part1 /tmp/harddisk ext3 rw,noatime 1 1

OR

use "ln -s /tmp/mnt/disc0_1 /tmp/harddisk"

wengi

cyberic
11-09-2010, 00:48
Hi Wengi

I first tried

ln -s /tmp/mnt/disc0_1 /tmp/harddisk


Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3072 3072 0 100% /
tmpfs 15028 260 14768 2% /tmp
/dev/discs/disc0/part1
244992064 34624 244957440 0% /tmp/mnt/disc0_1
[admin@WL-0023545F7BF1 root]$ ln -s /tmp/mnt/disc0_1 /tmp/harddisk
ln: /tmp/harddisk/disc0_1: Operation not permitted
[admin@WL-0023545F7BF1 root]$

Operation not permitted

Then a create a file fstab under etc/

adding the code

/dev/discs/disc0/part1 /tmp/harddisk ext3 rw,noatime 1 1

and saved it as etc/fstab then reboot my rooter

didn't work either

Was I ok when a create the fstab file under etc/

I was not sure about that ?

Thansk

wpte
11-09-2010, 21:12
Do you want to install the new 6.0.1 version?

mounting things like that doesn't always work out, so for the new version I decided to do everything via the console, which is easier:)

I made a little "beta" howto on my backup forum: http://wpte.kicks-ass.net/forum/showthread.php?tid=3
I'm still testing it, but it should work quite allright:)

wengi
12-09-2010, 11:13
to get this right:

You have which hardware, firmware, setup?

wengi

wpte
12-09-2010, 12:31
to get this right:

You have which hardware, firmware, setup?

wengi

a version from googlecode it seems: http://wl500g.info/showpost.php?p=208163&postcount=11

verjikd
12-09-2010, 13:30
Isn't a flash save required to permanently change fstab?

I have Twonky and my media files on self chosen places in my system. As long as you call twonky right during booting.

carterb
13-09-2010, 10:25
Hey,

why posting in the Tutorials-Section??
You're not sharing a Tutorial, or?

Moved to Q&A!