I'm a new linux user with Kubuntu on my eee pc. This is may last resort as i've read all the how-to's to solve this.
I have formatted my 8 Gig SD card with a 200Mb swap file and the reast as ext2. My problem is it won't mount on startup and will not allow me as a user to mount from KDE. Although I can mount and unmount as root.
This is what I have done;
Chmod 777 my mount point for the card (/media/sdb1)
chown david /media/sdb1
altered my fstab file as shown:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=b2ea2642-6e60-4ad7-a059-2e64b9210668 / ext2 defaults,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
tmpfs /var/log tmpfs defaults 0 0
/dev/sdb1 /media/SD_Card ext2 rw,auto,user,exec,sync 0 0
/dev/sdb2 /swap swap pri=42 0 0
Also, when i plug in my external USB drive the USB icon appears on the desktop and the SD card icon will appear and will mount!!!
Thanks in advance!
I have formatted my 8 Gig SD card with a 200Mb swap file and the reast as ext2. My problem is it won't mount on startup and will not allow me as a user to mount from KDE. Although I can mount and unmount as root.
This is what I have done;
Chmod 777 my mount point for the card (/media/sdb1)
chown david /media/sdb1
altered my fstab file as shown:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=b2ea2642-6e60-4ad7-a059-2e64b9210668 / ext2 defaults,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
tmpfs /var/log tmpfs defaults 0 0
/dev/sdb1 /media/SD_Card ext2 rw,auto,user,exec,sync 0 0
/dev/sdb2 /swap swap pri=42 0 0
Also, when i plug in my external USB drive the USB icon appears on the desktop and the SD card icon will appear and will mount!!!
Thanks in advance!
Comment