Martin S wrote: > (snip) > > I can mount /dev/usb as root and r/w to it. But as user I get > > [EMAIL PROTECTED] ~ $ mount /mnt/usb > mount: wrong fs type, bad option, bad superblock on /dev/sda, > missing codepage or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > And dmesg | tail says > ... > FAT: invalid media value (0x01) > VFS: Can't find a valid FAT filesystem on dev sda. > > So where am I going wrong? Please help this befuddled temporary newbie. > > (snip)
Try changing the permissions of /dev/sda*.. I suggest you do a
chmod 0666 /dev/sda*
and then try to mount it.. If it succeeds then change the ownership to
group disk
chown root:disk /dev/sda*
and the permissions to 660 (rw/rw)
chmod 0660 /dev/sda*
I'm not sure whether this will help but it's worth giving a try..
Farhan Ahmed
--
Place : Bangalore, Karnataka, India
GPG Key : 8BE90E98
WengoPhone ID : farhanahmed
IRC Nick : farhanahmed / farhanahmed06 (irc.freenode.net)
pgptoL6lpFaG7.pgp
Description: PGP signature

