SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
From: Thomas A Watson7/4/2014 10:24:54 AM
1 Recommendation

Recommended By
FJB

   of 484
 
mounting usb devices ubuntu 12.04

serverfault.com apt-get install usbmount
was supposed to get usb devices to automount. flash drive did.
but my easypix all in one card reader with sony memory stick pro did not mount
automatically.

then looked for sd card stuff
askubuntu.com

df showed no /dev/sdd1 mounted so I guessed it would be next used.

manually forcing the mount......

as root.

285 mkdir /mnt/stick
286 chmod 777 /mnt/stick/
287 mount /dev/sdd1 /mnt/stick

ls /mnt/stick
autorun.inf/ AVF_INFO/ DCIM/ MEMSTICK.IND* MISC/ MP_ROOT/ MSTK_PRO.IND*

DCIM is where sony camera stores image files.

tom@asus-i7[8]df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop0 17596475 9241854 8354621 53% /
udev 4068476 4 4068472 1% /dev
tmpfs 815528 1128 814400 1% /run
none 5120 0 5120 0% /run/lock
none 4077636 80 4077556 1% /run/shm
/dev/sda2 462170132 103801124 358369008 23% /host
cgroup 4077636 0 4077636 0% /sys/fs/cgroup
/dev/sdd1 479424 58784 420640 13% /media/usb0
/dev/sdd1 479424 58784 420640 13% /mnt/stick
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext