You are not logged in.

#1 2019-07-15 12:06:50

shak
Member
Registered: 2009-03-16
Posts: 405

[SOLVED]Windows partition not visible in fstab

HI guys

I am trying to access my windows partition but it is not visible in the fstab. It only displays my home partition and root partition. I am pretty sure that i haven't removed the windows partition. I will also need to somehow boot it through the grub efi bootloader but for now i need to access it. I have installed ntfs-3g

ANy ideas?

Last edited by shak (2019-07-17 03:55:45)

Offline

#2 2019-07-15 12:11:56

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: [SOLVED]Windows partition not visible in fstab

You may have to mount it manually, but let's check if linux sees it first.

post the output of lsblk -f .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2019-07-15 12:19:32

shak
Member
Registered: 2009-03-16
Posts: 405

Re: [SOLVED]Windows partition not visible in fstab

Lone_Wolf wrote:

You may have to mount it manually, but let's check if linux sees it first.

post the output of lsblk -f .

Thanks

Here is the output

NAME FSTYPE LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                   
|-sda1
|    ntfs   Recovery
|                 FE6E21586E210ACB                                    
|-sda2
|    vfat         0623-0B41                                           
|-sda3
|                                                                     
|-sda4
|    ntfs         AE242C6D242C3AAB                                    
|-sda5
|    vfat         1AC1-C5A6                                           
|-sda6
|    ext4         3c66006e-4992-4fc8-bbe6-be736ebee0bb    4.2G    52% /
`-sda7
     ext4         543dc037-b3e8-4402-981c-6a8794a3b851   83.2G     1% /home
sdb                                                                   
`-sdb1
     ntfs         B84ED71D4ED6D36C                                    

Offline

#4 2019-07-15 12:27:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,671

Re: [SOLVED]Windows partition not visible in fstab

What do you mean it's "not visible in fstab" ? fstab is a file you edit to add entries as you need them, so add an entry.

Offline

#5 2019-07-16 12:46:47

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: [SOLVED]Windows partition not visible in fstab

Some clarification might help.

Shak, when you ran genfstab during installation it added mounted devices/partitions to /etc/fstab .
Your ntfs partitions were probably not mounted at that time, so were not added.

One solution is to mount them manually, then run genfstab again .
A better solution is to add your own entries for these partitions manually to fstab.

You can use windows Disk Manager[1] to figure out which partition holds the data you want to access .

Re-read https://wiki.archlinux.org/index.php/Fstab and https://wiki.archlinux.org/index.php/NTFS-3G to understand what you need to add to fstab.



[1]
If you can't find the windows Disk Manager applet , use CTRL+r  and search for   Diskmgmt.msc


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2019-07-16 13:15:08

shak
Member
Registered: 2009-03-16
Posts: 405

Re: [SOLVED]Windows partition not visible in fstab

Lone_Wolf wrote:

Some clarification might help.

Shak, when you ran genfstab during installation it added mounted devices/partitions to /etc/fstab .
Your ntfs partitions were probably not mounted at that time, so were not added.

One solution is to mount them manually, then run genfstab again .
A better solution is to add your own entries for these partitions manually to fstab.

You can use windows Disk Manager[1] to figure out which partition holds the data you want to access .

Re-read https://wiki.archlinux.org/index.php/Fstab and https://wiki.archlinux.org/index.php/NTFS-3G to understand what you need to add to fstab.



[1]
If you can't find the windows Disk Manager applet , use CTRL+r  and search for   Diskmgmt.msc

Thanks for the reply. I have successfully mounted the windows parition. Now i just need to edit the grub efi menu to add it on boot smile

Offline

#7 2019-07-16 15:01:38

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [SOLVED]Windows partition not visible in fstab

shak wrote:

Thanks for the reply. I have successfully mounted the windows parition. Now i just need to edit the grub efi menu to add it on boot smile

The place to do that is /etc/fstab.  The grub environment is most definitely not. https://wiki.archlinux.org/index.php/Fstab


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#8 2019-07-17 03:49:49

shak
Member
Registered: 2009-03-16
Posts: 405

Re: [SOLVED]Windows partition not visible in fstab

ewaller wrote:
shak wrote:

Thanks for the reply. I have successfully mounted the windows parition. Now i just need to edit the grub efi menu to add it on boot smile

The place to do that is /etc/fstab.  The grub environment is most definitely not. https://wiki.archlinux.org/index.php/Fstab

Yes my mistake. I meant to add it to the bootloader in order to dual boot:)

Offline

Board footer

Powered by FluxBB