Not in my case :(

if fdisk -l, i get the info :
/dev/sda1 => Linux Swap / Solaris
/dev/sda2 => Linux

then i give it a command :
mount -t reiserfs -o remount,rw /dev/sda2 /mnt

i get this error :
mount: /mnt not mounted already, or bad option

the same error if i change reiserfs to ext3
mount -t reiserfs -o remount,rw /dev/sda2 /mnt

without -t, i'll get this error :
mount : you must specify the filesystem type

any idea?

Pete Connolly wrote:
> On Tuesday 23 October 2007 12:14:52 Hans Linux wrote:
>   
>> my suse 10.0 is formatted with reiserf. how do i mount it?
>>
>> Pete Connolly wrote:
>>     
>>> On Tuesday 23 October 2007 11:44:46 Hans Linux wrote:
>>>       
>>>> i forgot my suse 10.0 root password. what should i do? there are many
>>>> info i found with google, but doesnt work. is there any easy way to
>>>> reset the password?
>>>>         
>>> You're not the first, and won't be the last.
>>>
>>> http://en.opensuse.org/Recover_Root_Password
>>>
>>> That should help you.
>>>
>>> Cheers
>>>
>>> Pete
>>>       
>
> It should be detected as a ReiserFS filesystem and 'just work'.  At least, 
> that's been my experience.  If need be, you can specify the type using '-t 
> reiserfs' on the mount command.
>
> See here for more information: http://www.namesys.com/mount-options.html
>
> Cheers
>
> Pete
>   

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to