Facing problem of '/home' partition

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I installed Ubuntu along with windows 10.when I install it,I chose "something else" and installed.Because i wanted to have separate '/home' partition.But i cant view that home partition as a separate partition.It appears as a folder inside the "files". But i can view my other two windows partitions as separate partitions in side panel ?
Output of cat /etc/fstab:
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2
dual-boot
 |Â
show 9 more comments
up vote
0
down vote
favorite
I installed Ubuntu along with windows 10.when I install it,I chose "something else" and installed.Because i wanted to have separate '/home' partition.But i cant view that home partition as a separate partition.It appears as a folder inside the "files". But i can view my other two windows partitions as separate partitions in side panel ?
Output of cat /etc/fstab:
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2
dual-boot
3
Will you add the content of your/etc/fstabto your question?
â L. D. James
Apr 10 at 17:56
Please open a terminal window and run a command in it,cat /etc/fstab; Press 'edit' under your original question and copy and paste the output of the command into the editing window. Indent each line [of the pasted output] four spaces to render it as 'code'. And save your edited question.
â sudodus
Apr 10 at 18:20
"bash: /etc/fstab: Permission denied " this is what it says when i run "/etc/fstab"
â Supun Wijesinghe
Apr 10 at 18:29
1
# / was on /dev/sda5 during installation UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2 "
â Supun Wijesinghe
Apr 10 at 18:32
1
It is difficult for us to read the output, when you pasted it into comments, but it looks good, there is a line with/home, so I think your system is working like it should (and described in the answer by @user68186).
â sudodus
Apr 10 at 18:40
 |Â
show 9 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed Ubuntu along with windows 10.when I install it,I chose "something else" and installed.Because i wanted to have separate '/home' partition.But i cant view that home partition as a separate partition.It appears as a folder inside the "files". But i can view my other two windows partitions as separate partitions in side panel ?
Output of cat /etc/fstab:
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2
dual-boot
I installed Ubuntu along with windows 10.when I install it,I chose "something else" and installed.Because i wanted to have separate '/home' partition.But i cant view that home partition as a separate partition.It appears as a folder inside the "files". But i can view my other two windows partitions as separate partitions in side panel ?
Output of cat /etc/fstab:
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2
dual-boot
dual-boot
edited Apr 10 at 18:39
user68186
14.3k84360
14.3k84360
asked Apr 10 at 17:50
Supun Wijesinghe
61
61
3
Will you add the content of your/etc/fstabto your question?
â L. D. James
Apr 10 at 17:56
Please open a terminal window and run a command in it,cat /etc/fstab; Press 'edit' under your original question and copy and paste the output of the command into the editing window. Indent each line [of the pasted output] four spaces to render it as 'code'. And save your edited question.
â sudodus
Apr 10 at 18:20
"bash: /etc/fstab: Permission denied " this is what it says when i run "/etc/fstab"
â Supun Wijesinghe
Apr 10 at 18:29
1
# / was on /dev/sda5 during installation UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2 "
â Supun Wijesinghe
Apr 10 at 18:32
1
It is difficult for us to read the output, when you pasted it into comments, but it looks good, there is a line with/home, so I think your system is working like it should (and described in the answer by @user68186).
â sudodus
Apr 10 at 18:40
 |Â
show 9 more comments
3
Will you add the content of your/etc/fstabto your question?
â L. D. James
Apr 10 at 17:56
Please open a terminal window and run a command in it,cat /etc/fstab; Press 'edit' under your original question and copy and paste the output of the command into the editing window. Indent each line [of the pasted output] four spaces to render it as 'code'. And save your edited question.
â sudodus
Apr 10 at 18:20
"bash: /etc/fstab: Permission denied " this is what it says when i run "/etc/fstab"
â Supun Wijesinghe
Apr 10 at 18:29
1
# / was on /dev/sda5 during installation UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2 "
â Supun Wijesinghe
Apr 10 at 18:32
1
It is difficult for us to read the output, when you pasted it into comments, but it looks good, there is a line with/home, so I think your system is working like it should (and described in the answer by @user68186).
â sudodus
Apr 10 at 18:40
3
3
Will you add the content of your
/etc/fstab to your question?â L. D. James
Apr 10 at 17:56
Will you add the content of your
/etc/fstab to your question?â L. D. James
Apr 10 at 17:56
Please open a terminal window and run a command in it,
cat /etc/fstab; Press 'edit' under your original question and copy and paste the output of the command into the editing window. Indent each line [of the pasted output] four spaces to render it as 'code'. And save your edited question.â sudodus
Apr 10 at 18:20
Please open a terminal window and run a command in it,
cat /etc/fstab; Press 'edit' under your original question and copy and paste the output of the command into the editing window. Indent each line [of the pasted output] four spaces to render it as 'code'. And save your edited question.â sudodus
Apr 10 at 18:20
"bash: /etc/fstab: Permission denied " this is what it says when i run "/etc/fstab"
â Supun Wijesinghe
Apr 10 at 18:29
"bash: /etc/fstab: Permission denied " this is what it says when i run "/etc/fstab"
â Supun Wijesinghe
Apr 10 at 18:29
1
1
# / was on /dev/sda5 during installation UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2 "
â Supun Wijesinghe
Apr 10 at 18:32
# / was on /dev/sda5 during installation UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2 "
â Supun Wijesinghe
Apr 10 at 18:32
1
1
It is difficult for us to read the output, when you pasted it into comments, but it looks good, there is a line with
/home, so I think your system is working like it should (and described in the answer by @user68186).â sudodus
Apr 10 at 18:40
It is difficult for us to read the output, when you pasted it into comments, but it looks good, there is a line with
/home, so I think your system is working like it should (and described in the answer by @user68186).â sudodus
Apr 10 at 18:40
 |Â
show 9 more comments
2 Answers
2
active
oldest
votes
up vote
4
down vote
This is normal
Ubuntu, and Linux in general work differently from Windows. In Windows, partitions show up as C:, D: etc. In Ubuntu partitions are mounted into empty directories or folders.
Automatically mounted partitions
Some partitions are mounted automatically when the system starts. This is governed by the file /etc/fstab. In your case, two partitions are mounted automatically, the / partition, also known as the system partition or the root of the file system. The other is is the /home partition. Once the /home partition is mounted, the home folder under the / partition becomes the /home partition. This partition has your Home sub-folder such as /home/username`. Anything you put in your Home folder goes directly into the partition.
In your case, the /home partition is mounted at the /home folder. When you installed Ubuntu, and assigned /home as the mount-point for the ne partition, the installation process set it up so that the partition is automatically mounted at that mount-point every time the system starts. That's why you don't see it as a mountable partition inside Nautilus, also known as Files app.
The partitions that are automatically mounted at system startup are governed by the file /etc/fstab. You can see the contents of /etc/fstab by opening a terminal by pressing Ctrl+Alt+T and entering the command:
cat /etc/fstab
If you see a line with /home in it, then your /home partition is mounted at that folder when the system starts. It has to be done this way. Otherwise you will not be able to use the partition as your /home folder.
Other partitions not mounted by default
You have two other Windows partitions. These partitions are not mounted automatically when the system starts. Your /etc/fstab file does not have any reference to these partitions. Therefore, they show up as drive icons on the left panel of the Files app. When you click on one of them they will be mounted on a temporary folder. Inside that folder, you will find all the sub-folders of that partition. To unmount such a partition, click on the Eject icon next to it on the left panel.
If you want to mount your Windows partition at system startup, you will have to create a mount-point folder (or select an existing empty folder) and edit the /etc/fstab file. For example, if I want a separate partitions for my music. I can create and format a partition. Let's call this partition /dev/sda6. In Windows, the partition is given a new letter name, such as E:. This does not happen in Ubuntu. In Ubuntu you have to mount a partition to a folder so that you can use it. In my case, I want to mount this partition in the folder /home/myusername/Music. This Music folder already exists. If if didn't I would have to create this folder. Then I can mount (think it as assigning) this folder to this partition. This folder is then called the mount-point for this partition.
You don't have to do anything. Everything is working normally.
Hope this helps
Comments are not for extended discussion; this conversation has been moved to chat.
â Thomas Wardâ¦
Apr 10 at 19:51
I am in the above chat room now if you still want to discuss.
â user68186
Apr 12 at 18:10
add a comment |Â
up vote
0
down vote
If you don't want your windows files to show in Ubuntu:
Then you would have to encrypt your windows partition using windows 10 system programs or third party apps. However, the encryption will be performed using your Microsoft account credentials as key. Assuming you didn't have the option to select "encrypt whole disk" when installing Ubuntu (or maybe you just encrypted just your /home folder), your Ubuntu files will also be visible in windows.
Generally speaking
We can't expect the operating systems to have been designed to work alongside each other. Keeping this in mind, I don't recommend dual booting unless you absolutely have to.
actually i too don't like to have dual booting. but at this scenario i cant ignore windows totally.because still i have not clarified my problems and i'm following a BSc. so ppt's and to do assignments i want windows
â Supun Wijesinghe
Apr 10 at 18:46
I totally hear you, unfortunately the universities usually promote using proprietary softwares, because they take commissions. If you'd like, you can use your windows laptop to satisfy your school projects and use linux (preferably on a different machine) for your own. I did my PhD project in physics solely using Unix and nothing bad happened. Good luck with everything!
â Reza Rahemi
Apr 10 at 18:54
no no..that is not because of my university. i cant do the assignments in ubuntu ,because still i cant use ms word and ms pwerpoint on ubuntu.that's why.
â Supun Wijesinghe
Apr 10 at 19:01
if i can do everything on ubuntu, that i have been doing in windows up to now, then definetely i will shift to ubuntu
â Supun Wijesinghe
Apr 10 at 19:05
I see. So that is great, you are on your way to freedom ... :-)
â Reza Rahemi
Apr 10 at 20:01
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
This is normal
Ubuntu, and Linux in general work differently from Windows. In Windows, partitions show up as C:, D: etc. In Ubuntu partitions are mounted into empty directories or folders.
Automatically mounted partitions
Some partitions are mounted automatically when the system starts. This is governed by the file /etc/fstab. In your case, two partitions are mounted automatically, the / partition, also known as the system partition or the root of the file system. The other is is the /home partition. Once the /home partition is mounted, the home folder under the / partition becomes the /home partition. This partition has your Home sub-folder such as /home/username`. Anything you put in your Home folder goes directly into the partition.
In your case, the /home partition is mounted at the /home folder. When you installed Ubuntu, and assigned /home as the mount-point for the ne partition, the installation process set it up so that the partition is automatically mounted at that mount-point every time the system starts. That's why you don't see it as a mountable partition inside Nautilus, also known as Files app.
The partitions that are automatically mounted at system startup are governed by the file /etc/fstab. You can see the contents of /etc/fstab by opening a terminal by pressing Ctrl+Alt+T and entering the command:
cat /etc/fstab
If you see a line with /home in it, then your /home partition is mounted at that folder when the system starts. It has to be done this way. Otherwise you will not be able to use the partition as your /home folder.
Other partitions not mounted by default
You have two other Windows partitions. These partitions are not mounted automatically when the system starts. Your /etc/fstab file does not have any reference to these partitions. Therefore, they show up as drive icons on the left panel of the Files app. When you click on one of them they will be mounted on a temporary folder. Inside that folder, you will find all the sub-folders of that partition. To unmount such a partition, click on the Eject icon next to it on the left panel.
If you want to mount your Windows partition at system startup, you will have to create a mount-point folder (or select an existing empty folder) and edit the /etc/fstab file. For example, if I want a separate partitions for my music. I can create and format a partition. Let's call this partition /dev/sda6. In Windows, the partition is given a new letter name, such as E:. This does not happen in Ubuntu. In Ubuntu you have to mount a partition to a folder so that you can use it. In my case, I want to mount this partition in the folder /home/myusername/Music. This Music folder already exists. If if didn't I would have to create this folder. Then I can mount (think it as assigning) this folder to this partition. This folder is then called the mount-point for this partition.
You don't have to do anything. Everything is working normally.
Hope this helps
Comments are not for extended discussion; this conversation has been moved to chat.
â Thomas Wardâ¦
Apr 10 at 19:51
I am in the above chat room now if you still want to discuss.
â user68186
Apr 12 at 18:10
add a comment |Â
up vote
4
down vote
This is normal
Ubuntu, and Linux in general work differently from Windows. In Windows, partitions show up as C:, D: etc. In Ubuntu partitions are mounted into empty directories or folders.
Automatically mounted partitions
Some partitions are mounted automatically when the system starts. This is governed by the file /etc/fstab. In your case, two partitions are mounted automatically, the / partition, also known as the system partition or the root of the file system. The other is is the /home partition. Once the /home partition is mounted, the home folder under the / partition becomes the /home partition. This partition has your Home sub-folder such as /home/username`. Anything you put in your Home folder goes directly into the partition.
In your case, the /home partition is mounted at the /home folder. When you installed Ubuntu, and assigned /home as the mount-point for the ne partition, the installation process set it up so that the partition is automatically mounted at that mount-point every time the system starts. That's why you don't see it as a mountable partition inside Nautilus, also known as Files app.
The partitions that are automatically mounted at system startup are governed by the file /etc/fstab. You can see the contents of /etc/fstab by opening a terminal by pressing Ctrl+Alt+T and entering the command:
cat /etc/fstab
If you see a line with /home in it, then your /home partition is mounted at that folder when the system starts. It has to be done this way. Otherwise you will not be able to use the partition as your /home folder.
Other partitions not mounted by default
You have two other Windows partitions. These partitions are not mounted automatically when the system starts. Your /etc/fstab file does not have any reference to these partitions. Therefore, they show up as drive icons on the left panel of the Files app. When you click on one of them they will be mounted on a temporary folder. Inside that folder, you will find all the sub-folders of that partition. To unmount such a partition, click on the Eject icon next to it on the left panel.
If you want to mount your Windows partition at system startup, you will have to create a mount-point folder (or select an existing empty folder) and edit the /etc/fstab file. For example, if I want a separate partitions for my music. I can create and format a partition. Let's call this partition /dev/sda6. In Windows, the partition is given a new letter name, such as E:. This does not happen in Ubuntu. In Ubuntu you have to mount a partition to a folder so that you can use it. In my case, I want to mount this partition in the folder /home/myusername/Music. This Music folder already exists. If if didn't I would have to create this folder. Then I can mount (think it as assigning) this folder to this partition. This folder is then called the mount-point for this partition.
You don't have to do anything. Everything is working normally.
Hope this helps
Comments are not for extended discussion; this conversation has been moved to chat.
â Thomas Wardâ¦
Apr 10 at 19:51
I am in the above chat room now if you still want to discuss.
â user68186
Apr 12 at 18:10
add a comment |Â
up vote
4
down vote
up vote
4
down vote
This is normal
Ubuntu, and Linux in general work differently from Windows. In Windows, partitions show up as C:, D: etc. In Ubuntu partitions are mounted into empty directories or folders.
Automatically mounted partitions
Some partitions are mounted automatically when the system starts. This is governed by the file /etc/fstab. In your case, two partitions are mounted automatically, the / partition, also known as the system partition or the root of the file system. The other is is the /home partition. Once the /home partition is mounted, the home folder under the / partition becomes the /home partition. This partition has your Home sub-folder such as /home/username`. Anything you put in your Home folder goes directly into the partition.
In your case, the /home partition is mounted at the /home folder. When you installed Ubuntu, and assigned /home as the mount-point for the ne partition, the installation process set it up so that the partition is automatically mounted at that mount-point every time the system starts. That's why you don't see it as a mountable partition inside Nautilus, also known as Files app.
The partitions that are automatically mounted at system startup are governed by the file /etc/fstab. You can see the contents of /etc/fstab by opening a terminal by pressing Ctrl+Alt+T and entering the command:
cat /etc/fstab
If you see a line with /home in it, then your /home partition is mounted at that folder when the system starts. It has to be done this way. Otherwise you will not be able to use the partition as your /home folder.
Other partitions not mounted by default
You have two other Windows partitions. These partitions are not mounted automatically when the system starts. Your /etc/fstab file does not have any reference to these partitions. Therefore, they show up as drive icons on the left panel of the Files app. When you click on one of them they will be mounted on a temporary folder. Inside that folder, you will find all the sub-folders of that partition. To unmount such a partition, click on the Eject icon next to it on the left panel.
If you want to mount your Windows partition at system startup, you will have to create a mount-point folder (or select an existing empty folder) and edit the /etc/fstab file. For example, if I want a separate partitions for my music. I can create and format a partition. Let's call this partition /dev/sda6. In Windows, the partition is given a new letter name, such as E:. This does not happen in Ubuntu. In Ubuntu you have to mount a partition to a folder so that you can use it. In my case, I want to mount this partition in the folder /home/myusername/Music. This Music folder already exists. If if didn't I would have to create this folder. Then I can mount (think it as assigning) this folder to this partition. This folder is then called the mount-point for this partition.
You don't have to do anything. Everything is working normally.
Hope this helps
This is normal
Ubuntu, and Linux in general work differently from Windows. In Windows, partitions show up as C:, D: etc. In Ubuntu partitions are mounted into empty directories or folders.
Automatically mounted partitions
Some partitions are mounted automatically when the system starts. This is governed by the file /etc/fstab. In your case, two partitions are mounted automatically, the / partition, also known as the system partition or the root of the file system. The other is is the /home partition. Once the /home partition is mounted, the home folder under the / partition becomes the /home partition. This partition has your Home sub-folder such as /home/username`. Anything you put in your Home folder goes directly into the partition.
In your case, the /home partition is mounted at the /home folder. When you installed Ubuntu, and assigned /home as the mount-point for the ne partition, the installation process set it up so that the partition is automatically mounted at that mount-point every time the system starts. That's why you don't see it as a mountable partition inside Nautilus, also known as Files app.
The partitions that are automatically mounted at system startup are governed by the file /etc/fstab. You can see the contents of /etc/fstab by opening a terminal by pressing Ctrl+Alt+T and entering the command:
cat /etc/fstab
If you see a line with /home in it, then your /home partition is mounted at that folder when the system starts. It has to be done this way. Otherwise you will not be able to use the partition as your /home folder.
Other partitions not mounted by default
You have two other Windows partitions. These partitions are not mounted automatically when the system starts. Your /etc/fstab file does not have any reference to these partitions. Therefore, they show up as drive icons on the left panel of the Files app. When you click on one of them they will be mounted on a temporary folder. Inside that folder, you will find all the sub-folders of that partition. To unmount such a partition, click on the Eject icon next to it on the left panel.
If you want to mount your Windows partition at system startup, you will have to create a mount-point folder (or select an existing empty folder) and edit the /etc/fstab file. For example, if I want a separate partitions for my music. I can create and format a partition. Let's call this partition /dev/sda6. In Windows, the partition is given a new letter name, such as E:. This does not happen in Ubuntu. In Ubuntu you have to mount a partition to a folder so that you can use it. In my case, I want to mount this partition in the folder /home/myusername/Music. This Music folder already exists. If if didn't I would have to create this folder. Then I can mount (think it as assigning) this folder to this partition. This folder is then called the mount-point for this partition.
You don't have to do anything. Everything is working normally.
Hope this helps
edited Apr 10 at 19:23
answered Apr 10 at 17:59
user68186
14.3k84360
14.3k84360
Comments are not for extended discussion; this conversation has been moved to chat.
â Thomas Wardâ¦
Apr 10 at 19:51
I am in the above chat room now if you still want to discuss.
â user68186
Apr 12 at 18:10
add a comment |Â
Comments are not for extended discussion; this conversation has been moved to chat.
â Thomas Wardâ¦
Apr 10 at 19:51
I am in the above chat room now if you still want to discuss.
â user68186
Apr 12 at 18:10
Comments are not for extended discussion; this conversation has been moved to chat.
â Thomas Wardâ¦
Apr 10 at 19:51
Comments are not for extended discussion; this conversation has been moved to chat.
â Thomas Wardâ¦
Apr 10 at 19:51
I am in the above chat room now if you still want to discuss.
â user68186
Apr 12 at 18:10
I am in the above chat room now if you still want to discuss.
â user68186
Apr 12 at 18:10
add a comment |Â
up vote
0
down vote
If you don't want your windows files to show in Ubuntu:
Then you would have to encrypt your windows partition using windows 10 system programs or third party apps. However, the encryption will be performed using your Microsoft account credentials as key. Assuming you didn't have the option to select "encrypt whole disk" when installing Ubuntu (or maybe you just encrypted just your /home folder), your Ubuntu files will also be visible in windows.
Generally speaking
We can't expect the operating systems to have been designed to work alongside each other. Keeping this in mind, I don't recommend dual booting unless you absolutely have to.
actually i too don't like to have dual booting. but at this scenario i cant ignore windows totally.because still i have not clarified my problems and i'm following a BSc. so ppt's and to do assignments i want windows
â Supun Wijesinghe
Apr 10 at 18:46
I totally hear you, unfortunately the universities usually promote using proprietary softwares, because they take commissions. If you'd like, you can use your windows laptop to satisfy your school projects and use linux (preferably on a different machine) for your own. I did my PhD project in physics solely using Unix and nothing bad happened. Good luck with everything!
â Reza Rahemi
Apr 10 at 18:54
no no..that is not because of my university. i cant do the assignments in ubuntu ,because still i cant use ms word and ms pwerpoint on ubuntu.that's why.
â Supun Wijesinghe
Apr 10 at 19:01
if i can do everything on ubuntu, that i have been doing in windows up to now, then definetely i will shift to ubuntu
â Supun Wijesinghe
Apr 10 at 19:05
I see. So that is great, you are on your way to freedom ... :-)
â Reza Rahemi
Apr 10 at 20:01
add a comment |Â
up vote
0
down vote
If you don't want your windows files to show in Ubuntu:
Then you would have to encrypt your windows partition using windows 10 system programs or third party apps. However, the encryption will be performed using your Microsoft account credentials as key. Assuming you didn't have the option to select "encrypt whole disk" when installing Ubuntu (or maybe you just encrypted just your /home folder), your Ubuntu files will also be visible in windows.
Generally speaking
We can't expect the operating systems to have been designed to work alongside each other. Keeping this in mind, I don't recommend dual booting unless you absolutely have to.
actually i too don't like to have dual booting. but at this scenario i cant ignore windows totally.because still i have not clarified my problems and i'm following a BSc. so ppt's and to do assignments i want windows
â Supun Wijesinghe
Apr 10 at 18:46
I totally hear you, unfortunately the universities usually promote using proprietary softwares, because they take commissions. If you'd like, you can use your windows laptop to satisfy your school projects and use linux (preferably on a different machine) for your own. I did my PhD project in physics solely using Unix and nothing bad happened. Good luck with everything!
â Reza Rahemi
Apr 10 at 18:54
no no..that is not because of my university. i cant do the assignments in ubuntu ,because still i cant use ms word and ms pwerpoint on ubuntu.that's why.
â Supun Wijesinghe
Apr 10 at 19:01
if i can do everything on ubuntu, that i have been doing in windows up to now, then definetely i will shift to ubuntu
â Supun Wijesinghe
Apr 10 at 19:05
I see. So that is great, you are on your way to freedom ... :-)
â Reza Rahemi
Apr 10 at 20:01
add a comment |Â
up vote
0
down vote
up vote
0
down vote
If you don't want your windows files to show in Ubuntu:
Then you would have to encrypt your windows partition using windows 10 system programs or third party apps. However, the encryption will be performed using your Microsoft account credentials as key. Assuming you didn't have the option to select "encrypt whole disk" when installing Ubuntu (or maybe you just encrypted just your /home folder), your Ubuntu files will also be visible in windows.
Generally speaking
We can't expect the operating systems to have been designed to work alongside each other. Keeping this in mind, I don't recommend dual booting unless you absolutely have to.
If you don't want your windows files to show in Ubuntu:
Then you would have to encrypt your windows partition using windows 10 system programs or third party apps. However, the encryption will be performed using your Microsoft account credentials as key. Assuming you didn't have the option to select "encrypt whole disk" when installing Ubuntu (or maybe you just encrypted just your /home folder), your Ubuntu files will also be visible in windows.
Generally speaking
We can't expect the operating systems to have been designed to work alongside each other. Keeping this in mind, I don't recommend dual booting unless you absolutely have to.
answered Apr 10 at 18:41
Reza Rahemi
10911
10911
actually i too don't like to have dual booting. but at this scenario i cant ignore windows totally.because still i have not clarified my problems and i'm following a BSc. so ppt's and to do assignments i want windows
â Supun Wijesinghe
Apr 10 at 18:46
I totally hear you, unfortunately the universities usually promote using proprietary softwares, because they take commissions. If you'd like, you can use your windows laptop to satisfy your school projects and use linux (preferably on a different machine) for your own. I did my PhD project in physics solely using Unix and nothing bad happened. Good luck with everything!
â Reza Rahemi
Apr 10 at 18:54
no no..that is not because of my university. i cant do the assignments in ubuntu ,because still i cant use ms word and ms pwerpoint on ubuntu.that's why.
â Supun Wijesinghe
Apr 10 at 19:01
if i can do everything on ubuntu, that i have been doing in windows up to now, then definetely i will shift to ubuntu
â Supun Wijesinghe
Apr 10 at 19:05
I see. So that is great, you are on your way to freedom ... :-)
â Reza Rahemi
Apr 10 at 20:01
add a comment |Â
actually i too don't like to have dual booting. but at this scenario i cant ignore windows totally.because still i have not clarified my problems and i'm following a BSc. so ppt's and to do assignments i want windows
â Supun Wijesinghe
Apr 10 at 18:46
I totally hear you, unfortunately the universities usually promote using proprietary softwares, because they take commissions. If you'd like, you can use your windows laptop to satisfy your school projects and use linux (preferably on a different machine) for your own. I did my PhD project in physics solely using Unix and nothing bad happened. Good luck with everything!
â Reza Rahemi
Apr 10 at 18:54
no no..that is not because of my university. i cant do the assignments in ubuntu ,because still i cant use ms word and ms pwerpoint on ubuntu.that's why.
â Supun Wijesinghe
Apr 10 at 19:01
if i can do everything on ubuntu, that i have been doing in windows up to now, then definetely i will shift to ubuntu
â Supun Wijesinghe
Apr 10 at 19:05
I see. So that is great, you are on your way to freedom ... :-)
â Reza Rahemi
Apr 10 at 20:01
actually i too don't like to have dual booting. but at this scenario i cant ignore windows totally.because still i have not clarified my problems and i'm following a BSc. so ppt's and to do assignments i want windows
â Supun Wijesinghe
Apr 10 at 18:46
actually i too don't like to have dual booting. but at this scenario i cant ignore windows totally.because still i have not clarified my problems and i'm following a BSc. so ppt's and to do assignments i want windows
â Supun Wijesinghe
Apr 10 at 18:46
I totally hear you, unfortunately the universities usually promote using proprietary softwares, because they take commissions. If you'd like, you can use your windows laptop to satisfy your school projects and use linux (preferably on a different machine) for your own. I did my PhD project in physics solely using Unix and nothing bad happened. Good luck with everything!
â Reza Rahemi
Apr 10 at 18:54
I totally hear you, unfortunately the universities usually promote using proprietary softwares, because they take commissions. If you'd like, you can use your windows laptop to satisfy your school projects and use linux (preferably on a different machine) for your own. I did my PhD project in physics solely using Unix and nothing bad happened. Good luck with everything!
â Reza Rahemi
Apr 10 at 18:54
no no..that is not because of my university. i cant do the assignments in ubuntu ,because still i cant use ms word and ms pwerpoint on ubuntu.that's why.
â Supun Wijesinghe
Apr 10 at 19:01
no no..that is not because of my university. i cant do the assignments in ubuntu ,because still i cant use ms word and ms pwerpoint on ubuntu.that's why.
â Supun Wijesinghe
Apr 10 at 19:01
if i can do everything on ubuntu, that i have been doing in windows up to now, then definetely i will shift to ubuntu
â Supun Wijesinghe
Apr 10 at 19:05
if i can do everything on ubuntu, that i have been doing in windows up to now, then definetely i will shift to ubuntu
â Supun Wijesinghe
Apr 10 at 19:05
I see. So that is great, you are on your way to freedom ... :-)
â Reza Rahemi
Apr 10 at 20:01
I see. So that is great, you are on your way to freedom ... :-)
â Reza Rahemi
Apr 10 at 20:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1023745%2ffacing-problem-of-home-partition%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
3
Will you add the content of your
/etc/fstabto your question?â L. D. James
Apr 10 at 17:56
Please open a terminal window and run a command in it,
cat /etc/fstab; Press 'edit' under your original question and copy and paste the output of the command into the editing window. Indent each line [of the pasted output] four spaces to render it as 'code'. And save your edited question.â sudodus
Apr 10 at 18:20
"bash: /etc/fstab: Permission denied " this is what it says when i run "/etc/fstab"
â Supun Wijesinghe
Apr 10 at 18:29
1
# / was on /dev/sda5 during installation UUID=924e32ac-04aa-4b15-a7cd-420fa259f826 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation UUID=8d775a19-adf1-4064-a0c4-9d2a7b3ed638 /home ext4 defaults 0 2 "
â Supun Wijesinghe
Apr 10 at 18:32
1
It is difficult for us to read the output, when you pasted it into comments, but it looks good, there is a line with
/home, so I think your system is working like it should (and described in the answer by @user68186).â sudodus
Apr 10 at 18:40