[SWLUG] U Storage devices
Peter Prior
swlug at nermal.org
Mon Mar 28 21:57:01 UTC 2005
> I tries to mount it manually by first making a directory
> /mnt/removable. Then
> I typed as root "mount auto /dev/sda1/ /mnt/removable". The response was:
> "mount: fs type /dev/sda1/ not supported by kernel".
>
> But of course I would like to mount this as a user as well.
Try -t auto (mount -t auto /dev/sda1 /mnt/removable) instead of auto
Add a line to fstab with "user" as the mount parameters if you want to
be able to mount as a user.
Pete
More information about the Swlug
mailing list