Device Boot Start End Blocks Id System
/dev/sdb1 * 64 976768064 488384000+ 7 HPFS/NTFS/exFAT
ubuntu@ubuntu:~$ dmesg | tail
[47292.745454] sd 9:0:0:0: [sdb] Write Protect is off
[47292.745465] sd 9:0:0:0: [sdb] Mode Sense: 33 00 00 08
[47292.746200] sd 9:0:0:0: [sdb] No Caching mode page present
[47292.746210] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[47292.751845] sd 9:0:0:0: [sdb] No Caching mode page present
[47292.751858] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[47292.781874] sdb: sdb1
[47292.785331] sd 9:0:0:0: [sdb] No Caching mode page present
[47292.785343] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[47292.785354] sd 9:0:0:0: [sdb] Attached SCSI disk
ubuntu@ubuntu:~$ mount ~/mountpoint
mount: can't find /home/ubuntu/mountpoint in /etc/fstab or /etc/mtab
ubuntu@ubuntu:~$ sudo mount -t ntfs /dev/sdb1 /home/<user>/mounpoint
bash: user: No such file or directory
ubuntu@ubuntu:~$ sudo mount -t ntfs /dev/sdb1 /home/<user>/mounpoint
bash: user: No such file or directory
ubuntu@ubuntu:~$ sudo mount -t ntfs /dev/sdb1 /mnt
The disk contains an unclean file system (0, 0).
The file system wasn't safely closed on Windows. Fixing.
ubuntu@ubuntu:~$ mount
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
/dev/sdb1 on /mnt type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
ubuntu@ubuntu:~$