Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Samba, 2nd hard drive, cannot access via network


  • This topic is locked This topic is locked

#16
Titan8990

Titan8990

    Member

  • Member
  • PipPipPipPipPip
  • 2,189 posts
Alright, now you get to learn to use my favorite backup program, rsync. For the purpose of explaining this I am going to call your filesystem drive sda1 and the backup drive backupdrive.

We start by mounting the drive (I know its already mounted but it helps me to explain), lets say /media/backup.


So lets create a folder to make the backup to:


sudo mkdir /backup/

Then we rsync your backup drive files to there:

sudo rsync -rvlt /media/backup /backup

Now you should have all the files that were in /media/backup in the /backup folder.


Now to reformat the drive (assuming backup is sdb):

sudo fdisk /dev/sdb

Hit the d key and delete first partition. If there is a 2nd partition then repeat.

Now hit n to add a new partition. If this will be the only partition just accept all the defaults.

Now hit w and enter to write the changes to the drive.



We now have an empty partition (sdb1) to be formatted in ext3.

To do this:

mke2fs -j /dev/sdb1


You should now be ready to go!


Good luck.
  • 0

Advertisements


#17
sasuke781

sasuke781

    Banned

  • Topic Starter
  • Banned
  • PipPip
  • 54 posts
thank you, it worked without a problem =]
  • 0

#18
Titan8990

Titan8990

    Member

  • Member
  • PipPipPipPipPip
  • 2,189 posts
Did that also fix your issue with SAMBA?
  • 0

#19
sasuke781

sasuke781

    Banned

  • Topic Starter
  • Banned
  • PipPip
  • 54 posts
yeap apparently fat32 is crap with linux, i never should have tried it :) if i had known ext3 could be used then i wouldnt have :) thanks dude, i have another post on bluetooth if you wanna look at that one =]
  • 0

#20
Titan8990

Titan8990

    Member

  • Member
  • PipPipPipPipPip
  • 2,189 posts
Good to hear :).

I don't have any experience with bluetooth but I will have a look.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP