You are not logged in.
Pages: 1
Hi,
Hoping someone can help. I have a shared partition /dev/sda11 mounted as /data. For some years this has been fine to keep music, photos etc as I tried experimenting with different distros etc. Now howver it isn't available in file manager, as in just not there. When I run gparted I can see the partition and it is mounted. unmounting/mounting doesn't seem to do anything.
This is an extract from /etc/fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda9 during installation
UUID=76183ba9-7a25-4de2-8dc6-f57a8c463da5 / ext4 errors=remount-ro 0 1
# /data was on /dev/sda11 during installation
UUID=07513f75-b8b0-4298-8c36-d25a48af4caa /data ext2 defaults 0 2
# /home was on /dev/sda10 during installation
UUID=a54e0377-32df-480d-8f8b-3ab5acc7d73a /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=85ff3441-bee6-474b-804d-8e5e93457df7 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Grateful if anyone can give me any pointers...
Cheers,
John.
--- Mod Edit ---
[code]
Please use code blocks
makes things easier to read.
[/code]
Last edited by saturn9 (2016-03-23 16:10:51)
Offline
Try mounting it in a terminal window:
sudo mount /data
Watch for error messages.
Maybe the partition is in 'unclean' state, requiring fsck? Or number of mounts before fsck has been reached.
Offline
Try to check the UUID of your partition in gparted and see if it is still the same as in fstab. It may have changed...
BunsenLabs | LMDE 5 | Linux Mint | Void Linux
Was Linux user #348237...
Offline
Offline
Not absolutely sure which combo has worked but all is back ok.
Thanks for your suggestions.
Cheers,John
Offline
Pages: 1