gparted doesn't see the stick, mount returns
Code: Select all
pi@raspberrypi /media/FREDSTICK $ mount
/dev/root on / type ext4 (rw,noatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=470368k,nr_inodes=117592,mode=755)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=94936k,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=189860k)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
/dev/mmcblk0p5 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
/dev/sda1 on /media/FREDSTICK type vfat (ro,nosuid,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p3 on /media/SETTINGS type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks)
pi@raspberrypi /media/FREDSTICK $
I originally formatte3d to FAT32 as a more or less universal format
Im taking the device out to run gparted on another machine, this will require a reboot
Acording to gparted on Ubuntu it's formatted fat32
I'm trying to set this drive so that after boot it's available to all, or as you prefer most, users and I can see why all is not good.
So I'm going to have to set up UID, GID and masks. In the meantime I was trying to get it working as pi. The problems I've encountered sugest this has something to do with the mount process rather than fstab settings hence this post.
Perhaps I should close this post and try to do the whole job and open a new post if need be?