Browse NTFS and Burn in Ubuntu


Recommended Posts

To browse your NTFS drives, open /etc/fstab with your favorite editor, then add a new line at the bottom like this

/dev/hda1 /media/ntfs1 ntfs ro,umask=0222 0 0

The first bit (/dev/hda1) is the reference to your drive, whatever it is, HDA is primary master 1st partition, HDB is primary slave, HDC is secondary master etc.... and /media/ntfs1 is where you want the files to show up for mounting, (you will have to create the folder first (mkdir /media/ntfs1))

Good luck :) Don't forget once you've added that line, create a new line then save and close :)

According to http://ubuntuguide.org/#automountntfs,

The line to be added to /etc/fstab is

/dev/hda1       /media/windows  ntfs    nls=utf8,umask=0222 0       0

Ubuntu comes with k3b, which similar to Nero (but better...). To start it up, if Ubuntu didn't put a shortcut in your menu, open up Terminal and enter "k3b" without the quotes :)

Ubuntu comes with k3b, which similar to Nero (but better...)

586483272[/snapback]

No, its not. Sorry for coming here offtopic but I really dont like when people say that k3b is better than nero just because its the mainstream linux program. k3b its not better than nero, easy as that. Doesnt have the features nor the flexibility.

No, its not. Sorry for coming here offtopic but I really dont like when people say that k3b is better than nero just because its the mainstream linux program. k3b its not better than nero, easy as that. Doesnt have the features nor the flexibility.

586483294[/snapback]

Nero: "Only US $79.99!Online", EDIT:"Retail Package: US $ 99.99"

k3b: $0, developped by people who are kind enough to give their free time to the Linux community

Nero better? Not in my point of view :) Just because a program is less complicated, more "straight forward" to the average computer user doesn't make it "better". Now an IMHO wouldn't hurt for the post above, I admit :)

Edited by AresXP

Have you checked the permissions on the mount point? They should be755 for /media/windows.

You also should not be able to mount that as a regular user unless you use the users option in fstab, so mounting without sudo is not the solution, besides you are passing the umask=0222 option, which gives everyone rx permissions.

Edited by j79zlr

Here's a script that will search your disks for windows and Mac partitions, then add them to fstab and mount them.

I got it from the ubuntu wiki, but I can't remember the address. Remove the .txt suffix before you run it. Had to add it or it wouldn't attach.

winmac_fstab.txt

Make sure you remove any ntfs or hsfs partitions from /etc/fstab before you run it.

We could look at this from another angle. Do you have a Knoppix LiveCD? Those will add your NTFS drives without any edits, and include k3b to burn CDs/DVDs.

Worth a shot (even if only for a sanity check that everything is recognized).

Try using umask=0777 instead.. not really secure but it should work

586487593[/snapback]

umask is the opposite of chmod, using umask=0777 is the same as removing rwx permissions for everyone.

My suggestion would be to remove the fstab line you have now, then mount the drive from the commandline, once that works, add the correct line and options to your fstab. I have a guide on my site on how to do this: http://www.j79zlr.com/howto.php?id=20

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

    • No registered users viewing this page.