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-04-27 10:36:18

7erl
Member
Registered: 2009-03-01
Posts: 12

CH3SNAS: Busybox not supporting mount -U ?

Wenn ich meine externen Drives am CH3SNAS wie bisher gemountet habe, liefert blkid:

/ # blkid
/dev/loop0: TYPE="squashfs"
/dev/mtdblock0: TYPE="minix"
/dev/mtdblock1: TYPE="minix"
/dev/sda1: TYPE="swap"
/dev/sda2: UUID="98176e3c-ff1d-4257-b2d3-9a29169f7fc8" TYPE="ext2"
/dev/sda4: UUID="bb00ceaa-2ad1-4be2-86a1-1bcc10ecc0c9" TYPE="ext2"
/dev/sdb1: TYPE="swap"
/dev/sdb2: UUID="51b8edd5-009e-4a58-80d9-314d5f935470" TYPE="ext2"
/dev/sdb4: UUID="1991b594-4559-4ff1-885d-f6200c2f2989" TYPE="ext2"
/dev/sdc1: UUID="3A88C90C88C8C819" LABEL="0706" TYPE="ntfs"
/dev/sdd1: UUID="667C451A7C44E701" LABEL="1006" TYPE="ntfs"
/dev/sde1: UUID="0468F39168F3802A" LABEL="0705" TYPE="ntfs"
/dev/sdf1: UUID="7ACC2682CC2638B1" LABEL="1005" TYPE="ntfs"
/dev/sdg1: UUID="883CE1E93CE1D1EC" LABEL="0704" TYPE="ntfs"
/dev/sdh1: UUID="3C4089264088E84A" LABEL="1004" TYPE="ntfs"
/dev/sdi1: UUID="9C8827F48827CC18" LABEL="0703" TYPE="ntfs"
/dev/sdj1: UUID="1460F6BC60F6A3A0" LABEL="0701" TYPE="ntfs"
/dev/sdk1: UUID="9ED4BE67D4BE40F7" LABEL="1003" TYPE="ntfs"
/dev/sdl1: UUID="80608F7D608F7924" LABEL="1008" TYPE="ntfs"
/dev/sdm1: UUID="5E80BD7080BD4EF1" LABEL="1009" TYPE="ntfs"
/dev/sdn1: UUID="A480EFCA80EFA0D2" LABEL="0707" TYPE="ntfs"
/dev/sdo1: UUID="24E00B1EE00AF5B8" LABEL="0702" TYPE="ntfs"
/dev/sdp1: UUID="881873C11873ACB6" LABEL="1007" TYPE="ntfs"
/dev/sdq1: UUID="FEB83B8AB83B4107" LABEL="1002" TYPE="ntfs"
/dev/sdr1: UUID="688C97CF8C9795E2" LABEL="1001" TYPE="ntfs"

Nun habe ich versuchsweise alle (ausser den internen) Festplatten unmounted und versuche mit

mount -U 3A88C90C88C8C819 /mnt/HD_a2/DATA/movies/usb01 -t ntfs -o umask=0


die ehemals /dev/sdc1 Platte zu mounten.

Ergebnis:
mount: invalid option -- U
BusyBox v1.12.1 (2008-09-29 20:38:04 CEST) multi-call binary
Usage: mount [flags] DEVICE NODE [-o options,more-options]

Hilfe?! Kann es sein, dass die Busybox keinen mount mit UUID erlaubt?

Auch ein Eintrag in /etc/fstab und anschliessendes mount -a bringt keinen Erfolg.

Danke und Gruss
7erl

Offline

 

#2 2010-05-03 15:50:07

7erl
Member
Registered: 2009-03-01
Posts: 12

Re: CH3SNAS: Busybox not supporting mount -U ?

Gibt's denn keine zum ffp 0.5 kompatible busybox, welche mount -U unterstuetzt?

Gruss
7erl

Offline

 

#3 2010-05-03 16:36:15

Mijzelf
Member / Developer
Registered: 2008-07-05
Posts: 709

Re: CH3SNAS: Busybox not supporting mount -U ?

Apparently not. The busybox documentation doesn't mention this option.

Offline

 

#4 2010-05-03 17:46:50

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: CH3SNAS: Busybox not supporting mount -U ?

If you don't want to compile mount from the util-linux-ng package, sth like the following (wrapped in a nice script) may work, too:

Code:

mount $(blkid -t UUID="c41280ba-0096-458d-a614-ec106db53db1" | cut -d: -f1)

Offline

 

#5 2010-05-04 01:24:48

7erl
Member
Registered: 2009-03-01
Posts: 12

Re: CH3SNAS: Busybox not supporting mount -U ?

Danke Fonz!
Das funktioniert; hatte noch vergessen ausreichen mknode(s) zu generieren.

Gruss
7erl

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB