Rich Shepard wrote: > On Sun, 7 Aug 2011, Jason Barnett wrote: > > >> Try this: >> mount /dev/sdb1 /mnt/thumb >> >> This assumes that /mnt/thumb is an existing directory. >> > > Jason, > > It turns out that I mis-read /var/log/messages. /mnt/thumb is /dev/sdb and > /mnt/zip is /dev/sdb1. Sigh. > So does this mean that everything is great? Are you happy with /dev/sdb1 mounted on /mnt/zip?
For manual mounting of USB mass storage, as root I use: mount -t device_filesystem_type /dev/device /path_to_some_node_on_the_file_system/ -owner-user-mask=xxxx Example: mount -t vfat /dev/sda1 /mnt/tmp/ -oumask=0000 To manually unmount the above: umount /dev/sda1 Wayne _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
