Sorry for the delay.
When I attempted to mount :
sudo mount /dev/sda1 /mnt/usb
I got error:
mount: you must specify the filesystem type
dmesg|tail results in
Code: Select all
[17330102.592000] sdb: assuming drive cache: write through
[17330102.596000] SCSI device sdb: 249344 512-byte hdwr sectors (128 MB)
[17330102.596000] sdb: Write Protect is off
[17330102.596000] sdb: Mode Sense: 03 00 00 00
[17330102.596000] sdb: assuming drive cache: write through
[17330102.596000] sdb: sdb1
[17330102.596000] sd 10:0:0:0: Attached scsi removable disk sdb
[17330102.596000] sd 10:0:0:0: Attached scsi generic sg0 type 0
[17330102.600000] usb-storage: device scan complete
[17330111.608000] DROPPED IN=ppp0 OUT= MAC= SRC=65.38.99.151 DST=68.92.121.213 LEN=1091 TOS=0x00 PREC=0x00 TTL=116 ID=58123 PROTO=UDP SPT=26668 DPT=1026 LEN=1071
and fstab
Code: Select all
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/hda5 none swap sw 0 0
/dev/hdd /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
/dev/hdb1 /mnt/windows ntfs umask=0222,uid=0,gid=0,auto,ro,nouser 0 0
reveals no addition of sda1
----------------------------------------------------------------------
After unplugging the drive:
dmesg|tail results in:
Code: Select all
[17330571.192000] REJECTED IN=ppp0 OUT= MAC= SRC=83.225.172.222 DST=68.92.121.21
3 LEN=48 TOS=0x00 PREC=0x00 TTL=98 ID=34260 DF PROTO=TCP SPT=4201 DPT=6346 SEQ=1
937617804 ACK=0 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (020405B401010402)
[17330573.664000] REJECTED IN=ppp0 OUT= MAC= SRC=83.225.172.222 DST=68.92.121.21
3 LEN=48 TOS=0x00 PREC=0x00 TTL=98 ID=34385 DF PROTO=TCP SPT=4201 DPT=6346 SEQ=1 937617804 ACK=0 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (020405B401010402)
[17330579.896000] DROPPED IN=ppp0 OUT= MAC= SRC=24.162.24.166 DST=68.92.121.213 LEN=1058 TOS=0x00 PREC=0x00 TTL=116 ID=46487 PROTO=UDP SPT=31201 DPT=1026 LEN=10 38
[17330637.024000] REJECTED IN=ppp0 OUT= MAC= SRC=83.225.172.222 DST=68.92.121.21 3 LEN=48 TOS=0x00 PREC=0x00 TTL=98 ID=39108 DF PROTO=TCP SPT=4610 DPT=6346 SEQ=2 697018439 ACK=0 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (020405B401010402)
[17330639.396000] REJECTED IN=ppp0 OUT= MAC= SRC=83.225.172.222 DST=68.92.121.21 3 LEN=48 TOS=0x00 PREC=0x00 TTL=98 ID=39172 DF PROTO=TCP SPT=4610 DPT=6346 SEQ=2 697018439 ACK=0 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (020405B401010402)
[17330642.636000] DROPPED IN=ppp0 OUT= MAC= SRC=146.56.10.73 DST=68.92.121.213 L EN=404 TOS=0x00 PREC=0x00 TTL=52 ID=33409 PROTO=UDP SPT=30372 DPT=1026 LEN=384
[17330645.380000] REJECTED IN=ppp0 OUT= MAC= SRC=83.225.172.222 DST=68.92.121.21 3 LEN=48 TOS=0x00 PREC=0x00 TTL=98 ID=39385 DF PROTO=TCP SPT=4610 DPT=6346 SEQ=2 697018439 ACK=0 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (020405B401010402)
[17330647.604000] usb 4-6: USB disconnect, address 13
[17330663.180000] REJECTED IN=ppp0 OUT= MAC= SRC=83.225.172.222 DST=68.92.121.21 3 LEN=48 TOS=0x00 PREC=0x00 TTL=98 ID=41204 DF PROTO=TCP SPT=4761 DPT=6346 SEQ=4 18905116 ACK=0 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (020405B401010402)
[17330670.584000] REJECTED IN=ppp0 OUT= MAC= SRC=83.225.172.222 DST=68.92.121.21 3 LEN=48 TOS=0x00 PREC=0x00 TTL=98 ID=41767 DF PROTO=TCP SPT=4761 DPT=6346 SEQ=4 18905116 ACK=0 WINDOW=16384 RES=0x00 SYN URGP=0 OPT (020405B401010402)
WTF? It looks like a bunch of dropped TCP/IP requests...
Anyway, fstab returns:
Code: Select all
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/hda5 none swap sw 0 0
/dev/hdd /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
/dev/hdb1 /mnt/windows ntfs umask=0222,uid=0,gid=0,auto,ro,nouser 0 0
No apparent change.
Thanks for the help.
**Side note: I said I was new to Linux because I still felt new, but I've been using it for about a year. If you say I'm... marginally competent, then that forces me to revise my self-esteem/self-confidence in Linux in an upward direction.