Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12675 Members
237 Forums
7967 Topics
24425 Posts

Max Online: 15217 @ 04/11/26 09:25 PM
Newest Members
bf2, kart, gaidrajeh, bogdan, pyrexjis
12675 Registered Users
Who's Online
0 registered (), 1119 Guests and 102 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 10153
Toysoft 2739
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Admin 4
September
M Tu W Th F Sa Su
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Topic Options
#56 - 06/29/11 07:53 AM Finding/Mounting your USB Memory stick / Pendrive
Admin Offline
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10153
Finding/Mounting your USB Memory stick / Pendrive
(using TELNET)


- Use to find it : fdisk -l

What you will see (hdd installed sda, and pendrive sdc) :

root@dm800:~# fdisk -l

Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 7296 58605116 83 Linux

Disk /dev/sdb: 4059 MB, 4059561984 bytes
229 heads, 32 sectors/track, 1081 cylinders
Units = cylinders of 7328 * 512 = 3751936 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1082 3964400 b Win95 FAT32

- As you can see the USB device is on /dev/sdc1

- To initialize (to ext3), one time only needed :
mkfs.ext3 /dev/sdb1

- Mounting the External File System / Pendrive
mount /dev/sdb1 /mnt/usb

The line mounts the device at the /dev/sdb1 location to the
/mnt/usb directory. If you want to mount it as hdd then you just need to send command : mount /dev/sdb1 /mnt/hdd

Now you can reference your pendrive from the command line
using the folder /mnt/usb.

Now your pendrive will be available at cd /media/usb/

- Unmount if you don't use :
umount -f -l /mnt/usb

- See memory amount on devices : df -h (this only once mounted)


- Automount In the Terminal

To have your pendrive mount each time your server is restarted, you must edit your /etc/fstab file. Simply add at the bottom of your /etc/fstab file:

/dev/sdb1 /mnt/usb ext3 defaults 0 0

The first argument (/dev/sdb1) tells the system what device to mount, and the second argument (/mnt/usb) tells the system where to mount it. The third argument is the filesystem type (ext3). The fourth argument (defaults) tells the system what options to apply to the device, so in this case we�ll just use the defaults. The fifth and sixth arguments (both zeros) tell the system if the filesystem should be backed up using the dump utility, and the second zero tells the system whether to process the device when fsck is run. We can leave them both to zero for now.
_________________________

Top
#68 - 06/29/11 11:20 AM Re: Finding/Mounting your USB Memory stick / Pendrive [Re: Admin]
Admin Offline
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10153
Enjoy !

Admin
_________________________

Top


Moderator:  fairbird, gaga24, ludo19 
New Topics
Optimization for Streaming about DM8000HD
by Admin
08/22/26 08:11 PM
How to flash and update a DM7080
by Admin
08/21/26 08:40 PM
Charter wraps up $34.5B Cox deal, Liberty acquisit
by Admin
08/21/26 02:12 PM
Starlink Backtracks on Poland Roam Restriction
by Admin
08/14/26 05:21 PM