HDD missed O_o

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Kroll

HDD missed O_o

Post by Kroll »

Hello!
Yesterday I try to open my HDD partitions, but they was empty: /media/*disks* was empty.
Today I went to /media and found that any HDD partitions missed. /mnt empty too.
But KDiskFree and qtparted found them, in /dev/sda2, /dev/sdb2 etc.
I'm newbie and my English is poor.
Can you help me to fin the problem's decision?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Kroll

Re: HDD missed O_o

Post by Kroll »

And this is /etc/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/sda5
UUID=fa11c649-d50d-4889-926a-716a46fd0294 /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda6
UUID=9b84f1fd-5cfb-44f6-9869-970d53b5a57f none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
Kroll

Re: HDD missed O_o

Post by Kroll »

Any advices?
Fred

Re: HDD missed O_o

Post by Fred »

Kroll,

Please read the below thread and it will tell you how to set up so the partitions you wish to mount on boot do so.

http://forums.linuxmint.com/viewtopic.php?f=42&t=22093

Fred
Kroll

Re: HDD missed O_o

Post by Kroll »

Thx, Fred.

I shooted my problem)
But I used anower method:

sudo mkdir /media/*name of partition*
sudo mount -t ntfs-3g /dev/*disk, for example sda1* /media/*name of the partition (in the first command)* -o force

and add /dev/*sda1* /media/*disk* ntfs-3g force 0 0 in /dev/fstab

Now it works!
Fred

Re: HDD missed O_o

Post by Fred »

Kroll wrote:
and add /dev/*sda1* /media/*disk* ntfs-3g force 0 0 in /dev/fstab
I am assuming the part in bold above is a typo. You don't need the ntfs-3g as it is called automatically, and I picked mounting options and didn't force the mount without them. Otherwise the two methods do the same thing. I just did it with one command instead of several.

Fred
Locked

Return to “Software & Applications”