LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-11-2017, 05:17 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
home ext vs ntfs


as this is a general Linux question, it does not fall into hw, desktop, software or distro specif question. But Linux itself.

what are the implications of putting ones home 'drive' on a ntfs formatted partition?

I know it will have a permission issues. Because it has to because ntfs and linux does not deal with permissions with a ntfs format. but how bad will this get?

this is no one but me uses this thing reason. for them that like to ask why are you doing that?

Bash promt when opening it up in user home
Code:
(userx@Voider⚡️/etc/sv/lxdm)>>$
fstab
Code:
(userx@Voider⚡️/etc/sv/lxdm)>>$ cat /etc/fstab
UUID=62e55f17-5f08-4d5d-bd66-8c2c455e9abe / ext4 defaults 0 1
UUID=74D4DFF7D4DFB996 /home ntfs-3g defaults 0 2
tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0
I can even go root if needed

Code:
(userx@Voider⚡️/etc/sv/lxdm)>>$ su
Password: 
(root@Voider⚡️/etc/sv/lxdm)>>#

Last edited by BW-userx; 02-11-2017 at 05:24 PM.
 
Old 02-11-2017, 09:36 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
I think I'd use some sort of virtual file system on ntfs instead of using ntfs. Like using a cqow or vdi file and mounting it. Not sure you could do that exactly with a squashfs or aufs.
 
Old 02-11-2017, 11:04 PM   #3
Sefyir
Member
 
Registered: Mar 2015
Distribution: Linux Mint
Posts: 634

Rep: Reputation: 316Reputation: 316Reputation: 316Reputation: 316
Quote:
Originally Posted by BW-userx View Post
what are the implications of putting ones home 'drive' on a ntfs formatted partition?
http://askubuntu.com/questions/33035...ntfs-partition
http://askubuntu.com/questions/16038...tition-as-home

Basic gist:

Quote:
NTFS is not suitable for an home partition, there are certain type of file system objects (character devices, named pipes, etc) which are required for certain services but are not supported on NTFS.
 
Old 02-12-2017, 10:42 AM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
The problem will come with the configuration files. For example, you may not be able to start the GUI because /home doesn't appear to belong to you.
 
Old 02-12-2017, 11:50 AM   #5
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,779

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
Things like ssh that require specific, restrictive permissions on files and directories will not work.
 
Old 02-12-2017, 01:35 PM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Thanks for every ones input.
 
Old 02-12-2017, 01:39 PM   #7
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,491

Rep: Reputation: Disabled
Keep /home on a linux file system, but if you want to put other data on an NTFS file system that's OK, but it will be slower to write to, (& file check).

Personally if there is no good reason to, I'd stay with ext3 or ext4.
 
Old 02-12-2017, 02:11 PM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by fatmac View Post
Keep /home on a linux file system, but if you want to put other data on an NTFS file system that's OK, but it will be slower to write to, (& file check).

Personally if there is no good reason to, I'd stay with ext3 or ext4.
Yeah I agree, I am in the process of moving OSes around including Windows, and due to space on my ssd (sda)now that I am still currently installing Windows 10 on to that hdd instead. I have my secondary hdd that is ntfs split up for Windows 10 and data to share between windows and Linux. SO I thought why not give it a try seeings how I'll be reinstalling my 2 linux OSes as well.

Windows 10 install using USB Stick 3 hours into it finally it tries to go into the setup for the desktop then I get that new blue screen of death they have now. some hw issues I think. so I am hacking away on Windows still trying to get it installed on sdd (sda).

Linux Install off a usb stick under 20minutes or less depending on distro. No blue screens of death.

Last edited by BW-userx; 02-12-2017 at 02:15 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Convert NTFS to EXT without formatting. hack3rcon Linux - Software 4 01-28-2015 07:23 PM
NTFS vs Ext File Systems Ken Ju-On Linux - General 15 05-24-2009 11:47 PM
pb HD ext: change ntfs to ext3 Astrolivier Linux - Newbie 2 09-24-2006 07:52 AM
SUSE 10.0 ext USB NTFS drive as root only 1kyle SUSE / openSUSE 1 07-22-2006 01:55 PM
[NTFS]/[EXT(2 or 3)]/[FAT/FAT32] partitions fraz Linux - Software 5 11-14-2004 07:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration