
Originally Posted by
Rocket2DMn
Can you please post the output of the following commands with the drive plugged in?
Code:
sudo fdisk -l
cat /etc/fstab
sudo blkid
mount
result of sudo fdisk -l
Code:
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000080
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5737 46082421 7 HPFS/NTFS
/dev/sda2 5738 38913 266486220 5 Extended
/dev/sda5 38392 38913 4192965 82 Linux swap / Solaris
/dev/sda6 33293 38391 40957686 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5b6ac646
Device Boot Start End Blocks Id System
/dev/sdb1 1 38913 312568641 c W95 FAT32 (LBA)
fstab
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
UUID=4ad3a10f-8e61-458c-bf96-0a41dcc327a2 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda5
UUID=25205de3-3084-46bb-aa57-aaf3c833e31f none swap sw 0 0
/dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
sudo blkid
Code:
/dev/sda1: UUID="82845E70845E6727" TYPE="ntfs"
/dev/sda5: TYPE="swap" UUID="25205de3-3084-46bb-aa57-aaf3c833e31f"
/dev/sda6: UUID="4ad3a10f-8e61-458c-bf96-0a41dcc327a2" TYPE="ext3"
/dev/sdb1: LABEL="My Passport" UUID="E0BF-6A5A" TYPE="vfat"
mount
Code:
/dev/sda6 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-19-generic/volatile type tmpfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)
gvfs-fuse-daemon on /home/jacob/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=jacob)
Found another thread on similar (same?) topic. Same sort of info being passed around there also.
HTML Code:
http://ubuntuforums.org/showthread.php?t=821405&highlight=USB+flash+automount
thanks for offering help.
Bookmarks