NTFS mount causing errors


Recommended Posts

this is kind of a specific continuation of this. okay ive tried mounting my ntfs partition in ubuntu two ways, modifying my fstab by using:

# /etc/fstab: static file system information.

#

# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0

/dev/hda1 / ext3 defaults,errors=remount-ro 0 1

vv(Right here is my ntfs)vv

/dev/hdd2 /mount/hdd2 ntfs umask=0222 0 0

/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0

/dev/hdd /media/cdrom1 udf,iso9660 ro,user,noauto 0 0

and if that didnt work i used sudo mount /dev/hdb2 /mount/hdd2/ -t ntfs -o umask=0222, which usuall worked.

the only problem is, after a reboot or so, it start getting some fails when my computer goes through the usual ubuntu boot sequence. i remember reading one that didnt know what umask=0222 meant. Is there a easier more linux (one that doesnt make linux fail some tasks because it doesnt know what umask=0222 is {which frankly i dont either}) friendly way to mount this.

Link to comment
https://www.neowin.net/forum/topic/307890-ntfs-mount-causing-errors/
Share on other sites

umask=0222 is equivalent to 7555 permissions, read execute. That is correct, here is my fstab for example:

# &lt;fs&gt;          	&lt;mountpoint&gt;    &lt;type&gt;  	&lt;opts&gt;        &lt;dump/pass&gt;

# Root and swap file systems
/dev/hda2  /  reiserfs	noatime  	0 0
/dev/hde3  none  swap  sw  	0 0

# NOTE: The next line is critical for boot!
none  	/proc  proc  defaults  0 0

# glibc 2.2 tmpfs mount
none  	/dev/shm	tmpfs  defaults  0 0

# Removable media
/dev/hdc  /mnt/cdrom	iso9660  noauto,ro,users  0 0
/dev/hdd  /mnt/cdrw	iso9660  noauto,rw,users  0 0
/dev/fd0  /mnt/floppy	vfat  noauto,users  0 0
/dev/hdb4  /mnt/zip	vfat  noauto,users  0 0
/dev/sda1  /mnt/usbstick	vfat  noauto,users  0 0

# Windows mounts	
/dev/hda1  /winxp  ntfs  defaults,umask=0222	0 0
/dev/hda4  /winshare	vfat  defaults,umask=0	0 0
/dev/hde1  /winro  ntfs  defaults,umask=0222	0 0

# FreeBSD mounts
/dev/hda5  	/freebsd	ufs  ufstype=ufs2,ro  0 0
/dev/hda6  /freebsd/tmp	ufs  ufstype=ufs2,ro         0 0
/dev/hda7  /freebsd/var	ufs  ufstype=ufs2,ro         0 0
/dev/hda8  /freebsd/usr	ufs  ufstype=ufs2,ro         0 0

I'm using Ubuntu.

# /etc/fstab: static file system information.
#
# &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;
proc            /proc           proc    defaults        0       0
/dev/hda5       /               ext3    defaults,errors=remount-ro 0       1
/dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
/dev/hda2       /mnt/windows    ntfs    users,dmask=0222,fmask=0333,ro 0 0

Make sure you've picked the right mount point. I banged my head against the wall for awhile until I realized I had a system partition at the front of the disk that was changing numbers slightly.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • This saddens me greatly
    • Well again I do not mind seeing it charge my stuff if it does it well. "yeah charge my phone like that, charge it good"
    • Getting so tired of this push for that new useless slop over the less-useless old slop that at this point I just want M$ to have this nice, big, hearty cup of *FU*.
    • Brave Browser 1.91.168 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. SlimBrave Neo takes all the good things about Brave and makes them even better by keeping everything clean, light, and privacy-focused. It removes the extra clutter, turns off features you might not need, and cuts down on anything that could slow you down or collect unnecessary data. Because it relies on simple settings and policies instead of modifying the browser itself, you still get full Brave compatibility—just in a smoother, lighter, and more privacy-friendly package. Brave Browser 1.91.168 changelog: Web3 Added “Get Started” section to the “Portfolio” page. (#54029) Added the ability to view “Asset Distribution” in “Portfolio”. (#54028) Added dotted texture to wallet line chart. (#54216) Migrated Jupiter swap provider to “Gate3”. (#51848) Updated the “Permission” panel to display the site origin. (#54482) Updated NFT balance fetch to remove duplicate entries prior to fetching balances. (#55036) Fixed missing back button on the “Deposit Funds” page. (#55842) Fixed reloading an account tab redirecting to the “Accounts” page. (#54826) Leo Added support for text file uploads with renderer-based extraction. (#54062) Added PDF text extraction at upload time. (#51911) Updated display of Brave Leo attachment previews to scroll horizontally instead of vertically. (#54258) Updated the “Copy” button for the code block header to be sticky when scrolling. (#53704) Updated the staged content in the Leo side panel to be the active tab. (#53533) Updated the search terms in the answer’s footer to be left aligned. (#54204) Fixed crash which could occur in certain cases when using multiple tool requests. (#55438) General Added support for Brave Origin. (#37127) [Security] Added the ability to disable or delay automatic extension updates when brave://flags/#brave-user-extension-auto-update is enabled. (#7200) Enabled ability to force context menu using “Shift + Right Click” by default. (#54790) Improved performance by caching adblock DATs. (#27161) Updated background color for PWA install button in the omnibox. (#54736) Fixed tab hover card position when using vertical tabs. (#54199) Fixed extra border displaying around the content area when vertical tabs are used on macOS. (#54153 & #52961) Fixed audio farbling distortion in multi-voice Web Audio API synthesized music. (#52906) Upgraded Chromium to 149.0.7827.54. (#55943) Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks Microsoft but no, I find both iterations of Outlook terrible nowadays and switched back to Thunderbird at home.
  • Recent Achievements

    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      PsYcHoKiLLa
      255
    3. 3
      Skyfrog
      80
    4. 4
      FloatingFatMan
      62
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!