What's new

N66W (N66U) How to check ACTUAL USB disk space recognized?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

loveleeyoungae

Regular Contributor
Hi everyone,

In short, I'd like to ask how I can check the ACTUAL disk space that the N66W recognize and let me use?

For more info: I have two of 4TB USB hard drives connected to my N66W:
- one is Seagate Expansion Desktop External Drive
- the other is a bare Red NAS WD put in a Plugable Flat Dock enclosure

Both were recognized by the N66W right from the beginning without any hassle. However, from what I know with Windows, in some situations Windows still recognizes the over +2TB disks, but it would just let you use up to 2TB (or 2.19 precisely). That's why I want to be sure about the N66W.

I already did a google search and found this blog post mentioning fdisk command. However, when I tried the command, it output this message "fdisk: device has more than 2^32 sectors, can't use all of them" and only recognized the limit 2.19TB.
However, I think it's because of the fdisk command itself. That's why I'm posting this to ask for your help. It'd also be nice if you could tell me how to check free space left.

Thanks in advance.
 
Hi everyone,

In short, I'd like to ask how I can check the ACTUAL disk space that the N66W recognize and let me use?
Hi,

The command you are looking for is df. If you issue ist with option -h you will get a similare output like this:
Code:
chief@RT-AC68U:/tmp/home/root# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                27.0M     27.0M         0 100% /
devtmpfs                124.7M         0    124.7M   0% /dev
tmpfs                   124.8M      4.2M    120.6M   3% /tmp
/dev/mtdblock5           32.0M      1.3M     30.7M   4% /jffs
/dev/sda2               916.4G    572.2G    297.7G  66% /tmp/mnt/Data
/dev/sdb2                 6.8G    277.9M      6.2G   4% /tmp/mnt/usb-stick
In general: All the basic commands are linux based and you search should be focusing on linux commands. :rolleyes:

With kind regards
Joe :cool:
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top