SOLVED Re: ntfs-config

2010-06-10 Thread ABSDoug
--- On Thu, 6/10/10, Rob Owens wrote: > Rule of thumb:  back up files before messing with > them.  In the case of > fstab, as root (or sudo): > > cp /etc/fstab /etc/fstab.bak > > That way you can always go back to what was working before > you messed > with it. I'm never going to forget that

Re: ntfs-config

2010-06-10 Thread Rob Owens
On Thu, Jun 10, 2010 at 02:08:16PM -0700, ABSDoug wrote: > --- On Thu, 6/10/10, 刘宇辉 wrote: > > <<< 1.First we can rely on a software  ntfs-3g (it may be installed by > default) >   # aptitude install ntfs-3g >>> > > I got that far, but wasn't sure what to do next. > >   > <<< 2. make dir th

Re: ntfs-config

2010-06-10 Thread ABSDoug
--- On Thu, 6/10/10, 刘宇辉 wrote: <<< 1.First we can rely on a software  ntfs-3g (it may be installed by default)   # aptitude install ntfs-3g >>> I got that far, but wasn't sure what to do next.   <<< 2. make dir that you want to mount ,here i assume it as /mnt/ntfs   $mkdir /mnt/nfts >>> I

Re: ntfs-config

2010-06-09 Thread 刘宇辉
On 10 June 2010 13:38, Alexander Batischev wrote: > On Thu, Jun 10, 2010 at 01:28:52PM +0800, 刘宇辉 wrote: > > 2. make dir that you want to mount ,here i assume it as /mnt/ntfs > > $mkdir /mnt/nfts > > Pay attention: /mnt belongs to root:root, so you should run mkdir as root > thank you for that

Re: ntfs-config

2010-06-09 Thread Alexander Batischev
On Thu, Jun 10, 2010 at 01:28:52PM +0800, 刘宇辉 wrote: > 2. make dir that you want to mount ,here i assume it as /mnt/ntfs > $mkdir /mnt/nfts Pay attention: /mnt belongs to root:root, so you should run mkdir as root ABSDoug, did you try to make a little research by yourself before asking? I Googl

Re: ntfs-config

2010-06-09 Thread 刘宇辉
On 10 June 2010 10:33, ABSDoug wrote: > > If anyone has some quick advice on ntfs auto-mount... I was using "ntfs-config" in Ubuntu 9.10, but I don't see that in Debian Synaptic Package Manager. > 1.First we can rely on a software ntfs-3g (it may be installed by default) # aptitude install ntf

Re: ntfs-config

2010-06-09 Thread ABSDoug
--- On Thu, 6/10/10, Monsieur Louk wrote: >You mean you have some HDs with ntfs partitions you'd like to mount at >>startup? That is exactly it. I have an ntfs partition I store all my personal files. >You could always edit your /etc/rc.local file and put some 'mount' command >>lines in it I

Re: ntfs-config

2010-06-09 Thread Monsieur Louk
2010/6/10 ABSDoug > If anyone has some quick advice on ntfs auto-mount... I was using > "ntfs-config" in Ubuntu 9.10, but I don't see that in Debian Synaptic > Package Manager. > > > > > You mean you have some HDs with ntfs part