USB flash drives and Linux
I've had to set up a USB stick with Linux recently. It's fairly easy if you know the right magic.
Here are some links to useful resources:
Post on ExtremeTech.com
Flash memory HOWTO on ibiblio
Essentially it boils down to adding a line to /etc/fstab and then mounting /dev/sda1 or /dev/sdb1 on some mount point (directory). You don't strictly need to edit /etc/fstab, but if you don't you will need to be root in order to write anything on it. Here's the magic for /etc/fstab to allow non-root to get read/write access:
/dev/sda1 /mnt/usbstick vfat rw,user,noauto 0 0
(assuming your mount point is /mnt/usbstick.)
If that doesn't work, check /var/log/messages and see if your stick is on /dev/sdb1 instead.
I'm looking forward to it being as easy to use USB sticks under a default Linux distro as it is under Windows, though. I hate to say it, but under Windows, they "just work."

4 Comments:
Every recent distibution use udev for managing hotplug device.
Personaly i'm under gentoo with kde and ivman, hal, udev.
I can hotplug my usb mass storage device very easly. When i plug it, the device appear on my desktop ;)
By
Anonymous, at 11:01 AM
Hi Bill Schneider, Out surfing for information on boils & happened upon your site. While USB flash drives and Linux wasn't exactly spot on, it did strike a note with me. Thank you for the really good read.
By
carbuncle, at 8:43 PM
放鬆心情自由自在的來一趟花蓮旅遊,可以感受花蓮民宿各種不同的風味,所以來花蓮一定要住花蓮民宿哦!因為可從花蓮民宿主人那裡分享到不一樣的花蓮旅遊經驗及花蓮美食道地的花蓮小吃,所以來花蓮旅遊不一定就要享受花蓮高級餐廳的花蓮美食也可以多試試道地古早味的花蓮美味哦!來花蓮民宿可以放鬆整個心情,來花蓮住宿也可以放空自已,來花蓮也可以了解在地的文化哦!住民宿其實是很輕鬆的,住花蓮民宿其實是很容易,還有就是現在是高油價的時代,還自行開車來花蓮嗎?來花蓮租車會比較輕鬆哦!來花蓮房屋租車會比較省錢哦!或是可以請花蓮計程車帶您包車旅遊喔!!歡迎來住住美麗的花蓮民宿囉!!一定要讓您來花蓮旅遊並且讓您愛上花蓮民宿,還有團購美食好吃的蜂蜜蛋糕
By
Anonymous, at 12:18 PM
酒店打工
酒店兼職
台北酒店
打工兼差
酒店工作
酒店經紀
禮服店
酒店兼差
酒店上班
酒店PT
酒店
By
Anonymous, at 8:14 PM
Post a Comment
<< Home