Cannot mount external ntfs drive

424 views
Skip to first unread message

Koushik Kumar Nundy

unread,
Aug 20, 2013, 11:59:09 AM8/20/13
to nitdgplug
I am unable to access a friend's WD My passport 2 TB drive on my
openSUSE 12.3 laptop.

On trying to mount the drive using Dolphin, the following error shows up

> An error occurred while accessing 'Home', the system responded: An unspecified error has occurred: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

It shows up on fdisk -l as /dev/sdb, with the following entry

http://susepaste.org/49605471


However trying to mount the drive using
> sudo mount /dev/sdb1
OR
> sudo mount -f /dev/sdb1

gives an error that there is no entry in /etc/fstab
> mount: can't find /dev/sdb1 in /etc/fstab

I am not sure what the proper fstab entry would be for the required
file. I have my current fstab file here:

http://susepaste.org/7305778


Using gparted (the program, not the distro) to view the HDD shows it
as a contiguous 1.8 TB partition, but fails to mount or otherwise
access it's contents.

I am not sure how to gain access. Any help is appreciated.

FWIW, plugging the drive into a Win7 system says I need to format the drive.

Rahul Ghose

unread,
Aug 21, 2013, 1:53:58 AM8/21/13
to nitd...@googlegroups.com
On Tue, Aug 20, 2013 at 9:29 PM, Koushik Kumar Nundy <kkn...@gmail.com> wrote:
I am unable to access a friend's WD My passport 2 TB drive on my
openSUSE 12.3 laptop.

On trying to mount the drive using Dolphin, the following error shows up

> An error occurred while accessing 'Home', the system responded: An unspecified error has occurred: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

It shows up on fdisk -l as /dev/sdb, with the following entry

http://susepaste.org/49605471


However trying to mount the drive using
> sudo mount /dev/sdb1
OR
> sudo mount -f /dev/sdb1

gives an error that there is no entry in /etc/fstab
> mount: can't find /dev/sdb1 in /etc/fstab

It should there is no entry there!
 

I am not sure what the proper fstab entry would be for the required
file. I have my current fstab file here:

http://susepaste.org/7305778


Using gparted (the program, not the distro) to view the HDD shows it
as a contiguous 1.8 TB partition, but fails to mount or otherwise
access it's contents.

I am not sure how to gain access. Any help is appreciated.

FWIW, plugging the drive into a Win7 system says I need to format the drive.

--
You received this message because you are subscribed to the Google Groups "GNU/Linux Users' Group, NIT Durgapur" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nitdgplug+...@googlegroups.com.
To post to this group, send email to nitd...@googlegroups.com.
Visit this group at http://groups.google.com/group/nitdgplug.
For more options, visit https://groups.google.com/groups/opt_out.

Try this:

as root:

# mkdir drive
# mount /dev/sdb1 drive

check if the filesystem has indeed been mounted by cd-ing and ls-ing the contents of the created folder "drive".



-
Rahul Ghose

Koushik Kumar Nundy

unread,
Aug 26, 2013, 8:15:54 AM8/26/13
to nitdgplug
On 21 August 2013 13:53, Rahul Ghose <hansum...@gmail.com> wrote:
>
> On Tue, Aug 20, 2013 at 9:29 PM, Koushik Kumar Nundy <kkn...@gmail.com>
> wrote:
>>

>>
>> gives an error that there is no entry in /etc/fstab
>> > mount: can't find /dev/sdb1 in /etc/fstab
>
>
> It should there is no entry there!
>
I am aware of that. I wanted to know what the missing entry should look like.


>>
>>
>> I am not sure what the proper fstab entry would be for the required
>> file. I have my current fstab file here:
>>
>> http://susepaste.org/7305778
>>
>>
>> Using gparted (the program, not the distro) to view the HDD shows it
>> as a contiguous 1.8 TB partition, but fails to mount or otherwise
>> access it's contents.
>>
>> I am not sure how to gain access. Any help is appreciated.
>>
>> FWIW, plugging the drive into a Win7 system says I need to format the
>> drive.
>>
>> --
>
> Try this:
>
> as root:
>
> # mkdir drive
> # mount /dev/sdb1 drive
>

I had tried mounting to a designated folder, both with and without su,
both to no avail.

> check if the filesystem has indeed been mounted by cd-ing and ls-ing the
> contents of the created folder "drive".
>
Nothing appeared in the folder under question when I tried earlier.


I may have done something I did not document at some point, but the
drive seems to work fine now, mounting automatically on both my
systems.

Thanks for your help.
Reply all
Reply to author
Forward
0 new messages