obee
發表於 2013-7-23 14:51
pinkspider 發表於 2013-7-23 14:48 static/image/common/back.gif
cubox 仲有好多地方未攪清, 我仲未知點解hdd 要用FAT32 format. NTFS & exFAT 都未認到, 不過照計冇理由 ...
你可用這個, 我自己整給CUBOX作自己 mount USB 手指的.
vi /etc/udev/rules.d/11-auto-mount.rules
===========================================================
KERNEL=="sdhc*", GOTO="auto_mount_end"
KERNEL=="mmc*", GOTO="auto_mount_end"
KERNEL!="sd*", GOTO="auto_mount_end"
ACTION=="add", PROGRAM!="/sbin/blkid %N", GOTO="auto_mount_end"
# Set environment
ACTION=="add", IMPORT{program}="/sbin/blkid -o udev -p -s TYPE -s LABEL %N"
# Global mount options
ACTION=="add", ENV{mount_options}="ro,relatime,users,umask=0"
# Filesystem specific options
ACTION=="add", ENV{ID_FS_TYPE}=="vfat", ENV{mount_options}="%E{mount_options},showexec"
ACTION=="add", ENV{ID_FS_TYPE}=="ntfs", ENV{mount_options}="%E{mount_options},utf8"
ACTION=="add", ENV{ID_FS_TYPE}=="ext2", ENV{mount_options}="%E{mount_options}"
ACTION=="add", ENV{ID_FS_TYPE}=="ext3", ENV{mount_options}="%E{mount_options}"
ACTION=="add", ENV{ID_FS_TYPE}=="ext4", ENV{mount_options}="%E{mount_options}"
# Get mount point
# use basename to correctly handle labels such as ../mnt/foo
ACTION=="add", ENV{ID_FS_LABEL}=="?*", PROGRAM="/usr/bin/basename '%E{ID_FS_LABEL}'", ENV{dir_name}="%c"
ACTION=="add", ENV{dir_name}!="?*", ENV{dir_name}="usbhd-%k"
# Main action
ACTION=="add", ENV{dir_name}=="?*", RUN+="/bin/mkdir -p '/var/lib/mpd/music/USB/%E{dir_name}'", RUN+="/bin/mount -o %E{mount_options} /dev/%k '/var/lib/mpd/music/USB/%E{dir_name}'", RUN+="/usr/bin/mpc update"
ACTION=="remove", ENV{dir_name}=="?*", RUN+="/bin/umount -l '/var/lib/mpd/music/USB/%E{dir_name}'", RUN+="find /var/lib/mpd/music/USB -type d -empty -delete", RUN+="/usr/bin/mpc update"
LABEL="auto_mount_end"
# label must be cleared
ENV{ID_FS_LABEL}=""
===========================================================
它會視不同的 file system 用上不同參數. 但我有時也不能出中文. 有時間你也幫忙研究一下吧. {:6_162:}
manKi
發表於 2013-7-23 14:53
Cubox 一般咩價位,用作CAS 訊源的器材嗎 {:6_141:}
obee
發表於 2013-7-23 14:53
記得改野前打:
remountrw
改野後打:
remountro
pinkspider
發表於 2013-7-23 14:54
kenneth_obee 發表於 2013-7-23 14:43 static/image/common/back.gif
另外, 暫時我會用 crontab 去 schedule 每三小時 restart MPD 一次, 因為在我的情況 (Cubox + Voyage v0.91 ...
呢個好有用, 果然係高手 {:6_193:}
不過我用portable hdd, 每次聽完都會抆火牛, 如果唔抆火牛個hdd 係咁轉, 好似不太好...
obee
發表於 2013-7-23 14:55
pinkspider 發表於 2013-7-23 14:54 static/image/common/back.gif
呢個好有用, 果然係高手
不過我用portable hdd, 每次聽完都會抆火牛, 如果唔抆火牛個hdd 係 ...
不怕, 我的 udev script 是 mount as read-only mode 的. 不會有 data integrity issue.
obee
發表於 2013-7-23 14:56
manKi 發表於 2013-7-23 14:53 static/image/common/back.gif
Cubox 一般咩價位,用作CAS 訊源的器材嗎
Cubox $1200, 以色列人的product, 我用它作 source 去 DDC 再去 DAC 的.
hondaek9
發表於 2013-7-23 15:06
kenneth_obee 發表於 2013-7-23 14:56 static/image/common/back.gif
Cubox $1200, 以色列人的product, 我用它作 source 去 DDC 再去 DAC 的.
想請教一下,Cubox同NAS用作source有無分別?
Thanks!
obee
發表於 2013-7-23 15:11
hondaek9 發表於 2013-7-23 15:06 static/image/common/back.gif
想請教一下,Cubox同NAS用作source有無分別?
Thanks!
更好聲
pinkspider
發表於 2013-7-23 15:42
本帖最後由 pinkspider 於 2013-7-23 15:46 編輯
kenneth_obee 發表於 2013-7-23 14:51 static/image/common/back.gif
你可用這個, 我自己整給CUBOX作自己 mount USB 手指的.
vi /etc/udev/rules.d/11-auto-mount.rules
呢個係改善字型問題??
睇真D, 打完呢D command 可認其他hdd format??
pinkspider
發表於 2013-7-23 15:49
kenneth_obee 發表於 2013-7-23 14:53 static/image/common/back.gif
記得改野前打:
改野後打:
我都未試過入command, 今晚試試先. 入錯唔會死機啩 {:6_136:}