Re: NTFS issues
Don't think it worked. Here's the response to mounting command
mike@laptop:~$ dir /media
cdrom cdrom0 hda1 sda1 sda5
mike@laptop:~$ sudo mkdir /media/sda2
[sudo] password for mike:
mike@laptop:~$ sudo mount -a
[mntent]: warning: no final newline at the end of /etc/fstab
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/sda1 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media/sda1 ntfs-3g defaults,force 0 0
mount: mount point media/sda2 does not exist
Don't think it worked. Here's the response to mounting command
mike@laptop:~$ dir /media
cdrom cdrom0 hda1 sda1 sda5
mike@laptop:~$ sudo mkdir /media/sda2
[sudo] password for mike:
mike@laptop:~$ sudo mount -a
[mntent]: warning: no final newline at the end of /etc/fstab
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media/sda1 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media/sda1 ntfs-3g defaults,force 0 0
mount: mount point media/sda2 does not exist
Comment