Results 1 to 5 of 5
I have a NTFS drive that is mounted by root. When root logsout, the drive automatically unmounts and is not visible on the GUI. How can the drive stay mounted ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-12-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 2
CentOS unmount issues
I have a NTFS drive that is mounted by root. When root logsout, the drive automatically unmounts and is not visible on the GUI. How can the drive stay mounted after root logsout?
- 05-12-2011 #2
Hi and welcome.
Define the mountpoint in /etc/fstab.You must always face the curtain with a bow.
- 05-12-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 2
the drive is not identified in /etc/fstab. We mounted it after booting the system while logged on as root. When root logsout, the drive automatically unmounts. Is this normal?
- 05-12-2011 #4
I meant: Add the line to /etc/fstab.
Something like
Replace <NTFSPARTITION> with an appropiate device.Code:mkdir -p /mnt/windowsdata In /etc/fstab: /dev/<NTFSPARTITION> /mnt/windowsdata ntfs defaults,umask=007 0 0 Then mount /mnt/windowsdata
Also, different/additional mountoptions like uid or gid might be of interest.
The man page has more details.You must always face the curtain with a bow.
- 05-13-2011 #5


Reply With Quote

