Unable to mount ntfs

  • Hey everyone, I'm having issues mounting a drive formated as ntfs.


    When I attempt to mount it from the file systems tab I get the following error:


    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; mount -v --source '/dev/sdd1' 2>&1' with exit code '1': mount: can't find mount source /dev/sdd1 in /etc/fstab


    Error #0:exception 'OMV\ExecException' with message 'Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; mount -v --source '/dev/sdd1' 2>&1' with exit code '1': mount: can't find mount source /dev/sdd1 in /etc/fstab' in /usr/share/php/openmediavault/system/process.inc:175Stack trace:#0 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(715): OMV\System\Process->execute()#1 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(874): OMV\System\Filesystem\Filesystem->mount()#2 [internal function]: OMVRpcServiceFileSystemMgmt->mount(Array, Array)#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('mount', Array, Array)#5 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('FileSystemMgmt', 'mount', Array, Array, 1)#6 {main}


    I want to mount this drive so I can transfer some files from it to another drive, before formating it as ext4.


    This drive was previously used as a data drive on a windows system, but does not have any os files on it.


    Thanks for your help

  • Figured it out.
    Windows still had some of its guts on the drive so it could only be mounted manually as a read only mount


    This is what I did if anyone else has this problem (run as root)
    mkdir /media/ntfshd
    mount /dev/sdd1 /media/ntfshd

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!